A Word on Drivers and Compatibility

As we mentioned earlier, Ubuntu and the Linux kernel are open source projects, particularly under the GPL license. In large part due to the philosophies of the GPL, compared to Mac OS X and Windows, Linux handles drivers in a notably different fashion.

In a nutshell, the developers of the Linux kernel believe in the open source movement and wish for all related software to be open source. Furthermore they do not like the implications of attaching a closed source “binary blob” driver to the Linux kernel, because if something goes wrong it can be impossible to debug the issue if it occurs in the driver for which they do not have the code for. As such they have moral and technical objections to the Linux kernel supporting external drivers and actively prevent the creation of such drivers. This is done through mechanisms such as not having a fixed API for external drivers, and by not artificially keeping themselves from making changes to the kernel that would break external drivers. Drivers that they do have the code for can usually just be recompiled against the new kernel and are unaffected as a result. The result is that “binary blob” drivers are systematically opposed.

For the most part, this works fine. Not all hardware is supported under Linux because not everyone is willing to share the specifications and data needed to make a driver, but more than enough device manufacturers are willing to share such data that Linux generally supports non-esoteric hardware quite well. There is one class of notable hold-outs here however, and that’s the GPU manufacturers, namely ATI and NVIDIA.

Compared to other drivers, GPU drivers are different for two reasons. First is the sheer complexity of the drivers - besides interfacing with the hardware, the drivers are responsible for memory management, compiling/optimizing shader code, and providing a great deal of feedback. This in essence makes GPU drivers their own little operating system – one that its developers aren’t necessarily willing to share. The second significant difference here is because of the above, GPU drivers are among the only drivers that have a compelling reason to be updated regularly; they need to be updated to better support newer games and fix bugs in the complex code that runs through them.

Complicating matters further is that some intellectual property in GPUs and drivers is not the property of the company who makes the GPU. AMD doesn’t own everything in their Universal Video Decoder, and just about everyone has some SGI IP in their drivers. In the interest of protecting that IP, it is difficult to release the code for those drivers containing other companies’ IP.

Because of all of this, manufacturer-supplied GPU drivers are not always open source. Intel and S3 do well in this respect (largely because they have few tricks to hide, I suspect), but hyper-competitive NVIDIA and AMD do not. AMD has been looking to rectify this, and back in 2007 we discussed their starting work on a new open source driver. Development has been progressing slowly, and for the R6xx and R7xx hardware, the open source driver is not yet complete. Meanwhile NVIDIA has shown no real interest in an open source driver for their current hardware.

So if you want to use a modern, high-performance video card with Linux, you have little choice but to also deal with a binary blob driver for that card, and this becomes problematic since as we mentioned Linux is designed to discourage such a thing. Both AMD and NVIDIA have found ways around this, but the cost is that installing a binary driver is neither easy, or bug free.

The fundamental method that both use for accomplishing this is through the use of a kernel shim. Both analyze the headers for the kernel to identify how the kernel is organized, then they compile a shim against that kernel. The shim resolves the issues with the lack of a stable API, and the other end of the shim provides the stable API that NVIDIA and ATI need.

Ubuntu in particular takes this one step further, and in the interest of promoting greater out of the box hardware compatibility, includes a version of the binary drivers with the distribution. This is unusual for a Linux distribution and has earned Ubuntu some flak since it’s not strictly adhering to some open source ideals, but it also means that we were not forced to play with driver installers to get Ubuntu fully working. Ubuntu had no issues with both our AMD 2900XT and NVIDIA 8800GTX cards, both of which were picked specifically because we wished to test Ubuntu on suitably old hardware which would exist in time for Ubuntu to include support for it. With that said, the drivers Ubuntu includes are understandably old (once again owing to the idea of a stable platform) which means we can’t avoid installing drivers if we want better performance and application compatibility.

And this is where “easy” comes to an end. We’ll first start with AMD’s installer, the easier of the two. They have a GUI installer that puts in a driver along with a Linux version of the Catalyst Control Center. It’s Spartan, but it gets the job done.

