Slashdot Mirror


Microsoft Begs Hardware Makers To Take Support Seriously

Banana ricotta pancakes writes "Microsoft has confirmed that there will be a widespread public beta of Windows 7 in early 2009, while urging device manufacturers to start immediate testing with its pre-beta release to avoid the widespread hardware compatibility problems that contributed so much to the negative perception of Vista. 'There is not another WinHEC planned before Windows 7 is released,' Microsoft has warned them. Better hope that testing goes well."

48 of 543 comments (clear)

  1. Why bother? by WK2 · · Score: 2, Insightful

    Why would hardware manufacturers bother to write drivers for a Windows Beta release? Especially one that probably won't be released for several years, and the driver requirements and API and such are likely to change several times before then. So many people are happy with XP or Linux, they can wait until the first RC to come out (Microsoft calls it Gold).

    --
    Write your own Choose Your Own Adventure. http://www.freegameengines.org/gamebook-engine/
    1. Re:Why bother? by Necroman · · Score: 1, Insightful

      I'm thinking Microsoft has wised up after the Vista debacle with hardware support. Once Windows 7 hits beta, MS will do their best to keep the APIs the same. My company does some driver development and support for some MS Server services and we like to start at least testing with new OSes as soon as possible so we have an idea of what kind of work is going to be needed to get our stuff to work with the next version of windows.

      Also, for everyone that bitches about Windows changing their API so regularly, you should look at your little child called Linux. If you are a hardware or software vendor that writes drivers for the Linux kernel and do not have your driver integrated into the kernel, it is extremely painful to maintain. Much more so than Windows ever has been. I did a year of driver development support SUSE and Redhat releases with our out-of-box driver, and the amount of API changes in some of the base level kernel interfaces is down right sickening. Sure you can say "why not submit the driver as a patch"... well, if you designed your driver in a way that doesn't fit the model the Linux bigwigs want, there is little to no way it will be accepted.

      As much as people give Microsoft shit for their OS, I find them to be much more friendly and easy to work with when it comes to writing device drivers for their OS.

      --
      Its not what it is, its something else.
    2. Re:Why bother? by Anonymous Coward · · Score: 1, Insightful

      I have a tablet PC with several options that don't work under newer versions of Ubuntu. What is the world coming to?!

    3. Re:Why bother? by QuantumG · · Score: 2, Insightful

      I assume you've filed a bug report or two, right?

      People really do want to know about this stuff.

      --
      How we know is more important than what we know.
    4. Re:Why bother? by darkvizier · · Score: 3, Insightful

      Yes... and try installing Windows XP on a RAID array without using a driver floppy disk. Even Houdini couldn't pull that one off! Linux on the other hand is a breeze. The array is automatically detected and the appropriate drivers are installed and initialized.

    5. Re:Why bother? by Narpak · · Score: 2, Insightful

      Well it is pretty obvious that for every new generation of programmers the amount users, contributors and developers of Open Source software expands. Having at least a general familiarity with Open Source and Linux has almost become a industry requirement. Not to mention that analysing Open Source code to learn is simply a good idea. The program is there, the code is there, you can study it and learn. The code for Windows, and other Microsoft products,is not so easily available.

      At least this is what I hear when I talk to people working in the Norwegian IT Industry and friends current undergoing later stages of their education. The documentation and level of expertise increases at a far far higher rate than what Microsoft, or most other Closed Source companies, can compete with. Open Source might not be for all products or services, but it does to a greater and greater extend serve the need of the average user. And with the Open Source products for the large part being free it makes it very convenient for a student to use Open Office instead of Microsoft Office. Or for administration and educational institutions to switch to a Linux, or other Open Source, products. Not only have it been estimated that such a switch will save the Norwegian Government millions, it also means that the code for the products they use can be scrutinized to a far higher degree than Microsoft would ever allow.

    6. Re:Why bother? by Tehrasha · · Score: 3, Insightful

      Maybe the community should just step up and write them? I mean they do it for Linux, why not Microsoft?

      Yes, why dont they? There are obviously far more Windows users out there to be affected by antiquated hardware.

    7. Re:Why bother? by ion.simon.c · · Score: 5, Insightful

      Maybe the community should just step up and write them? I mean they do it for Linux, why not Microsoft?

      'Cause it's Microsoft. Really, there's no other reason than that. Why should we reward their reprehensible behaviour by adding valuable functionality to their systems?

      If they don't have developers, their operating systems are useless. : D

    8. Re:Why bother? by philipgar · · Score: 4, Insightful

      you do realize that much of the "hardware" we have today is little more than application specific instruction processors (ASIPs) and memory on a board (or SoC). For these hardware devices, much of the development work is in the firmware running on the processors. Oh, and much of that code was probably written by the processor vendor, and likely was obtained under a license agreement that doesn't allow you to release it. Now, if the hardware device contains flash or an eeprom, this isn't really an issue, as the code for these processors can be stored on there. However, many store the program data in the driver. This has a couple advantages, it's cheaper to manufacture the device (fewer components), more reliable (fewer components to fail) and if a bug is discovered in the ASIP code, the manufacturer can release new device drivers that automatically update the firmware of the device, without forcing the user to manually update it. Seems like device manufacturers would have to be stupid not to upload binary blobs to their devices. These binary blobs can't be open source for the reasons outlined above, and thus the device driver cannot be added to the linux kernel.

      Phil

    9. Re:Why bother? by Anonymous Coward · · Score: 2, Insightful

      "Maybe the community should just step up and write them? I mean they do it for Linux, why not Microsoft?"

      THIS shows the difference between Linux [open-source] developers and Microsoft developers- open-source people do it for fun and the good of the community, Microsoft developers do it for a buck and there won't be many bucks in writing drivers for crappy no-name blue-tooth dongles.

    10. Re:Why bother? by magpie · · Score: 2, Insightful

      And don't whine about driver signing, if a large OSS group came to MS with a large body of updated drivers for x64, they'd take them in a heartbeat, place them under a proprietary license giving the writes no control over or credit for them, sign them, and even stick them on the next Windows CD if we let them.

      Fixed if for you

    11. Re:Why bother? by Eskarel · · Score: 2, Insightful
      I've been fairly lucky lately, and it's really only nvidia anymore, and after a number of instances of random interface changes breaking drivers(on the kernel side of things) things have been fairly stable lately.

      Linux has no concept of change control for the most part, you have to upgrade everything or nothing, stuff changes whenever it suits the developers to do so. I know I'm not the only person who has noticed this sort of thing. Xorg has changed the way it handles peripherals a half a dozen times in the last few years.

      There are certainly benefits to doing this, it means cleaner, faster code, and fewer bugs.

      It also means that you can never be absolutely sure that anything open source or otherwise will ever work on any particular version of linux(new open source stuff won't always work with older system libraries, old closed source stuff won't always work with new libraries) and makes getting a vendor to sign off on support for any particular distribution(other than redhat, and we're a novell/suse shop) is more than a little tedious.

      Like I said, there are a lot of advantages to it, but I just get a little frustrated when I see people on slashdot constantly bashing Microsoft. They're not really all that evil anymore, even if Steve Balmer does look like some sort of alien. Vista had a lot of problems, most of them weren't Microsoft's fault and most of them were fixed. Vista has some tedious DRM, but it hasn't affected me in any way shape or form in 18 months. Admitedly I don't have a blu-ray drive and I don't watch any DRM'd HD content, but it hasn't stopped me from doing anything I did before DRM.

      It's part of my personality to tell it like I see it, and I'm just getting so tired of the general Microsoft and in particular the Vista bashing. Vista really isn't all that bad, it's not particularly exciting, and a few features were implemented incorrectly(UAC for one), but I've most certainly used worse operating systems, and it's not deserving of even half the vitriole that it gets. Microsoft did some moderately dodgy things, twenty years ago. They've released some less than perfect software, and their less than perfect software is still beating Linux on the desktop. It's going to continue beating Linux on the desktop for the forseeable future too. They have a somewhat annoying obsession with crippling their own innovations to try and keep people using Windows, even when there isn't any viable alternative. A lot of this might just be that they don't know how to turn things like silverlight or .NET into cash in any way other than by selling OS licenses, and maybe they need a more creative management team. In the grand scheme of things, they're far from being even the most evil software company in the world, let alone the most evil company in the world.

      There are places in this world for open source software, and there are places in this world for closed software. Sometimes we need to reward innovation with money, and sometimes it costs money to get programmers to do the uncool, unsexy, generally unpleasant things that are necessary for business to function. Some companies can find ways to do these things and still release their software open source(mostly companies whose prime market is the enterprise and so can get reliable support money), but some can't. Until and unless the linux community can find a way to work with the companies who can't there is never going to be a year of the linux desktop. There may be a "year of the proprietary internet appliance that happens to be running embedded linux", but there won't be linux on the desktop.

      Ideology and the real world don't mix. RMS has had some brilliant ideas, and has likely forseen some problems that we haven't yet dealt with. He's contributed amazingly to the world of computing, but he's a zealot and an extremist. There seems to be no room for pragmatism and compromise in his world. The world of business, the one which pays all our salaries and which pays for all the bits of software which has to be made but is

  2. Re:Seems to me like a bit of a role reversal by fuzzyfuzzyfungus · · Score: 4, Insightful

    I'm not sure that really has much to do with it. This isn't about MS keeping the OEMs from shipping other OSes, something that they are still pretty good at, this is about MS trying to get the device makers to ship drivers that don't suck, something that they've never had all that much luck with, though they seem to be very gradually improving.

    MS doesn't have the power to coerce decent drivers out of the manufacturers ("Hmm, I see here that your latest wifi chipset driver has 37 unresolved trouble tickets. If you ever want your silicon to run on Windows again..."); but none of the device manufacturers have anything to gain from manipulating perceptions of windows. If one device vendor makes horrific drivers, consumers will blame windows; but OEMs will just drop that vendor. MS has a bit of power, with their driver certification stuff; but driver quality mostly comes down to the battle between the desire to save money by skimping on engineering and the desire to actually be able to sell products that don't ruin your reputation completely.

    If MS were out there, begging vendors to write drivers for Windows, that would be a role reversal.

  3. Re:Seems to me like a bit of a role reversal by eebra82 · · Score: 5, Insightful

    Now that Microsoft are feeling the pinch of competition, they no longer have hardware manufacturers over a barrel. The hardware manufacturers now have the power to control the public perception of Windows, rather than Windows controlling the perception of hardware.

    How did you come to this conclusion? The number of Windows users is still growing. OS X is taking a small percentage from that share, but their software is still restricted to their own hardware, making it very uninteresting for hardware manufacturers.

    It's the fact that Windows is open to any hardware that makes manufacturers prefer this operating system. Also, the two factions live in symbiosis since none would exist without the other. Basically, Microsoft wants their software to work well and the manufacturers surely want their hardware to work well in what is to become the next major operating system that over 90% of the world's population uses.

  4. Why take support seriously? by Anonymous Coward · · Score: 3, Insightful

    Microsoft doesn't, why should hardware makers?

  5. Hardware support? by Tibor+the+Hun · · Score: 2, Insightful

    Microsoft is concerned about hardware support?
    OK, I can guess that they caught a lot of flak for the recent drivers situation with Vista, but shouldn't they be more upfront about software support?

    Of all the computer problems, how many of us are impacted by hardware? Yes, the hard drives die, and occasionally something will hiccup, but for every one of those issues, there are 10 "my computer is running slower now than a week ago", or there is a crazy file that I can't delete, or "I'm getting notices to buy a spyware cleaner". For all those issues, who do people call? Not Microsoft... Pfft, they call Dell, HP, or whomever they bought their box from.
    So then Dell and HP in turn end up doing Microsoft software support. (Unless they just forward you to Microsoft's call center in India.)

    --
    If you don't know what AltaVista is (was), get off my lawn.
    1. Re:Hardware support? by philipgar · · Score: 2, Insightful

      and if OSX or ubuntu had the 90+% market share windows had you'd have the same problem with spyware on them. Much of the spyware is installed by people who don't know what they're doing. This is NOT microsoft's fault. They've actually tried addressing the problem with Window's Defender. As much of the spyware doesn't need root privileges, once it's installed, it's there. If it requires a root kit, than it's the same on most any OS. There will be security holes, and they will need to be patched. This is a fact of life. Plus, there will be users who will enter their root password for an application they've never heard of just because the box pops up. Blaming MS for the spyware problem on windows just doesn't make sense (and for the record, I'm writing this on my Mac laptop, and run many linux machines on my network).

      Phil

  6. Re:Standards by fuzzyfuzzyfungus · · Score: 5, Insightful

    Unfortunately, we have the curse of penny-pinching to blame for that one. Printers nice enough to have Postscript interpreters have been just working with nothing more than a ppd for longer than I've been alive. More recently, USB has a standardized printer class, and IPP for network printing is not exactly exotic.

    I don't know exactly why the printers actually available(particularly the cheap ones) have resisted standardization so sharply; but the state of the market is terrible, as you note, despite their being good ways to do it. It isn't like the bad old days of USB webcams, where everybody rolled their own because no standards existed, people seem to be actively doing the wrong thing with printers.

  7. Re:Seems to me like a bit of a role reversal by binarylarry · · Score: 4, Insightful

    I think the biggest sign of Microsoft's impending fall is the fact that idiot business guys are in charge now.

    All the geeks that made Microsoft the behemoth that it is today are gone.

    Ballmer and co are all that's left and it has been showing.

    --
    Mod me down, my New Earth Global Warmingist friends!
  8. Re:Microsoft Begs Everyone To Take Them Seriously by bigstrat2003 · · Score: 1, Insightful

    Hardly. Everyone with half a brain in the PC market takes Microsoft seriously as it is, they don't need to beg. It's foolish not to take the vendor of the standard OS seriously, after all.

    It's funny, though, the position Microsoft is in. Being the industry standard, they have the luxury of letting vendors write drivers for them (unlike the Linux folks). But as they're finding out, this also puts them at the mercy of the vendors. Delicious irony, I'd say. I wonder if this will lead to Microsoft writing drivers themselves in the future?

    --
    "16MB (fuck off, MiB fascists)" - The Mighty Buzzard
  9. Re:Seems to me like a bit of a role reversal by rcw-home · · Score: 4, Insightful

    MS doesn't have the power to coerce decent drivers out of the manufacturers

    No, but they do have the power to write drivers themselves (carrot) and they do have the power to maintain a public knowledge base of third-party driver problems (stick).

    Microsoft is only in this mess because they've been pawning that responsibility off on OEMs for years.

  10. Re:Seems to me like a bit of a role reversal by fuzzyfuzzyfungus · · Score: 5, Insightful

    Well, MS does have one major competitor, which has caused nontrivial trouble lately: its own older OSes. As much as I'd like it to be otherwise, I don't think that MS is under much immediate threat from Linux or OSX. However, watching the rather pitiful attempt to get the Vista launch off the ground suggested quite strongly that MS has a real problem with pushing its "ecosystem partners" to upgrade in sync. The whole Vista Read/Vista Capable thing, where MS basically screwed over buyers and retailers to let Intel unload their old graphics chips, the fact that NVidia couldn't be bothered to have drivers that actually worked for months after launch, having to extend XP availability several times, etc.

    MS isn't going anywhere; but they face a real risk of getting bogged down in their own backwards compatibility. With Vista, they ran into the nasty trap of not being able to muster enough customer enthusiasm to drive support from hardware and software vendors, and not having enough support from hardware and software vendors to ensure safe upgrades for their customers. Vicious circle time. They'll pull through; because they have the bulk and the power; but that isn't a pretty dynamic.

  11. Re:Seems to me like a bit of a role reversal by EvanED · · Score: 5, Insightful

    No, but they do have the power to write drivers themselves (carrot)...

    What? MS would have the same problem as Linux does, just to a lesser degree. HW manufactures would have to provide specs to MS, something they haven't done for Linux. The only saving grace would be that MS would be capable of signing an NDA with them.

    Microsoft is only in this mess because they've been pawning that responsibility off on OEMs for years.

    "You create a device, you write the driver" seems like a perfectly reasonable policy to me, at least for manufactures that don't open their specs to all.

  12. Microsoft needs to take support seriously. by zerofoo · · Score: 5, Insightful

    Microsoft needs to be worried about it's own quality control issues first.

    Network copies were REALLY broken when Vista was released. Copying files to and from a network was excruciatingly slow - how did that get past Microsoft's QA?

    Explorer still occasionally shits the bed for no apparent reason. Why is explorer still the shell of the operating system? Someone should tell Microsoft that Netscape is no longer a threat to them.

    There are a ton of BONE-HEADED design decisions in Vista (try selecting a wireless network with less than 5 or 6 clicks).

    The ugly truth is that hardware manufacturers are not the cause of Vista's "perception problem". Vista is the cause of Vista's perception problems.

    -ted

  13. Re:Microsoft Begs Everyone To Take Them Seriously by FishWithAHammer · · Score: 2, Insightful

    How's Linux's 0.91% market share feeling?

    Christ. You make the rest of us who use Linux look bad.

    --
    "You can either have software quality or you can have pointer arithmetic, but you cannot have both at the same time."
  14. hrrr by Vexorian · · Score: 5, Insightful
    Dear hardware makers:

    We first take the chance to declare you the cultprits of the vista fiasco, bad hardware makers!.

    Now please be a good boy and support Vista 7 right away, we know this is a sudden move with so few months left for the beginning of 2009 and you are still trying to support Vista. But now we decided to release another OS, so bitch please support that one already, thanks.

    --

    Copyright infringement is "piracy" in the same way DRM is "consumer rape"
  15. Linux Drivers are more important. by KozmoKramer · · Score: 5, Insightful

    The manufacturers should spend more time collaborating with the Ubuntu and Mandriva communities. Windows 7 will suck no matter how much effort the manufacturers put into it. Why waste the extra time on a sinking ship?

    --
    My name is Inigo Montoya. You killed my Father! Prepare to die!
  16. Microsoft begs hardware OEMs to write drivers. by Anonymous Coward · · Score: 5, Insightful

    Intro: "Microsoft has confirmed that there will be a widespread public beta of Windows 7 in early 2009, while urging device manufacturers to start immediate testing with its pre-beta release to avoid the widespread hardware compatibility problems that contributed so much to the negative perception of Vista."

    Interesting.

    Meanwhile, Linux driver developers are begging to write drivers (at no cost) for hardware OEMs.

    http://www.desktoplinux.com/news/NS6669895837.html

    As a hardware OEM, you would have to be thinking that it is going to cost you way, way less to get a working driver for your new product written for Linux.

  17. Re:Seems to me like a bit of a role reversal by nschubach · · Score: 2, Insightful

    But it's apparently worth your time to post and come back to check for responses.

    --
    Every time I start to have faith in humanity, I ruin it by driving to work between 7 and 8 am.
  18. Re:Seems to me like a bit of a role reversal by lluBdeR · · Score: 2, Insightful

    Bullshit.
    When I can throw my Digisuite DTV into a Linux box and have it work I'll believe this, until then "Linux supports more devices (minus one) than any OS ever"

  19. 7 = XP 64? by NoxNoctis · · Score: 2, Insightful

    Take Windows 7 seriously? You mean, like they took XP 64 seriously? Yup, we'll have this fully supported in no time ;-)

    --
    "You're awefully cute, but unfortunately for you, you're made of meat."
  20. Re:Seems to me like a bit of a role reversal by fuzzyfuzzyfungus · · Score: 2, Insightful

    C'mon, it's an anonymous coward posting about Obama, you weren't seriously expecting something other than a breathless screed about how he is a tax and spend marxist socialist communist jew banker fifth columnist babykiller liberal terrorist, were you?

  21. stupid /. spin defeats me by timmarhy · · Score: 2, Insightful
    that's it i can't take it. every single MS story on here has to have some stupid immature little snipe. why the hell would MS be "begging"???? they are a multi billion dollar company with more industry clout than anyone, and yet just because they attempt to work inside the industry to get better compatability with their OS they are beggers not choosers? if they are beggers what the hell level is linux? the lice on the beggers?

    in the last few years /. has steadily slipped into a pathetic site posting the same agenda driven crap, with little to no value

    time to find a better news site

    --
    If you mod me down, I will become more powerful than you can imagine....
  22. Re:Seems to me like a bit of a role reversal by EvanED · · Score: 5, Insightful

    Isn't Microsoft supposed to be the poster child for things like this? "You can't get drivers on Linux because of NDAs, etc." If you _can_ get NDAs and you _are_ filthy rich, and would like to make a superior product, go out and DO IT. Not whine and beg.

    MS at least could do it if HW vendors would cooperate, which many would. But at the same time it's not like MS could just dump money into this and have it be sustainable; maintaining drivers for all the HW out there they want to support would be an enormous effort.

    Making a wild guess, I wouldn't be surprised if it'd double the cost of Windows. (I seem to remember driver code being at least about half of the size of the Linux kernel, so this guess isn't completely out there.) HW would be cheaper, but basically people who buy little and/or common hardware would be subsidizing the cost of driver development for people who got more exotic hardware. I think it makes far more sense to tie the cost of developing the driver with the HW that it's for.

    Also remember the "you create a device, you write the driver, we change the API, we beg you to update all your drivers to the latest beta API, with all nifty DRMs and UACs."

    There's a new version of Windows issued what, every 3 years on average? (At least now that 9x and NT have converged.) Let's see, NT 4 was late '96, 2000 was 2000, XP was 2001, Vista was very late 2006 or very early 2007. 4 versions in 10 years, so just over 3 years is about right. (Windows 7 is scheduled for late 2009 or early 2010, which is about another 3 years.) The driver model changes even less frequently. (E.g. my impression is that you can use basically the same code for 2000 and XP.)

    Not only that, but the changes for Vista were largely rather for the better, with MS trying to push most drivers out into userspace (where they can't cause bluescreens).

    Contrast this situation to Linux, which almost has a stated goal to NOT have a stable driver API. This works fine for them, but if what you want is a stable kernel interface Windows is about as stable as you're going to get.

  23. If I was a hardware person... by trawg · · Score: 3, Insightful

    ...I'd be already over this after just having had to do it all on Vista. Now they're going to have to go through the same thing immediately, which I suspect most of them won't bother doing, thinking "oh, it's years away from release".

    I don't know if Vista driver support has improved significantly since its release (surely it has; I'm still happily running XP), but I suspect there's still a lot of consumer demand for certain/older driver fixes for Vista that are still on the TODO list for many hardware developers.

  24. Re:Make it measurable by johndmartiniii · · Score: 3, Insightful

    What do you mean "measurable?" It's just a catchy thing to say, rallying cry, something for a magazine title and so on.

    --
    If you don't know what you're doing, you can't make mistakes.
  25. Re:Microsoft is contradicting themselves by abigsmurf · · Score: 2, Insightful

    Just because it's easy doesn't mean device manufacturers couldn't come across unforseen issues if they don't test.

  26. Re:Seems to me like a bit of a role reversal by gmack · · Score: 2, Insightful

    Or better yet: they could demand all devices conform to a set standard and then produce drivers for standard hardware only.

    There is no reason for printers to all have different ways to talk to the OS. Same goes for scanners. This could all be standardized.

    I suspect the reason they haven't done this before is that having 1000 devices all needing different drivers is a huge advantage for the incumbent OS. Unfortunately for Microsoft that incumbent OS is XP not Vista so it's all come back to bite them.

  27. Re:Standards by MrMr · · Score: 2, Insightful

    How about this:
    Switching printers when the ludicrously overpriced cartridge is empty would be way too easy if you didn't have to install new drivers and support software?

  28. Re:Seems to me like a bit of a role reversal by Yvanhoe · · Score: 3, Insightful

    The eeePC showed that linux works fine as a preinstalled OS. Its driver structure doesn't change every release in an unpredictable way. That makes it very attractive for computer makers. Microsoft really fears that the eeePC would be the first of a new kind of cheap low specs PCs

    --
    The Wise adapts himself to the world. The Fool adapts the world to himself. Therefore, all progress depends on the Fool.
  29. Re:Seems to me like a bit of a role reversal by seanellis · · Score: 3, Insightful

    I think that the lesson here is that hardware support is very variable, on any OS.

    I bought a digital TV card for my box at home, running Kubuntu, and it was the simplest installation of anything I have ever done. Pop it in, it just worked. No driver installs, no nothing.

    I also bought a cheap webcam. On Linux, plug and go. On Windows, even the supplied disk of drivers failed to install (Error -1: Could not configure driver or some such nonsense), and then the drivers from the website regularly cause BSOD.

    On the other hand, the in-built sound system (some Intel chipset) on my home box is complete pain in the ass under Linux. I've never got the mike input to work properly.

    It is nice to see that some hardware makers are beginning to actively support Linux, or at least allow Linux developers to actively support their stuff by supplying test units and documentation.

  30. Re:Seems to me like a bit of a role reversal by seanellis · · Score: 2, Insightful

    This approach has worked very well with USB mass storage devices. The same driver talks to my camera, external hard drive, memory stick and Ogg Vorbis player. It doesn't seem to have stifled innovation any.

  31. Re:Seems to me like a bit of a role reversal by Anonymous Coward · · Score: 1, Insightful

    You know how much of a pain it is to copy the message you just wrote, log in - this confusingly takes you to the main page, find the article again, find the dork you were replying to, paste and finish editing.. bah

    Some browsers no support having more than one window open at a time. You might try to get one of those.

    Some websites have the ability to login and make a submission on the same page and at the same time!! Slashdot might want to try to make it so their website is usable.

  32. Re:Seems to me like a bit of a role reversal by Hieronymus+Howard · · Score: 4, Insightful

    Whilst saying "You create a device, you write the driver" is perfectly reasonable, it's less reasonable to say, "We're releasing yet another version of Windows. We need new drivers for all of your hardware. Go away and write them for us".

    This means a lot of extra expenditure for the hardware manufacturers every time that Microsoft release a new version of Windows. Is it surprising that they might be a bit reluctant to comply?

  33. Re:Seems to me like a bit of a role reversal by mabhatter654 · · Score: 3, Insightful

    You realize what they're really asking... they want OEMS to spend $250K+ of their OWN MONEY so that EACH device they've ever sold works nicely with Windows 7 and MICROSOFT looks good.

    All the Linux detractors really think about that...

    Now think where linux would be if hardware manufacturers spent 1/10 that much contributing drivers to Linux for each device they sold versus the zero they contribute now.

  34. Re:Seems to me like a bit of a role reversal by TheRaven64 · · Score: 2, Insightful

    What kind of innovation are you expecting in a mass storage device? You write blocks to them and read blocks back. There are a few things that can be improved - for example allowing the device to re-order requests for more efficient transfers - but not a huge amount.

    Now, compare that with graphics cards. We actually have a standard for these, the VESA BIOS Extensions. This defines a way of initialising the framebuffer, setting the resolution, and even some acceleration functions, such as Bit Blt, off-screen sprites, hardware cursors, and even drawing 2D polygons. A modern GPU doesn't bother implementing this, however, since you don't want to use such a primitive interface.

    Think about the new features that have been added to GPUs in the last ten years. Hardware tranform, clipping and lighting. Pixel shaders. Vertex shaders. Geometry shaders. Removing the fixed-function pipeline and emulating it with shaders. In the early '90s, a cheap graphics card was just a framebuffer, and an expensive one had commands like 'copy this region of memory to here in the framebuffer', and 'draw a line from here to here' - really expensive ones had enough memory for double-buffering. Now, they are complex stream-vector processors. The VBE acceleration standard defined in 1996 seems hopelessly archaic now. In contrast, USB storage devices in 1996 stored blocks and retrieved blocks. USB storage devices now store blocks, and retrieve blocks.

    A standard interface for storage devices is easy. IDE lasted for two decades. A standard interface for video is much harder. Even sound has changed a lot, with the addition of 2, then 4, then 5.1 then 7.1 channels, hardware mixing, spacial positioning, signal processing for effects, resampling, and so on all being added. Sure, you could create a standard like AC97 which just lets you output and record sound, but that limits devices to the lowest common denominator.

    --
    I am TheRaven on Soylent News
  35. Re:Seems to me like a bit of a role reversal by blackjackshellac · · Score: 2, Insightful

    As I recall, Billy Gates was still around when the Vista debacle began. But I take your point. You need a good balance of suits and geeks in any technology company, I've personally witnessed several tech companies brought to their knees because they demoted, fired or released the geeks from upper management roles, and ignored product design, planning and schedules in the name of marketing features.

    --
    Salut,

    Jacques

  36. Re:Seems to me like a bit of a role reversal by maztuhblastah · · Score: 2, Insightful

    The only saving grace would be that MS would be capable of signing an NDA with them.

    That kinda implies that the barrier for Linux drivers is the lack of devs willing to sign an NDA. AFAIK, that's not often the case. In fact, from what I remember hearing, there have been quite a few developers willing to sign an NDA in order to get documentation -- but manufacturers just don't want the help of the OSS community. MS has the upper hand because 1) they're a corporation, not a random collection of developers and 2) they have money.