Slashdot Mirror


AMD Promises Open Source Graphics Drivers

MoxFulder writes "Henri Richard, AMD's VP of sales, has promised to deliver open-source drivers for ATI graphics cards (recently acquired by AMD) at the recent Red Hat Summit. A series of good news for proponents of open-source device drivers. In the last year, Intel, the leading provider of integrated graphics cards, has opened their drivers as well. But ATI and NVidia, the only two players in the market for high-performance discrete graphics cards, have so far released only closed-source drivers for their cards. This has created numerous compatibility, stability, and ethical problems for users of Linux and other open source OSes, and prompted projects like Nouveau to try and reverse-engineer NVidia drivers. Hopefully AMD's decision will put pressure on NVidia to release open-source drivers as well!"

25 of 264 comments (clear)

  1. I could not read the summary by niceone · · Score: 5, Insightful

    I'm sorry, I could not read the summary. I have worked in R&D... I got as far as "VP of sales has promised" and had a panic attack.

  2. Re:Nice by Anonymous Coward · · Score: 5, Insightful

    No, some other users just want fully operational 2D graphics with dual head support. More especially for dual DVI cards where the external TMDS is not supported under X.

  3. Re:Nice by someone1234 · · Score: 4, Insightful

    Well, if there is a good video card support on linux, linux gaming will just strengthen. It isn't a godgiven that you can play games only on Vista.

    --
    Patents Drive Free Software as Hurricanes Drive Construction Industry
  4. Ethics? Still, nice to hear. by The+Orange+Mage · · Score: 4, Insightful

    This has created numerous [...] ethical problems for users of Linux and other open source OSes,...
    Damnit, Jim, I'm a computer user, not a philosopher! But honestly, I think most of the people COMING to Linux in the Desktop world could care less about these "ethical" issues. Once again, it's just another thing that some of the Linux community puts above having things Just Work(tm). However, since some of these closed-source drivers aren't working for some, it's nice that AMD wants to open theirs so that eventually they can be modified until they work. A win for everybody, actually.
    1. Re:Ethics? Still, nice to hear. by Just+Some+Guy · · Score: 4, Insightful

      I think most of the people COMING to Linux in the Desktop world could care less about these "ethical" issues. Once again, it's just another thing that some of the Linux community puts above having things Just Work(tm).

      Under Linux, most things Just Work(tm) because people with those ethical issues took the time to do something about it. You can't possibly claim that GNU or Linux exist in an amoral vacuum.

      --
      Dewey, what part of this looks like authorities should be involved?
    2. Re:Ethics? Still, nice to hear. by TheRaven64 · · Score: 4, Insightful
      Free Software has never been about ethics, it's always been about making stuff work. One of the pre-requisites to making stuff work, however, was the availability of the source code and the rights to fix or adapt it, and redistribute the changes (so not everyone needs to do the same fix themselves). BSD started with a bunch of guys trying to fix UNIX. GNU started with RMS trying to fix a printer driver. Linux started with a guy trying to fix Minix.

      The last one is the most interesting, since fixing Minix ended up meaning completely re-writing it because (at the time) the license didn't allow redistribution of modified versions (only patch sets, and those were growing unwieldy).

      To an outsider, it might seem that ethics or ideology were the motivating factors, but in reality it's just a desire for things to work. The problem with binary-only drivers is that they might kind-of work now, but at some point they might not and then there will be nothing we can do about it.

      --
      I am TheRaven on Soylent News
    3. Re:Ethics? Still, nice to hear. by stinerman · · Score: 4, Informative

      No. Open Source is about making stuff work. Free Software is about ethics and freedom.

  5. Re:Nice by dc29A · · Score: 4, Insightful

    They're just trying to get them some press. Unfortunately Linux gamers are an edge case. People needing video card support on Linux above vanilla SVGA as a whole is an edge case.

    Having solid drivers isn't just "an edge case". Go install the default ATI or Nvidia driver on a recent linux distro then upgrade it to a non open source one from the company. It's like day and night. I noticed a huge difference between having a default driver vs company made one, silly things like dragging a console with transparent background is no longer a pain, it's smooth. The desktop feels fast and I don't even have any 3d desktop installed.

    Then you got things like multiple monitor support. My Feisty install without closed source drivers just wouldn't work. It kept resetting the screen resolution after reboots, wouldn't recognize my second monitor, I couldn't even force it, it was a black screen. Once I installed the closed source driver, shazam! All my video worries are gone. Now I am happily using a 2560 x 1024 dual monitor setup with hardware acceleration.

    Also you got 3d desktops like Beryl. With eye candy being a major selling point in some operating systems, 3d features will become important if desktop linux wants to get more popular. I hope all graphic card companies will develop good drivers for Linux.

  6. Intel driver Open Source? by slashdot.org · · Score: 4, Interesting

    Last time I looked at the Intel driver source, there were a ton of calls into the video BIOS. Not something I would call an "Open Source" driver. This may have changed since then,- I really hope so.

    Why is it important to have more source you might ask. Well, for one thing it would be really nice if we can get rid of the video BIOS altogether. A full source driver which shows how to switch video modes is a very good start to accomplish this (although not necessarily enough).

    And then you might ask, why do we need to get rid of the video BIOS? Well, when evaluating graphics chips for an embedded systems, I found out that the video BIOS can spend an insanely long time initializing stuff and displaying stuff that we don't want/need (some like several seconds). In general, video BIOSs are over-engineered and do waaaay more than needed.

    If you are aiming to build a near-instant-on system, and/or something that doesn't look like a PC, you want this sort of flexibility. If AMD steps up to the plate, that would be awesome.

    1. Re:Intel driver Open Source? by Josh+Triplett · · Score: 5, Informative

      Last time I looked at the Intel driver source, there were a ton of calls into the video BIOS. Not something I would call an "Open Source" driver. This may have changed since then,- I really hope so.

      Why is it important to have more source you might ask. Well, for one thing it would be really nice if we can get rid of the video BIOS altogether. A full source driver which shows how to switch video modes is a very good start to accomplish this (although not necessarily enough).


      Look into the new "modesetting" branch of the Intel driver, currently moving towards the default. It moves all the work of modesetting and other related hardware manipulation from the video BIOS into the driver, and avoids the video BIOS entirely. This does indeed give the benefits you describe in your post. Some of this modesetting code also moves toward sharing between drivers, to support modesetting for all Xorg video drivers. (Some of it consists of driver-independent code, such as dealing with funky monitors.)
  7. Vague... by evilviper · · Score: 4, Insightful

    Anybody got any more details? They talk about the lack of a timeline, but "graphics drivers" is also vague, and could mean 2D, or just another small subset of features.

    I'm certainly not going to go out and start buying ATI cards until all the details are worked-out.

    --
    Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
  8. Ethics? Yes. by pedestrian+crossing · · Score: 4, Insightful

    I think most of the people COMING to Linux in the Desktop world could care less about these "ethical" issues.

    True, right now they don't care. But that doesn't make it any less important to develop Free drivers.

    Richard Stallman had his realization that Free software is necessary based on his experience with a printer driver.

    --
    A house divided against itself cannot stand.
  9. Re:Nice by OmegaBlac · · Score: 5, Interesting

    The problem is, most Linux desktop users use it to develop or manage it as a server. They won't pay for a game. They will not pay for anything at all, most of the time.
    I, a Linux user, am more then willing to pay for the same commercial games that are available for Windows. Matter fact I have payed already when I purchased UT, UT2k4, Quake 4, and Doom 3 which I have installed exclusively to play on Linux. I have no idea where you got the idea that most Linux users are unwilling to pay for software let alone games. Did you poll every single Linux user? Or did you form your ignorant opinion out your ass? I'm sure there is a large number of Windows users that don't pay for their software hence the existence of warez groups offering commercial software for free. And what about the large number of people unwilling to pay for Windows or games which drives many software companies to develop draconian drm & copyright protection measures?
  10. Re:Nice by Lumpy · · Score: 4, Insightful

    Nice to see you dont know squat about linux.

    3d acceleration and the Video acceleration is used daily by EVERY linux user (short of text based server installs.

    What you just said is as redicilous as saying "Vista users dont need anything but 2d Svga."

    I run Wxvga all the time WITH 3d and guess what I dont play games in linux at work.

    And I am not a "edge case" but a typical linux user.

    --
    Do not look at laser with remaining good eye.
  11. Re:Mainstream gaming by OrangeTide · · Score: 5, Informative

    It sure is nice when GLX works and you can do CAD, modeling, simulations and 3D programming(OpenGL) on a Linux box. So there are practical uses beyond gaming for those fancy 3D cards.

    --
    “Common sense is not so common.” — Voltaire
  12. Re:Nice by TheRaven64 · · Score: 4, Informative
    The high-end is still reserved for gamers, researchers, and people doing visualisation. A modern (cheap) GPU, however, does a lot more than a framebuffer. The most obvious thing it does is compositing. Pretty much every application does some form of alpha blending (see those icons on your toolbar?), even if it's with a 1-bit alpha channel, and there's no reason this couldn't be done in hardware. At the windowing system level it's even more important. Draw every window to a texture and let the GPU handle the shadows (not just a gimmick; on OS X is't a huge visual clue as to the active window) and overlaying.

    Pixel and vertex shaders are a whole new ball game. There's a lot of text on my screen. All of it drawn from truetype fonts. A truetype font is basically a series of bezier curves. Microsoft Research released a paper a few years back where each of these curves was approximated to a triangle. A vertex shader program then inspects each of the rendered triangles and corrects the error between the triangle and the bezier. This allows an entire font to be uploaded to the GPU and rendered at any resolution with very little CPU load or RAM usage (compare this with Apple's hack of just storing a table of glyphs in the video RAM, which doesn't scale very well).

    Pixel shaders can be used for a lot of things. With pixel shaders you can perform a lot of convolutions in hardware, giving some nice effects. You can use a pyramid algorithm to perform a number of things, like bi-cubic filtering, blurring, etc in a fraction of a second.

    Sure, you could do a lot of these on the CPU, but the GPU is going to do them a lot faster, and probably use less power (important for mobile users).

    Even without needing the 3D support, it's useful to have all of the features working correctly. Power management is a big one, since the kernel needs to be able to save the state of the GPU somewhere before turning it off, and Linux uses a lot of hacks to try to avoid needing to do this.

    --
    I am TheRaven on Soylent News
  13. Re:Nice by jZnat · · Score: 4, Insightful

    Why should software development companies waste money developing games for Windows when they could get a far larger market share by making games for Wii, Xbox 360, PS3, DS, PSP, etc.? The PC gaming market is much smaller than the console games market, and Nintendo is helping widen the gap with the Wii and DS which appeal to non-gamers as well.

    --
    'Yes, firefox is indeed greater than women. Can women block pops up for you? No. Can Firefox show you naked women? Yes.'
  14. Dual head by markov_chain · · Score: 5, Funny

    Now there's something to do if you had a million dollars.

    --
    Tsunami -- You can't bring a good wave down!
  15. Re:Nice by MoxFulder · · Score: 5, Insightful

    Having solid drivers isn't just "an edge case". Go install the default ATI or Nvidia driver on a recent linux distro then upgrade it to a non open source one from the company. It's like day and night. I noticed a huge difference between having a default driver vs company made one, silly things like dragging a console with transparent background is no longer a pain, it's smooth. The desktop feels fast and I don't even have any 3d desktop installed.

    Agreed... this is why I was excited about possibly having open-source drivers, and posted this article. My current box has onboard NVidia, and a low-end ATI discrete PCIe card... frankly, I can't wait for *one* of them to have open drivers. Although using the binary drivers improves 3D performance and a lot of strange display bugs, as you point out, it's a huge pain to keep them up-to-date with kernel upgrades since they can't be bundled with the main kernel. I don't like putting a big binary blob in my kernel, which by all reports is out-of-date with respect to a lot of other kernel subsystems, and may open up security holes.

    I don't do 3D anything (word processing, programming, web browsing mainly), but baseline unaccelerated SVGA is definitely *not* acceptable: 2D graphics acceleration is necessary for a smooth and productive desktop experience. The open-source 2D acceleration is actually pretty good at this point, but of course it simply DOES NOT WORK with a lot of the latest ATI cards in particular.

    The current pace of open-source driver development is positively glacial, largely because most of the people who have sufficient documentation to easily improve the drivers are under NDA. Read this incredibly frustrating blog entry from a developer who's under NDA with ATI... using only a few hundred lines of code, he has patched the open-source Radeon driver to support most of the newer ATI cards... but ATI has spun its wheels for months without allowing him to release the code.
  16. Re:Nice by Stewie241 · · Score: 5, Insightful

    * You != an average Linux user.
            * Loki Software proved the lack of market for Linux games 5 years ago when they shut down in 2002.


    I think we also have to take into account the fact that the Linux landscape has changed drastically in the last five years. How popular was the iPod in 2002?

  17. Re:Nice by Aladrin · · Score: 4, Insightful

    You've missed 1 key point: 5 years ago!

    Linux is a MUCH better desktop OS than it was 5 years ago. Coincidentally, that was about the same time I tried to use Debian as a desktop. It stunk and I quickly dropped it. Then 2 years ago, I found reason to try it out again. Slackware was pretty good, but still iffy for a desktop.

    Now I've got Kubuntu. It's amazing, and definitely a good desktop OS. The home PC I have ordered was chosen based on the idea that it would only run Linux, and Windows didn't matter. (This one is going to be my 'game' PC in the living room now.)

    Loki was too early. If they tried the same thing now, they'd have a LOT better success.

    As for the 'waiting' issue... Was that the only issue? Or did Loki fail to advertise that they were going to be releasing that game in a few months? Because if I didn't know about it, I'd just pick it up for Windows, assuming Linux would never get it. Maybe there were other issues as well, that don't come to mind immediately.

    Loki didn't prove anything except that they didn't make it.

    --
    "If you make people think they're thinking, they'll love you; But if you really make them think, they'll hate you." - DM
  18. Re:Nice by Anonymous Coward · · Score: 5, Insightful

    Loki Software proved the lack of market for Linux games 5 years ago when they shut down in 2002.

    Actually, you are incorrect. Loki Software died mainly because of managerial incompetence and mismanagement. You can read about some of that here.

    And, as others have pointed out, the Linux desktop has matured a lot in the last 5 years. Even if Loki died because of a lack of customers (which is not the case), the same would not necessarily happen today.
  19. I don't think everyone understanding the argument by jabjoe · · Score: 4, Insightful

    I don't think everyone understands the argument here. There is a problem with closed source drivers. It's not just ideology. Closed source drivers means you can end up with no drivers for a device for your version of the kernel. Even if drivers for some different kernel version exists. A good example of this is old devices. If the manufacturer still exists, they probably don't care to do the work to update drivers for a device they no longer sell. Maybe there should be a device/kernel interface that stays the same for all time, but I think as a rule, people want the best interface possible, with open source drivers so devices can be kept up. You then of course get the advantage of open source so you can fix/work-round bugs (or improve it!).

  20. eye candy and scientific workstations by nanosquid · · Score: 5, Insightful

    With Compiz, Beryl, and XGL, excellent 3D graphics support has become a mainstream issue. Furthermore, Linux is widely used in science and engineering, and those users use excellent 3D graphics as well.

  21. Re:Nice by timelorde · · Score: 5, Funny

    What about that optical mouse you're using?

    [looks down...]

    Logitech.

    [looks over at the 'ol Windows98 box...]

    Logitech.

    [goes downstairs, looks at wife's laptop...]

    Logitech.

    'Nuff said.