NVIDIA on the other hand does not have a GUI installer – their installer is a text mode installer that requires shutting down the X server (the GUI) in order to install. It’s difficult to understate just how hard this makes driver installation. Not only is doing all of this completely non-obvious, but it requires interfacing with the CLI in a way we were specifically trying to avoid. It’s something that becomes bearable with experience, but I can’t call it acceptable.

Driver upgrades are an issue on both sides, because the installers are not completely capable of finding and eliminating older versions of the binary drivers. In one instance, for the NVIDIA drivers we had to track down a rather sizable shell script that automatically deleted the old drivers before installing the new ones, as that was deemed the “right” way to install the drivers. We had less of an issue with ATI’s drivers, but to be fair the primary card I used for my time with Ubuntu was the 8800GTX. I can’t confidently say that there are not other issues that I may have not run in to.

The Ubuntu community does supply tools to help with GPU driver installations, Once such tool is EnvyNG, which reduces the driver installation process to selecting what driver you want to install and it does the rest. This is a far easier way to install drivers, in the right situation it’s even easier than it already is under Windows. But it suffers from needing to have the latest driver data hardcoded in to it, which means you can only use it to install drivers it knows about, and nothing newer. It’s not regularly updated (as of this writing the latest driver versions it has are NV 173.14.12 and ATI Catalyst 8.6) so it’s good for installing newer drivers, but not the newest drivers.

The other tool is access to Ubuntu’s Personal Package Archives, which are a collection of user-built binaries that can be installed through the Ubuntu package manager (more on this later). It’s harder to use than EnvyNG, but anyone can build a PPA, which makes updates more likely. As it’s user-generated however, this still means that there won’t always be the latest drivers available, which means we’re still back to using ATI and NVIDIA’s installers.

As it stands, installing new GPU drivers on Ubuntu is between an annoyance and unbearable, depending on how many hoops you need to jump through. It’s certainly not easy.

The other problem with GPU drivers is that they do not always stay working. Among the issues we encountered was ATI’s driver failing to work after installing an Ubuntu update, and an NVIDIA driver that kept rebooting the system during testing for reasons we never determined (once we wiped the system, all was well).

Our final issue with the state of GPU drivers on Ubuntu is their overall quality. With a bit of digging we can come up with issues on both sides of the isle, so it’s not as if either side is clean here. But with that said, we only ended up experiencing issues with ATI’s drivers. We encountered some oddities when moving windows that was eventually fixed in the Catalyst 9.3 drivers. It turns out that the problem was that ATI’s drivers lacked support for redirected OpenGL rendering; Linux guru Phoronix has a great article on what this is, including videos, that explains the importance of this change.

Ultimately we hate to sound like we’re beating a dead horse here, but we can’t ignore the GPU driver situation on Ubuntu (and really, Linux as a whole). The drivers have too many issues, and installing newer drivers to fix those issues is too hard. Things could be worse, Ubuntu could only distribute driver updates with OS updates ala Apple, but they could also be better. For the moment it’s the weakest point for Ubuntu when it comes to installing it on a high-end system.

What’s the Value of Technical Support, Anyhow? The Package Manager – A Love/Hate Relationship
Comments Locked

195 Comments

