I have an ATI graphics card and I want to know if it is supported and what kind of drivers should I be running to get the best features out of it.
Is my card supported in Ubuntu and what drivers will work with my card?
I have an ATI graphics card and I want to know if it is supported and what kind of drivers should I be running to get the best features out of it.
Is my card supported in Ubuntu and what drivers will work with my card?
Officially Supported Hardware
To check if your card is supported visit this site.
If you card is not listed there then probably it is too new and simply is not supported by any ATI driver.
Installation of the drivers
Before installing any drivers you need to install some dependencies to your system, do this by running this command
Official binary packages from Ubuntu
To install the
fglrx
packages supplied by Ubuntu open a terminal and install usingor search for the
Additional Drivers
utility in your dash and install one of the detected drivers from the list.Latest version provided by Ubuntu's
Additional Drivers
tool (up to this edit's date) is 11.10.Official ATI binaries from the ATI site
To install the latest ATI 15.9 drivers follow this, people are reporting that updating their driver solves some problems with Unity and Gnome-Shell
You will need to remove all the current
fglrx
packages from your system and download the driver from the ATI site.Remove the fglrx drivers if previously installed them (if any of these returns errors ie: file not found, package not found ignore it)
Download the newest ATI driver (current version is 15.9)
If you have a 64 bit system, then install this before anything
Once downloaded go to the file location and set it to run as executable
For 32/64 bit Ubuntu use these steps to install
Once the driver is installed you need to start up a new xorg.conf file with this command
Reboot
Revert back to the open source drivers
After installing drivers from deb packages
Remove all the fglrx traces from your system:
Remove your xorg.conf
Reinstall xorg
For 32bits systems
For 64bits systems
Configure Xorg
Reboot:
After the reboot all the fglrx packages will be gone, you will be using default ones.
After installing drivers from ATI binary
Remove all the ATI driver files:
Remove your xorg.conf
Reinstall xorg
For 32bits systems
For 64bits systems
Configure Xorg
Reboot:
After the reboot all the fglrx drivers will be gone, you will be using default ones.
I have found that the default, open driver works best with my ATI card (5450). I had installed a proprietary driver that Ubuntu recommends, but had issues with shutdown crashing. I uninstalled the proprietary driver, and I don't notice any difference in performance at all, but all I use it for is the Compiz effects, no games.
There's atleast three drivers available with newer ATI cards. THere's the open source driver. It's reliable but not always the fastest. THen there's the fglrx driver shipped with the operating system or from jockey. It's faster and propably working. And then there's the fglrx driver downloadable from ATI.
The open source drivers is actually quite good. Try that one first.
Many ATI video cards work well with Ubuntu automatically. To check that 3d acceleration works with your card, see the section called "Introduction to 3D Video Acceleration". If it does not work, this procedure should activate it.
Install the xorg-driver-fglrx package from the Restricted repository (see Chapter 2, Adding, Removing and Updating Applications).
You now need to configure the computer to use the new driver so run this command in a terminal:
sudo dpkg-reconfigure xserver-xorg When the dialogue appears and asks whether to do automatic detection of your video, pick Yes.
When asked to select a driver, pick fglrx.
Follow the remaining instructions as appropriate.
Restart your machine for changes to take effect.