Slashdot Mirror


More Evidence That XP is Vista's Main Competitor

Ian Lamont writes "Computerworld is reporting that Windows XP Service Pack 3 runs MS Office 10% faster than XP SP2 — and is 'considerably faster' than Vista SP1. XP SP3 isn't scheduled to be released until next year, but testers at Devil Mountain Software — the same company which found Vista SP 1 to be hardly any faster than the debut version of Vista — were able to run some benchmarking tests on a release candidate of XP SP3, says the report. While this may be great news for XP owners, it is a problem for Microsoft, which is having trouble convincing business users to migrate to Vista."

29 of 428 comments (clear)

  1. the ever elusive desktop by Almir · · Score: 5, Funny

    will 2008 be the year of vista on the desktop? stay tuned to find out!

    1. Re:the ever elusive desktop by blake1 · · Score: 4, Insightful

      The only possible reason I can see for users/corporations upgrading to Vista is if vendors start releasing packages that are dependant apon features that XP does not include. For instance, if/when hardware manufacturers and game publishers only release DX10-compatible versions, or if Installshield upgrades their packages to require you to suffer the annoyance of UAC before confirming that you are certain you know that you want to install whatever software... companies still use them instead of MSI's right?

    2. Re:the ever elusive desktop by wereHamster · · Score: 5, Interesting

      > ... game publishers only release DX10-compatible versions ...

      By that time the Wine (www.winehq.org) team will have released DX10 libraries that use opengl and thus can run on Win XP or older (and of course Linux!).

    3. Re:the ever elusive desktop by petermgreen · · Score: 5, Insightful

      Home users will have little choice but to migrate as and when they buy thier next new PC, buisness users will be slower but some manufacturers are already putting out machines that are very difficult to find XP drivers for.

      vista will replace XP just as XP replaced 2K, it will just take a bit of time.

      --
      note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
    4. Re:the ever elusive desktop by mosch · · Score: 4, Informative

      The Best Buy crowd will get pushed to Vista, it's true. But it hasn't been a week since I ordered a new desktop for myself from Dell, and I bought it with XP Pro installed. (And XP Home was an option.)

      It's hardly impossible to buy a home PC with XP on it these days.

    5. Re:the ever elusive desktop by tommertron · · Score: 4, Insightful

      To be honest, I don't understand the hate for UAC. Ubuntu asks me for my password before installing software or even updates, or doing a lot of other tasks like editing system files. How is this any different?

      --
      Random rants about technology: http://technorants.blogspot.com
    6. Re:the ever elusive desktop by wereHamster · · Score: 4, Informative

      WWN isn't updated because nobody does it, but the development progressed considerably since then and I would say DX9 is in very good shape now. DX10 headers and stubs was a google SoC project, which unfortunately didn't go very well, but alas, the effort is there. In some cases wine is faster than windows, especially now that you read how slow vista is I think wine has some advantages.

    7. Re:the ever elusive desktop by Calinous · · Score: 4, Insightful

      Just to know: most of the Windows applications you would use (especially corporate applications) would run just fine on an Windows 2000 Workstation.
            Vista-only applications are a long way in the future

    8. Re:the ever elusive desktop by mqduck · · Score: 4, Interesting

      By that time the Wine (www.winehq.org) team will have released DX10 libraries that use opengl and thus can run on Win XP or older (and of course Linux!). When game publishers start shipping WINE libraries instead of DirectX updaters with their Windows games, I will be more wonderfully amused than I previously thought possible.
      --
      Property is theft.
    9. Re:the ever elusive desktop by vux984 · · Score: 4, Informative

      DirectX10 cannot run on XP. XP cannot multitask the GPU for example. Period. There is no possibility of creating a wrapper that uses opengl to make that happen.

      At best, all you'll be able to do is write wrappers for fluff like shader model 4. And that's what it is FLUFF. The real features of directx10 are virtual video memory, gpu multitasking, and so on. This simply cannot be backported to XP using opengl wrappers.

      Right now, most directx10 compatible games ARE directx9 games that are extended to use some of the directx10 rendering fluff, so its relatively easy to just stub around all the gpu multitasking, and just implement wrappers for the new sharder stuff. And then we see idiotic frenzies because 'omg! directx game X has been hacked to run on xp'

      But the reality is that only the fluff part of directx10 can be wrapped like this, and it just so happens that the fluff part is the only part the new direct9/direct10 'hybrid' games are using.

      But if they start releasing REAL directx10-only games that make use of gpu multitasking etc those stubs will have to do *something*, and XP just can't do it, the kernel doesn't support it. So either its going to run like a DOG as they write some kludge to thunk around the kernel limitation or its not going to run at all.

      To use a car analagy, directx10 is like a 90's Porsche, and direct9 is one from the 80's. Sure with enough welding and grafting you could put the new body on the old chassis, and then you could release photos showing that the new xenon headlights work, along with the heated side mirrors, electric sunroof -- and you can even start it and drive it around... and it runs nearly as fast as the 80's 911 always did, which you'd expect given that's what the engine is, and the extra weight you've added.

      But if you look closer you'll find out that the AWD and ABS is missing, the automatic ride height adjustment is gone, and the number 6 on your transmission knob doesn't actually do anything

    10. Re:the ever elusive desktop by vux984 · · Score: 4, Informative

      I was under the impression that OpenGL wasn't platform dependent, so if 2.0/3.0 will be released it won't be able to use the same GPU features on WinXP and Vista?

      OpenGL is not platform dependant, but that is NOT the issue.

      In another post you wrote:

      DX10 and OpenGL are nothing than just APIs to the GPU! You can emulate both ways, IIRC MS first tried to emulate OGL using DX in the early Vista days. OGL 2.0/3.0 will have DX10-like features. Maybe some even are possible to emulate in OGL 1.5.

      OpenGL and DirectX10 Direct3D as 'scene description languages' work like that. You can even implement OpenGL3 entirely in software and emit the frames to a laser printer. And each frame will look perfect.

      That's not the issue, and never has been. DirectX10 is a hell of a lot more than just the Direct3D scene description APIs.

      The issue is that directX10, in ADDITION to its 'scene description language' is ALSO a PLATFORM. It specifies that the hardware actually be able to do certain things. Its true you can get away with emulating those features but you'll take a performance hit, and possibly a stability hit if there are timing constraints tied into those features. (Not to mention you lose the right to use the directx10 logos).

      Another part of the directx 10 platform requires the operating system to support certain features that Vista supports, but XP does not. XP cannot do virtual video memory or gpu multitasking. Period.

      Imagine if DirectX required pre-emptive multitasking support. (not hard to do, it actually DOES)

      How would you backport that to Windows 3.1? Which only supports cooperative multitasking. There is no real way of doing that short of upgrading the 3.1 kernel to support pre-emptive multitasking, at which point you might as well just give them the NT3 kernel, and NT3 drivers...

      And that's where we are now. To give XP virtual video memory and gpu multitasking, we'd pretty much have to upgrade the xp kernel to vista...and require vista drivers.

      Don't confusing DirectX10 with OpenGL. There is a part of DirectX that is interchangable with OpenGL and its an important part. But there is a big part of DirectX that is NOT.

  2. Not a monopoly! by dattaway · · Score: 5, Funny

    Microsoft now has proof that consumers have choice!

  3. Games by telchine · · Score: 5, Insightful

    I think games might be the key for Microsoft to increase Vista uptake.

    Vista is the only operating system that supports DirectX10 at the moment. if it stays that way and games start making use of DirectX10 features then games will have no choice but to use Vista.

    There is also the small matter of "Vista only" games such as Halo 2 and the eagerly awaited Alan Wake from Remedy, the makers of Max Payne. that too will be a "Vista only" title.

    1. Re:Games by LingNoi · · Score: 4, Insightful

      Vista is the only operating system that supports DirectX10 at the moment. if it stays that way and games start making use of DirectX10 features then games will have no choice but to use Vista.
      Game developers/publishers don't care about vista and DX10. They care about selling games to the largest target market. If the customer base doesn't move then game developers won't make titles exclusive to Vista, especially when code for XP runs fine on Vista.

      There is also the small matter of "Vista only" games such as Halo 2 and the eagerly awaited Alan Wake from Remedy, the makers of Max Payne. that too will be a "Vista only" title.
      Are you seriously suggesting people are going to purchase an OS that is over $400 just to play a 3 year old xbox game?! I could buy Halo 2 and an Xbox cheaper!

      As for any other Vista only titles coming out, check how well they are selling. Shadowrun was Vista only and it sold so badly they had to close the game studio!
    2. Re:Games by ozmanjusri · · Score: 5, Informative
      Microsoft will give up and port DX10 to XP, or someone else will do it first.

      Someone else.

      You can download a preview here

      --
      "I've got more toys than Teruhisa Kitahara."
    3. Re:Games by LingNoi · · Score: 4, Informative

      For the pedants, yes there is Wine/Cedega, but that's an emulator.
      Wine stands for "Wine Is Not an Emulator".
    4. Re:Games by Ynot_82 · · Score: 4, Informative

      emulators emulate hardware
      examples are vmware, virtualbox, et al

      Wine is a compatibility layer
      meaning it just redirects win32 API calls to the equivalent linux API calls

      AFIAK (never really looked into the source of wine, or I'm guessing a bit here), but

      void direct3D_DoSomething(args)
      { /* directX code */
      }

      becomes

      void direct3D_DoSomething(args)
      { /* minor rejigging to make it work with equivalent OpenGL API call */
      openGL_DoSomething(args);
      }

  4. Dear MS ... by Ihlosi · · Score: 5, Insightful

    ... for your next operating system, please use Windows XP as a benchmark and starting point. Create a product that beats Windows XP in relevant categories (note that "amount of eyecandy" doesn't count - usability, speed, resource usage and security do). I'm sure you will have no problem selling that.

  5. Bad news for XP owners by Potor · · Score: 4, Insightful

    While this may be great news for XP owners
    I would have thought that this is bad news for the owners of XP (i.e., M$) but good news for the licensees of XP.
  6. Slight problem by SmallFurryCreature · · Score: 5, Interesting

    Halo 2 AIN'T a vista only game. It has been hacked and works just as well on XP. That isn't really suprising, it is an ancient game that ran on a P3, what the hell would it need DX10 for?

    Other games like the recent system cruncher, Crysis, also can be tweaked to run with "disabled, DX10 only" settings on XP.

    It seems more and more that a lot of the DX10 games just ain't there, some day there may be, but so far they are not.

    MS could afford to force Halo 2 to Vista only, how many game developers can afford to be Vista only? MS better be handing over a huge sum of money to make a game just for Vista.

    The problem is that a LOT of hardcore gamers are people who build their own machines, and are also the ones who need the top end Vista version, so they are faced with a very expensive purchase and for what? So that all their games run slower and take more memory?

    It will be intresting to see what happens, I personally have little doubt that MS will survive this easily, but their mighty fortress has shown a tiny crack.

    IF linux does indeed get DX10 support as some have claimed in the past via Wine like projects, then MS might be in real trouble.

    That is a HUGE if, but in theory it is possible, already companies like Blizzard have to deal with the fact that a portion of their players are on linux and that they have to accept this.

    It will be intresting to see how the Vista only titles sell in the near future. MS titles don't count, MS can afford to loose money, regular developers can't.

    --

    MMO Quests are like orgasms:

    You may solo them, I prefer them in a group.

    1. Re:Slight problem by LingNoi · · Score: 4, Interesting

      IF linux does indeed get DX10 support as some have claimed in the past via Wine like projects, then MS might be in real trouble.
      It was a summer of code project.

      You can download the code from here. No idea if the DX10 API has made it into the main wine releases yet.
  7. The question is consideration by alexhmit01 · · Score: 4, Interesting

    Are people considering Linux/Mac desktops/servers and adding them to the environment. Windows 2000 Active Directory made it hard to add the non-MS LDAP/Kerberos machines to the network, Windows 2003 has made it harder, though Win2003R3 has apparently helped. This certainly helps lock in, but assuming Redhat/Novell decides to make it trivial to add a machine in time by creating a Win32 Program to add things to AD, and Win2003R2 added the SFU Schema Extensions by default, and all of a sudden, adding Linux services can help, a lot.

    One of the things I loved with OS X Server was that their Kerberos/LDAP integrated solution worked great, and adding non-Apple Unix systems was pretty easy... authenticate against LDAP, accept Kerberos, and just Add Principal (host, HTTP, whatever) and export a Keytab. It helped that Apple used MIT Kerberos which is the best documented solution.

    The thing is, if the computer market is growing at say, 8% a year, Microsoft needs to be grabbing a larger share of computer wallet to hit double-digit growth. If Linux/Apple grab extra growth, say 4% of the market each, Microsoft will see either a decline in revenues or need to increase fees, which will force people to look elsewhere.

    Win2K/Win2K3 made things much tougher for small businesses compared to NT4, Active Directory is MUCH harder to setup and use than a simple NT 3.51/NT4 Single Domain, but the well priced SBS solution provided a reason to keep them in the market. However, if someone with an Enterprise Play like Redhat/Novell made an effort to make it EASY to install a Redhat Server with LDAP/Kerberos authentication for both the server AND the webserver and whatever else, you start seeing it easy to migrate Web Apps to the Unix land.

    Microsoft's marketshare doesn't have to plummet for them to hurt. If they consistently lose 1.5% a year to Apple/Linux, that makes it really hard to grow Revenues and requires them to cut costs to keep up profit growth. That alone limits their ability to just walk into markets and destroy them. When Microsoft "cut off the oxygen" for Netscape with a free browser to stop the Netscape Server package from becoming a threat, they could easily eat the costs of the browser because their newly established desktop/Office Suite monopolies were furnishing massive profits.

    If Microsoft managers start obsessing over hitting the numbers, and budget constraints become an important part of the Microsoft bonus structure, then you don't see Internet Explorer projects... You don't see $10-$20 million dollar blackholes on the budget to maintain monopolies.

    The loss of Bill Gates also hurts, not because he is an irreplaceable manager, but because he alone had the clout to do strange things. When Apple fired "professional management" and brought Steve Jobs "back," he had the clout to do whatever he wanted. He pushed projects out the door, canceled others, etc., and could be a one man show with control of the business. Founders have MUCH MORE political capital than professional CEOs.

    If Gates said, "we must destroy Netscape, regardless of costs" (or Java, or any other technology that he found a threat), he could turn the company on a dime as Founder/major Shareholder.

    If Ballmer says, "to hell with profitability, we must destroy Sony PS3/Nintendo Wii, I don't care what we lose in the process," I don't think that he can do it. The heads of the gaming and lifestyle division will go ballistic that they won't make their numbers and get a bonus, and will find people on the Board to back them and get hep. If Gates said that it was a priority, it was a priority, and he could probably change the entire management incentive structure to make it happen. He could create budgets out of thin air for what he called a priority.

    Any loss in marketshare for MS is a disaster financially because it destroys profit growth, and the current management lacks the complete control of the company necessary to move the way it moved under Gates.

  8. Not to karma whore, but by regular_gonzalez · · Score: 4, Interesting

    Posted this the other day, and it's at least as applicable to this thread. I'll be surprised if the larger companies switch to Vista. A general rule of thumb is that the larger the company, the slower any software transition. Many reasons for this, from testing compatibility of your apps with the new software, to layers of bureaucracy to go through. As an example, General Electric is roughly 60% WinXP and 40% Win2K, at least in Europe -- I can't speak for other territories. Office 2000 is deployed on appoximately 80% of systems, Office XP on another 15%, and only 5% or so having moved to the 'modern' Office 2003 -- this despite known errors in Excel 2000 with workbooks containing lots of pivot tables and formulae running into the 'out of memory' issue. Given that they are the world's second largest company, and that there's no way they will be upgrading to any new OS without having, say, 3-4 years to test it and get it approved by the powers that be, that's a huge number of sales Microsoft will miss out on. I can only assume that other comperably large companies have similar behavior. To expound just a bit so it's not pure copy pasta, GE seems to be more conservative under Jeff Immelt than it was under Jack Welch - not necessarily a bad thing, just a difference in leadership style. The only software that they update to the newest and greatest on a regular basis is SAV. I would be incredibly surprised to see Vista rolled out on a site- or business-unit- wide basis, let alone across the entire company. More likely is that the W2K computers are migrated to XP over the next 12-18 months.

    --
    Due to circumstances beyond my control, I am master of my fate and captain of my soul.
  9. Misguided and trolling by Groo+Wanderer · · Score: 5, Funny

    That report is so misguided. Yes, Vista _IS_ slower, but think about all you get for it! You get free popups, chunks of your data archived at MS for NO added cost or CPU time other than the base Vista install, and the assurances that your software is genuine. With XP, you probably would have trouble sleeping at night not knowing for SURE if your software is genuine, or that your config and IP data wasn't safe in the hands of security conscious redmondians.

    So Vista _DOES_ run slower, but the security and peace of mind is well worth it. Were it not for the added speed, you might be a victim of software WMD or something, they are out there you know. Boo.

                -Charlie

  10. Vista Business/Enterprise offers a lot by cybrthng · · Score: 4, Insightful

    Its just going to take time to implement, integrate & upgrade everything to support it. You would have to be kidding yourselves to think MS just made up vista without regard for its core customers. The business version includes encryption, AD, GPO, security, performance, reliability that business users demand and to think Vista isn't an upgrade over XP or 2k in these regards is simply foolish. Auditing, Reporting, Authorization, Policy Management and Manageability have all increased 10 fold if not 100 fold over xp "out of the box" - THAT is what Corporate America wanted - and got! Lord knows They will have to implement the hardware to support it as they would with any other demanding project but that isn't a fault of MS or windows. There isn't an out of the box linux distro within ear shot of a Vista Business & Windows 2008 in end user support & management - everything would be left to 3rd party systems, agent based management and user trust.

  11. SP3 is 10% faster? How much faster than DOS? by r_jensen11 · · Score: 4, Interesting

    Not to troll, but it's not always a mistake when a company issues a new operating system that is slower than the others. Unless their benchmark is rediculously unoptimized, it's difficult to increase functionality AND speed. The issue that I keep on hearing (since I haven't tried it yet) is that Microsoft created a slower operating system with less functionality. Time will tell if this is true or not. Oh wait, it's been out for a year already and we're still hearing the same complaints....

  12. Amen by Toreo+asesino · · Score: 5, Interesting

    Actually, it's the whole business/enterprise functionality that most slashdotters either don't know about or conveniently choose to overlook.

    Active Directory + Group Policy Management (server and client side) is the most single integrated solution from client to server that exists. There may other systems that reproduce similar functionality (like samba for instance), but nothing exists as an integrated top-to-bottom solution like Windows AD.

    The only other system that came close (and some would argue was better) is Novell Netware, but that doesn't really exist any more.

    --
    throw new NoSignatureException();
  13. Re:Was it like this when XP came out? by Cro+Magnon · · Score: 4, Insightful

    There was one big difference between XP then and Vista now. Most XP users upgraded from Win9X. Win9X was total crap on stability. If you went a day without a reboot, you were doing well.

    XP is pretty stable, and SP2 isn't a total disaster on security. With Vista, you have all of the growing pains that XP went through with few reasons to "upgrade".

    --
    Slow down, cowboy! It has been 4 hours since you last posted. You must wait another few hours.
  14. vista needs a lot of work for me to switch back by Wornstrom · · Score: 5, Informative

    I was using vista on my laptop, an athlon 64 dual core with 2GB ram. All I used it for was playing WoW when I'd go to my gf's house, and after several rounds of BSOD's with no solution in sight, I did a little searching and found that I could in fact install XP on there by using a quadro driver for the onboard nvidia graphics. (the vendor did not list any XP compatible drivers, but apparently it has the same motherboard in it as another model). Now, I no longer have to run WoW at 1024x768 but can run at 1280x800 widescreen, with all the mods I want and it flows effortlessly where before it would chop and lag horribly. Vista is pretty, yeah, but I need my laptop to do more than sit there like a prom queen ;-) When I hear of them fixing the performance, I might consider switching it back.