View All Comments

  • Telkwa - Wednesday, August 26, 2009 - link

    Nobody's going to agree with the entire article. I'm just glad to see Anandtech paying some attention, and would welcome any articles, tests, reviews, etc.
    It's embarrassing to visit the "Linux" tab and see the latest article was posted in July of 2005...
  • Geraldo8022 - Wednesday, August 26, 2009 - link

    This is based on Ubuntu and I installed it this past weekend. I am having certain issues with it. Yes, it is free. Overall I like it very much and am pleasantly surprised. But, this has shown that Windows 7 will be a comparative bargain to me. I do not have the time to sit in front of the computer and play with Linux; trying to find out why certain videos don't play and why I am having eye strain and clicking on an audio link that doesn't play and a few more. When I go to the Mint forums I am confronted with a Tower of Babel what with all of the acronyms, and told to go to the terminal and type $surun%(8#**#. Ok, now turn your head and cough.
    I'll keep Linux on this machine to boot up and play with now and then. It beats solitaire for the time being.
  • VooDooAddict - Friday, August 28, 2009 - link

    You hit on a good point. People I've setup with dual booting linux distros and windows begin to appreciate what they are paying for with windows. Typical response is "This is cool (Ubuntu) and I can see why some people like it. But I'm going to stick with windows, it's worth the money to me."

    They appreciate that Linux could work, but see the "value" in paying form something familiar.
  • VooDooAddict - Friday, August 28, 2009 - link

    I run Vista on my main PC. Vista on all the spare LAN gaming PCs. I have an Ubuntu 9.04 VM and Ubuntu Netbook Edition on my old tablet PC (small and netbook like).
  • Locutus465 - Wednesday, August 26, 2009 - link

    Just out of curiosity what user mode were you having guests run in? Even in vista I don't provide anything greater than standard user. With that guests need my password (which they don't have) to mess my machine up. Going back as far as Windows 2000, as long as you pair Windows with good spyware (spybot, or for XP defender if you choose) and antivirus (I like Avast and AVG both free and have nil footprints) you basically don't have to worry about system security as long as the person is running a standard user account.

    My my parents system, we went from having to wipe and reinstall windows every time I came home from college, to a rock solid system that absoultly never failed when I performed these steps. I still like the XP/2000 behaviour of simply denying access better than the current UAC implementation. But Vista 64 + UAC (active) seems to be secure enough, particularly when paired with the aformentioned anti-virus software.
  • Ryan Smith - Wednesday, August 26, 2009 - link

    For what it's worth, it's an admin account. I know, I know, I could do Limited User. But that tends to just elicit complaints. XP's Limited User mode is embarrassing compared to how well Vista/Win7 does it.

    Since it's basically just a web browsing laptop anyhow, it's basically a perfect fit for Ubuntu since I wouldn't need to be concerned with Windows malware period.
  • leexgx - Wednesday, August 26, 2009 - link

    i have to agree even XP in its standered/limited user account mode quite hard for stuff to install but not imposable (Vista and win7 with UAC on and an standered account with the admin account passworded should prevent the system from been messed up)
  • aguilpa1 - Wednesday, August 26, 2009 - link

    It seems the OS does not like core 2 duos and nvidia 9800GTX graphics, something even OSX was able to handle.
  • samspqr - Wednesday, August 26, 2009 - link

    * for me, the best possible way to install applications on any OS, but specially in one that is free (libre) is as follows: you search on the internet for the best program to meet your needs, you find it, you copy some code that identifies it, and paste that in your package manager, which then connects to some database, checks that the program is not malware, looks for the latest version, and proceeds to download and install it, not caring whether it's open source or not; this would beat windows/OSX by a wide margin, and also the current ubuntu system, whose "we don't like this software, on philosophical grounds, so it's going to be a pain in the ass for you to install it" attitude is a bit too problematic

    * it would be nice if the "auto" option in the installer told you what it's going to do with your hard disk before going on to do it; I never use it, out of fear it might try to do something I don't like

    * I missed some comment on that section on how Photoshop CS3 costs a lot of $$$, while GIMP is free

    * along these lines, the comparison of total costs in time and money of installing windows/OSX/ubuntu, with all their companion programs, is striking

  • samspqr - Wednesday, August 26, 2009 - link

    and about openoffice:

    * I didn't check this ltely, but aren't there still problems with VBA compatibility? if I can open my xls/xlsm files but I can't run my macros, it's no good; I have a ton of stuff written in VBA, and I'm definitely not doing all that work again

    * the ribbon UI in office 2007 is a royal pain: it's only good for the "It looks like you're writing a letter" users, and you can't get rid of it; there's a lot of people doing real work on excel, and none I talked to likes that ribbon thing, they'd all rather stay with excel 2003

Log in

Don't have an account? Sign up now