Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

[ Create a new account ]

Valve Says Choice to Make DX10 Vista-Only Hurt PC Gaming

Journal written by Erris (531066) and posted by Zonk on Mon Aug 27, 2007 03:09 PM
from the they're-in-a-place-to-know dept.
Erris writes "Valve's President Gabe Newell is calling Microsoft's choice to make DirectX 10 Vista-only a 'terrible mistake' that has harmed gaming. His company's latest hardware study shows the strategy has not moved gamers onto Vista. The result is that almost no one is using the newest version of DirectX, and companies are shying away from creating new input devices that support it. Nine months after release, after Christmas, after graduation, and with school mostly back in session, still only 8% of gamers are using it." Update: 08/27 21:09 GMT by Z : An AC points out that these numbers may be framed poorly given uptake numbers for XP's release.

Related Stories

[+] Real Life DirectX 10 Performance 67 comments
AnandTech has a look at the performance PC gamers can expect see under Windows Vista with DirectX 10. Unfortunately, it isn't pretty. Despite the power of the new 10-compliant graphics cards, the choices made in developing this technology have resulted in a significant gap between what is possible and what is actually obtainable from commercial PC hardware. What's worse, the article starts off by pointing out that much of the shiny effects exclusive to DX10 games would have been possible with DX9, had Microsoft been inclined to develop in that direction. From the article: "[Current] cards are just not powerful enough to enable widespread use of any features that reach beyond the capability of DirectX 9. Even our high-end hardware struggled to keep up in some cases, and the highest resolution we tested was 2.3 megapixels. Pushing the resolution up to 4 MP (with 30" display resolutions of 2560x1600) brings all of our cards to their knees. In short, we really need to see faster hardware before developers can start doing more impressive things with DirectX 10."
[+] Hardware: DirectX 10 Hardware Is Now Obsolete 373 comments
ela_gervaise writes "SIGGRAPH 2007 was the stage where Microsoft dropped the bomb, informing gamers that the currently available DirectX 10 hardware will not support the upcoming DirectX 10.1 in Vista SP1. In essence, all current DX10 hardware is now obsolete. But don't get too upset just yet: 'Gamers shouldn't fret too much - 10.1 adds virtually nothing that they will care about and, more to the point, adds almost nothing that developers are likely to care about. The spec revision basically makes a number of things that are optional in DX10 compulsory under the new standard - such as 32-bit floating point filtering, as opposed to the 16-bit current. 4xAA is a compulsory standard to support in 10.1, whereas graphics vendors can pick and choose their anti-aliasing support currently. We suspect that the spec is likely to be ill-received. Not only does it require brand new hardware, immediately creating a minuscule sub-set of DX10 owners, but it also requires Vista SP1, and also requires developer implementation.'"
This discussion has been archived. No new comments can be posted.
Display Options Threshold:
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • Gaming the system for fun and profit (Score:5, Informative)

    by Anonymous Coward on Monday August 27, @03:11PM (#20375627)
    This exact same journal entry [slashdot.org] was penned by twitter [slashdot.org], who had it rejected from the Firehose probably because of his negative moderation and the fact that editors are starting to wise up to him.

    The original journal entry already had comments that poke holes in twitter's claim about those numbers, which is probably why it became inconvenient and forced him to switch to his sockpuppet [slashdot.org] account instead.

    Ironically, the same story in Heise.de has a link to another one [heise.de] about a gaming convention in Leipzig drawing all-time record attendance. I suppose it's possible that DX10/Vista will hurt the gaming industry, but with the game release cycle being 12-16 months, I'd say that will be apparent later on.

    Here [steampowered.com] is a direct link to the original Valve survey, which amusingly enough shows Vista as having an even larger market share among Valve gamers as it has overall (8% vs 5-6%). That means Vista's market share among gamers has been increasing at a rate of about 1% per month since it was released, which is even higher than XP's uptake vs. Windows 98/ME. I can't even begin to imagine what the relevance of Christmas and back to school as claimed by twitter is for gamers who probably switch OSes only when they switch their $3,000 boxes anyway, but I'd say that 8% share is actually not bad in that segment. That share will probably start growing more exponentially as time goes by.

    Welcome to the Trolled By Twitter Club, Zonk.

  • XP unable to support dx10 or what? by Soulfarmer (Score:2) Monday August 27, @03:16PM
  • by Anonymous Coward on Monday August 27, @03:17PM (#20375707)
    their inability to get memory virtualisation working for them caused MS to drop the requirement, and as such there is NOTHING about DX10 that makes it technically undoable on XP.

    yet here we are!
  • Proud of game makers (Score:4, Interesting)

    by jshriverWVU (810740) on Monday August 27, @03:18PM (#20375723)
    The reasons MS made DX10 Vista only is to force people into upgrading just so they can play Starcraft 2008. The developers are luckily breaking MS's grip but telling them, we're the content providers, the reason people buy your system now do what we need or we won't follow.
    • PLEASE! by gerf (Score:2) Monday August 27, @04:07PM
      • Re:PLEASE! by Venim (Score:1) Monday August 27, @07:11PM
    • Re:Proud of game makers by netsavior (Score:2) Monday August 27, @04:23PM
      • 1 reply beneath your current threshold.
    • Re:Proud of game makers by aaronfaby (Score:1) Monday August 27, @04:45PM
      • Re:Proud of game makers by Alaria Phrozen (Score:1) Monday August 27, @04:58PM
        • Re:Proud of game makers by Spikeles (Score:2) Monday August 27, @05:48PM
          • Re:Proud of game makers (Score:5, Informative)

            by Arethan (223197) on Monday August 27, @08:14PM (#20378989)
            (Last Journal: Thursday August 23 2001, @09:23PM)
            Actually, most game companies never touch the native Direct-X code. If you've ever used both OpenGL and Direct3D, you'll know why. D3D is an extremely low level hardware abstraction layer, much more so than OpenGL. Coding directly in D3D takes, on average, about twice as much support code as opposed to OpenGL.

            Not that it really matters, since any intelligent OpenGL user never works directly with the API any more than is absolutely necessary. The source code to any recent high profile game is big... No... fucking huge ass big! So to make things a little easier to follow, everything gets wrapped up in layers. Most companies use game engines that were developed by third parties in order to reduce the need to a) hire people that are really good at the low level 3D interfaces; and b) waste huge amounts of time on an engine for a single title, thereby pushing back their prospective release date by no less than 2 years. iD is one of the few companies that makes both the engine and the game. In fact, several game engines exist that are written by companies that never produced a game themselves. Ever heard of GameBryo?

            On top of that, there are countless middleware libraries that address a huge gamut of issues. SpeedTree, OpenAL, SDL, GameFace, Bink, Smacker, Miles, RakNet, ad nauseam. The point is, only a very small number of games are written to directly use OpenGL and DX without some sort of wrapper, and the number of successful commercial titles in the last 8 years that wrote everything from scratch can probably be counted on one hand.

            Anyhow, out of all of these libraries, there is a huge subset that actively supports Linux. Most of these libraries are written using very generic programming techniques, or at least provide a standard interface that never changes regardless of target platform, and provides the dirty system specific implementations as a run-time or compile-time plug in. It is much to their advantage to do things this way, as these libraries are expected to not only run in Windows, but also on consoles, and by that I mean pretty much all of them.

            The reason they don't just release every game for Windows for Linux as well is because these middleware libraries often come with "per platform" licenses. "For $30,000, you can use this library in 1 title on 1 platform. Kick in another $15,000 and you get another platform license. Kick in a grand total of $75,000 and you can release it on all platforms it supports." The trouble is, most games are using anywhere from 2 to 6 middleware libraries, and that ends up being a lot of cash that they're expected to recoup on Linux support. Given the demographics that generally comes with Linux desktops (dual boot rigs for people that want to game with higher % of users that run cracked software, or grandparents that only check email and perform mild web browsing), it just plain isn't worth the effort, and certainly isn't worth the investment/risk ratio.

            End of story.
            So... what was TFA about?
            [ Parent ]
        • Re:Proud of game makers by armanox (Score:1) Monday August 27, @06:53PM
        • Re:Proud of game makers by kiddygrinder (Score:1) Monday August 27, @07:07PM
    • Interesting?? Interesting?? by EmbeddedJanitor (Score:2) Monday August 27, @04:45PM
    • Re:Proud of game makers by Gobiner (Score:1) Monday August 27, @05:45PM
    • Re:Proud of game makers by The MAZZTer (Score:2) Monday August 27, @07:46PM
    • Re:Proud of game makers by Shadowlore (Score:2) Monday August 27, @09:36PM
    • Wrong by Devir (Score:1) Tuesday August 28, @07:12AM
  • Microsoft-controlled content by Boa Constrictor (Score:2) Monday August 27, @03:19PM
  • Too bad Valve. (Score:5, Interesting)

    by IPFreely (47576) <mark@mwiley.org> on Monday August 27, @03:21PM (#20375763)
    (http://slashdot.org/ | Last Journal: Tuesday May 17 2005, @09:12AM)
    There is a lot more going onin DX10 than games. The whole driver-OS interface was changed. Those changes were necessary to put the 3D hardware into sharable mode.

    Now multiple applications and games can share the 3D hardware. In DX9/WinXP and earlier only one App at a time could use the 3D hardware. It needed to be done, and it could only be done with the cooperation of the OS. This cannot be put back into XP because this sort of control and separation could not be done in XP.

  • Vista is what it is, a bloated, DRM filled, resource hog designed to take more of your computer away from you and in exchange it gives you unrecognized drivers, unsupported software and nothing but aggravation. The new spectacular games that were supposed to be there are not there, all we can see are promises and vaporware for sometime in the future but for now all you get is pain and misery. Tell me again why I want that? Tell me Microsoft why DirectX 10 is so much more special? I see the side by side comparisons and I don't see much difference, certainly not worth me busting everything I own now and investing in something with no real tangible difference. I hear the FUD, the hear the huckster Microsoft cheerleaders saying how great it is but this is the internet and the voices of everyone else are heard loud and clear so the lying isn't being believed. 8 Percent using it? Sounds on the high side to me. It's just a matter of how long until Microsoft admits they've created a loser and perhaps we can get to real innovation. I won't hold my breath on that second part though.
    • by dedazo (737510) on Monday August 27, @03:41PM (#20376017)
      (Last Journal: Friday August 31, @07:08PM)
      Actually I'd say they are aware of the problems and are trying to fix them [istartedsomething.com]. Whether or not they fix them and whether or not that results in faster adoption remains to be seen.

      huckster Microsoft cheerleaders saying how great it is but this is the internet and the voices of everyone else are heard loud and clear so the lying isn't being believed.

      Alternatively, you can also hear the FUDsters and hysteria-inducing misleading rants about the DRM boogeyman, UAC and just about anything else in Vista. The "poor Google, they are being victimized by Microsoft" crap when Vista search is much better than GDS and all Google had to do was give the user the option to shut down the indexing service. The wailing cries by the AV snake oil vendors. And let's not forget the concerted efforts by the FSF to convince everyone that Vista is "defective by design" and directing their minions to the closest Amazon product page to astroturf and vandalize the hell out of everything. It goes on and on and on.

      I sure as hell haven't seen much more than FUD coming from the groups of people who would be the most affected once Vista gains traction. I don't have a problem with people doing that so much - Microsoft is known for those types of tactic as well. The problem is that the same people doing all this are the ones that have repeatedly claimed they own the moral high ground. The ones that claim Microsoft is not "honest". FUD always works both ways. It erodes your credibility when people realize you've been feeding them soup to undercut your competitors. It happened to Microsoft, and it will happen to them as well.

      [ Parent ]
    • Re:PC Gamers can smell a Rat - And it's Vista by Erris (Score:2) Monday August 27, @04:21PM
      • Sockpuppets by Anonymous Coward (Score:1) Monday August 27, @04:48PM
        • Silly ACs. by Erris (Score:2) Monday August 27, @04:59PM
          • 1 reply beneath your current threshold.
    • 2 replies beneath your current threshold.
  • And why should I? by Bobb Sledd (Score:1) Monday August 27, @03:26PM
  • Forced Upgrade (Score:5, Insightful)

    Everyone will experience a forced upgrade. It is simply a matter of time. When your non-tech friend buys his next gaming machine it is going to come with Vista because XP won't be an option. I remember a similar reluctance between 3.11 and Win95. Eventually everyone got there - or skipped Win95 and went right to Win98. In another year the landscape will be much different. Microsoft will eventually pull the plug on OEMs who are still selling XP (Dell).

    This is a great time to consider an alternate desktop OS.
  • I'm not the most tech savvy person... by Ub3rT3Rr0R1St (Score:1) Monday August 27, @03:27PM
  • where all men are christian, no one is christian by VORP Matters (Score:1) Monday August 27, @03:28PM
  • DX10 won't be Vista-only forever by thezig2 (Score:1) Monday August 27, @03:31PM
  • Game developers chose this (Score:5, Insightful)

    by symbolset (646467) on Monday August 27, @03:31PM (#20375901)
    (http://symbolset.blogspot.com/ | Last Journal: Saturday May 26, @11:53PM)

    When game developers chose to standardise their efforts on Windows they bit the hook. Now they are unhappy about being on the line. Too bad.

    We warned them. Now if some forward thinking company thought to maintain some cross platform efforts they are ready to seize a significant opportunity. Unreal engine? Id? Is that you?

  • Its true - we're missing the next big feature set! by QX-Mat (Score:2) Monday August 27, @03:32PM
  • In all their glorious wisdom... by MidVicious (Score:1) Monday August 27, @03:32PM
  • Not at all surprising... by Arctech (Score:1) Monday August 27, @03:32PM
  • Devil's advocate by iamacat (Score:2) Monday August 27, @03:35PM
  • by xigxag (167441) on Monday August 27, @03:39PM (#20375993)
    It's pretty funny that Microsoft in its stronghold (PC OSes) made the same exact mistake that Sony made in its stronghold (consoles). Sony thought that tying Blu-Ray to its new console would be a win-win for format licensing and for the Playstation sales, but instead, high prices and lack of compelling software have kept people back. Similarly, MS thought that tying DX10 to its PC OS would be a win-win for gaming licensing and Vista sales, but instead, high prices and lack of compelling software have kept people back. As a result, people generally prefer to keep buying last-gen PS2's and Windows XP.
  • by zymano (581466) on Monday August 27, @03:44PM (#20376059)
    Use opengl.

    These game producers are idiots.

    You got what you wanted when you only support Microsoft.

    They got you by the balls.
  • It's strongarm tactics, IMHO by Like2Byte (Score:2) Monday August 27, @03:49PM
  • 8% is huge by MobyDisk (Score:2) Monday August 27, @03:53PM
    • 1 reply beneath your current threshold.
  • Dx10, Vista and Network Problems? (Score:4, Interesting)

    by happyfrogcow (708359) on Monday August 27, @04:05PM (#20376295)
    You'll have to excuse me for not being able to test the following. I do all my gaming in Linux (no seriously, I do!)

    We all know that if you play music on Vista, it causes a degradation of network performance. What happens if you have a networked game decoding an MP3? Is this all handled in the game's own system, or does it depend on the OS to do it. Do you get a drop in network performance in the game? That would be incredible...

  • Is this news? by HerculesMO (Score:1) Monday August 27, @04:10PM
  • I don't see how it is going to hurt (Score:4, Informative)

    by Sycraft-fu (314770) on Monday August 27, @04:12PM (#20376377)
    Most people don't switch to the latest, greatest, whatever it is. The vast majority of people aren't going to have DX10 capable hardware for quite some time. This is how it has always been. Right now, it's rare to find a game that requires anything more than DX8 hardware. That's shader model 1.x. There's even a good number of games that don't support shader model 3.0 (DX 9.0c) and can only use up to 2.0 (DX9).

    There's no reason to believe this won't continue. The only change is in how it is done. Rather than having multiple different render paths you can turn on and off with software options, that maybe people understand and maybe they don't, different render paths will use different DX versions. So if you want a SM 4.0 path, you use DX10, and so on.

    The idea being that in the future, you'll be able to tell what your hardware supports and if you can run a game easily. You have a card that's DirectX 11. A game says "Requires Direct X 10.1, 11, 12, or better." You then know that your card will work fine, and that you probably won't get any eye candy benefit with anything better than a DX12 card.

    Right now it is more confusing since cards only support older feature sets, but can use newer APIs. So say you have a GeForce Ti 4400. That's a DirectX 8 card. However, it can use DirectX 9.0c. But it isn't a 9.0c card, it doesn't support those features, it only supports the 8.0 features. So game makers either have to list cards that work, or refer to feature sets which users probably don't know about.

    This is a much clearer way of doing it.

    So I don't see the big problem here. To use DX10, you must have DX10 hardware which is very rare right now. Most people don't have it, most people don't care, games will continue to target DX9 (or even older). This is going to continue for some time. I bet games will still be targeting DX9 hardware when DX11 is out. I'm sure some of them will support the newer standard for more eye candy, but they won't all mandate it.

    It's moving in a similar direction to OpenGL in that respect. If you look at nVidia cards, only the 5 (FX) series and later support GL 2.0, the earlier ones are 1.5 only. Why? They can't accelerate GL 2.0. Rather than have it implemented in either a semi-working fashion, or a slow software emulation, you just support the maximum level you can. It's going to be the same deal with DirectX. Rather than only supporting part of the latest API, you'll just support the level you are capable of.

    Hopefully it should make it much clearer for all involved.
  • OpenGL (Score:5, Insightful)

    by kidcharles (908072) on Monday August 27, @04:14PM (#20376409)
    This is what happens when you only write games for a proprietary API (and for that matter only a single OS). Newell and other game developers cannot truly be shocked about this problem; anyone with half a brain could have told you something like this was bound to happen when you are so wedded to Microsoft. If games were still developed with OpenGL, this would not be an issue. If games were written for multiple OS's, this would not be an issue.
  • by kendor (525262) <kennethfine@hotmail.com> on Monday August 27, @04:21PM (#20376481)

    As seems usual many Slashdotters seem to be overreaching, equating their fantasy lives with what's happening in the marketplace, and what most users are experiencing.

    Among machines I use regularly in Seattle and in Southern California I'm now running:

    • Two machines that use XP
    • A TabletPC with XP
    • A Dell XPSII laptop that was running Vista RC1, then Vista RC2, and as of a week ago is running the release version of Vista
    • A smaller Dell laptop that followed a similar upgrade path to the machine above
    • A new Dell 9200 Desktop with a quad-core Q6600 CPU and a DX10-capable GTS8600 video card
    I have used all of these machines to run a wide variety of software:
    • Office
    • the original Unreal Tournament from 1999
    • Homeworld 2
    • Visual Studio 2005
    • Visual Studio 2008
    • Photoshop CS2 suite
    • Sorenson's toolsets
    • Morrowind: Oblivion
    • ...and tons of other stuff
    The problems I have had to date?
    • In Vista RC1 headphone support on my laptops didn't work
    • Some of the more advanced developer tools I've used and plugins for VS.NET have required elevation to install correctly
    That's it, folks. Other than that Vista seems like a pretty decent tool that chugs along and mostly stays out of my way whether I'm using it for new or old software. It has not been the ordeal that some of you wish it was, and if my problems are limited to issues involving beta OS releases and installation issues associated with expert-level tools, I can't imagine Joe Sixpack is tearing his hair out over ubiquitious tools like say, Office.


    Part of being a good advocate for a cause like free software is having the maturity to be intellectually honest. Your hyperventilating every time the name of Microsoft is spoken doesn't make FSF any better or any more appealing. Indeed, people whose living depends on computing may shy away from free software solutions, afraid that they might attract more of your kind to the workplace. Who would want to work with such a negative personality type?

    -KF

  • by ravyne (858869) on Monday August 27, @04:32PM (#20376609)
    Its possible that features from DirectX 10 could be implemented on WinXP (indeed, most (all?) Direct3D 10 features are supported on XP through OpenGL extensions if your hardware supports it and you have the right drivers.) but make no mistake that it would *not* be the same Direct3D 10 we know from Windows Vista.

    One of the major goals for D3D 10 (and going forward) was to release OEMs from legacy baggage, a not-insignificant portion of which stems from the Win2k/XP display driver model which is simply not equipped to provide the facilities that both Vista and the graphics cards themselves need. There's also a signifigant "slimming" of the API (removal of the fixed-function pipeline, cap bits, etc.) which, BTW, is the exact same direction that OpenGL is going.

    What really would be the better solution? Creating two distinct next-gen 3D APIs for the XP and Vista lineages? I'm sure the IHVs would love that. Bring the XP D3D10-alike into Vista, continuing the status-quo of legacy-burdened software? Thats very forward-thinking. Hack a version of Vista's D3D 10 onto XP but having wildly different performance characteristics and losing all the benefits that stem from the new driver model? The software devs are just itching for yet another scenario to optimize for, I'm sure.

    Simply put, its possible to support most D3D10 features on XP, but it is *not* possible to create a single next gen Direct3D API that supports both Vista and XP without making severe concessions to performance and/or feature set. Sometimes you just have to cut the cord.
  • How about they address the cause of the problems? by zwilliams07 (Score:1) Monday August 27, @04:38PM
  • DirectX 9.0d, anyone? by TJamieson (Score:1) Monday August 27, @05:16PM
  • by MrSteveSD (801820) on Monday August 27, @05:17PM (#20377105)
    and shun DirectX since it is controlled by one company which does stupid things like tie it to particular OS versions? Is OpenGL not advanced enough for modern games?
  • Have you gamed under Vista? by jozeph78 (Score:1) Monday August 27, @05:23PM
  • Starcraft 2 by Frosty-B-Bad (Score:1) Monday August 27, @05:42PM
  • openGL by TheSpengo (Score:1) Monday August 27, @05:53PM
  • DX 10 is not designed to force anybody to do anything. It was a big change in the way DirectX works so it required significant changes in the kernel's video system and significant changes in the structure of video drivers. That kind of thing is really hard to stuff into a service pack.

    I think that in the long term, the change (moving to the Vista video architecture) will be a good thing. The Vista video model seems to address a lot of real issues like sharing the 3D features of the video card (previously not a real possibility). In the short term, the change is a bit painful and offers no real benefit (just nifty eye candy and effects). If I were a game developer, I certainly wouldn't develop any games that only run on DX10.

    I don't think that is entirely unexpected -- most developers still support DX8. However, just like most developers can expect most of their gamers to have DX9 hardware and software, eventually developers will be able to expect gamers to have DX10 hardware and software. Then there will be benefits.

    In the meantime, I can understand some frustration. For example, due to my laptop's lousy video driver, I can't play full-screen video in DX10 (Aero transparency enabled) mode. However, if I switch to the "Basic" mode, suddenly all is well. So this is certainly painful.
  • Win-Win for Microsoft. (Score:5, Interesting)

    by guidryp (702488) on Monday August 27, @06:30PM (#20377993)
    People are forced to go to Vista if they want DX10. Win.
    PC gaming is further messed up and more people go to console (Xbox). Win.

    The downside for Microsoft is what? People pissed with Microsoft tactics? Yeah that would be new...
  • A little bit offtopic, but... by Nim82 (Score:1) Monday August 27, @07:44PM
  • the reason gamers arent using it by Nocturnal Deviant (Score:1) Monday August 27, @07:53PM
  • Sheesh. AGAIN? by MikShapi (Score:2) Monday August 27, @08:03PM
  • Vista, WDDM, and DirectX 10 by LoneBoco (Score:1) Monday August 27, @08:58PM
  • OpenGL by Mongoose (Score:2) Monday August 27, @09:16PM
    • Re:OpenGL by TheAwfulTruth (Score:2) Monday August 27, @09:59PM
      • Re:OpenGL by modelworks_2 (Score:1) Monday August 27, @11:01PM
        • 1 reply beneath your current threshold.
  • consoles by drDugan (Score:2) Monday August 27, @09:21PM
  • A simple solution... by Eric Damron (Score:2) Monday August 27, @10:03PM
  • It's all about marketing... by nullsmind (Score:1) Monday August 27, @10:25PM
  • Update XP by eatont9999 (Score:1) Monday August 27, @10:41PM
  • Id Tech 5 uses opengl by modelworks_2 (Score:1) Monday August 27, @10:55PM
  • DX10 is useless for now by cerqon (Score:1) Tuesday August 28, @02:39AM
  • Too early to tell. by jplopes (Score:1) Tuesday August 28, @04:59AM
  • How's this news? by HouseArrest420 (Score:1) Tuesday August 28, @06:26AM
  • I must admit... by John Pfeiffer (Score:1) Tuesday August 28, @07:30AM
  • "Move to Vista"?!?!? by Impy the Impiuos Imp (Score:1) Tuesday August 28, @11:16AM
  • Windows XP by trondotcom (Score:1) Tuesday August 28, @03:22PM
  • Re:Huh? by The Living Fractal (Score:1) Monday August 27, @03:13PM
    • Re:Huh? by plague3106 (Score:1) Monday August 27, @03:57PM
      • Re:Huh? by The Living Fractal (Score:2) Monday August 27, @04:00PM
        • Re:Huh? by sortius_nod (Score:2) Monday August 27, @06:25PM
          • Re:Huh? by RMingin (Score:1) Monday August 27, @11:50PM
            • Re:Huh? by SL Baur (Score:2) Tuesday August 28, @02:22AM
            • Re:Huh? by leenks (Score:2) Tuesday August 28, @02:55AM
            • Re:Huh? by RMingin (Score:1) Tuesday August 28, @09:40AM
            • 1 reply beneath your current threshold.
      • 1 reply beneath your current threshold.
    • Re:Huh? by operagost (Score:1) Monday August 27, @04:26PM
      • Re:Huh? by Kythe (Score:3) Monday August 27, @08:26PM
        • No Kidding by marcus (Score:1) Tuesday August 28, @01:01PM
    • 1 reply beneath your current threshold.
  • Re:Huh? (Score:3, Informative)

    by Dr. Eggman (932300) on Monday August 27, @03:13PM (#20375659)
    Hmm, not if that link is correct. These appear to be two different user's journal entries. One of which has now been mainstreamed, the other which is still just somebody's journal entry.
    [ Parent ]
  • correction by Spy der Mann (Score:2) Monday August 27, @03:37PM
  • Re:Huh? (Score:3, Insightful)

    by pilgrim23 (716938) on Monday August 27, @03:41PM (#20376027)
    Regardless of the troll source, the point that DX10 being Vista only as a driving force for Vista sales: SO WHAT?
        Microsoft makes DX10, Microsoft Makes Vista, and Microsoft makes money, not good feelings, not altruism, but good old MONEY off sales of Vista. Last I saw, XP was a money drain on Microsoft as they no longer sell it but must still support it.
    [ Parent ]
    • Re:Huh? by Anonymous Coward (Score:1) Monday August 27, @04:46PM
      • Re:Huh? by amuro98 (Score:1) Monday August 27, @06:20PM
        • Re:Huh? by Stormwatch (Score:2) Monday August 27, @09:21PM
          • Re:Huh? by Goldberg's Pants (Score:1) Tuesday August 28, @02:38AM
    • Re:Huh? by wellingj (Score:2) Monday August 27, @06:11PM
    • Re:Huh? (Score:5, Insightful)

      by amuro98 (461673) on Monday August 27, @06:52PM (#20378231)
      Yes, yes, yes. Microsoft making DX10 a "Vista only" feature was clearly an effort to get folks to upgrade to Vista sooner rather than later. No one was ever fooled by Microsoft's claims about how DX10 could only be implemented with Vista's "advanced" architecture...

      Unfortunately, it hasn't been working out too well for Microsoft. Between the horrible driver support, expensive hardware requirements, and the general incompatibility issues you expect whenever upgrading to a major new OS, Vista has been mostly a bust for gamers (and even general users.) Furthermore, this doesn't even include the normal warnings about buying version 1.0 of ANYTHING for your PC - much less anything from Microsoft that hasn't had at least 2 SPs released for it, much less waiting for a major refresh, like Win95b.

      Then there's the whole DX10.1 debacle, which promises to make all existing "DX10" video cards obsolete before they've even gotten proper support. Whee! Microsoft sure loves them some gamers!

      Most gamers I know are putting off the upgrade to Vista for as long as possible - Microsoft's profits be darned. XP ain't broke, so why "fix" it with Vista which so far has proven to be more a step backwards than anything else?

      In my opinion, Microsoft wants to KILL PC gaming - and is using Vista and DX10 to do it. Think about it. How much does Microsoft make off every sale of a non-Microsoft PC game? Exactly $0. All those copies of HalfLife2 - $0. WoW - $0. Civ, BioShock, Sims - $0, $0, and $0. Sure, they make money on the sale of Vista, but that's what, one sale per gamer until Vista's replacement comes out 4-5 years later? Meanwhile, over on Microsoft's XBox side, EVERY copy of EVERY game sold results in a paycheck of $5-10 in licensing fees. This includes not just the games you see in stores, but also the titles you can download off Xbox Live Arcade. There's also the money Microsoft makes from selling Xbox SDKs to the developers - since they have no choice BUT to buy it - unlike on the PC where Microsoft has much less control on what software is used. Furthermore, the console market is exponentially larger than the PC gaming market - and has been for years. Microsoft even makes money from online play on the console with its Xbox Live service - which is yet another area they're making exactly $0 off of PC gamers.
      [ Parent ]
      • Re:Huh? by Corwn of Amber (Score:1) Monday August 27, @09:23PM
        • Re:Huh? by wolfing (Score:1) Tuesday August 28, @08:04AM
          • Re:Huh? by lordtoran (Score:1) Tuesday August 28, @12:47PM
          • Re:Huh? by Corwn of Amber (Score:1) Wednesday August 29, @08:56AM
      • Re:Huh? by marcosdumay (Score:2) Tuesday August 28, @08:23AM
    • Re:Huh? by tbannist (Score:2) Tuesday August 28, @08:37AM
  • Re:You know... by Gabrill (Score:2) Monday August 27, @06:45PM
  • 14 replies beneath your current threshold.