Updating Ubuntu 11.10 (Oneiric Ocelot) ATI driver

Ok if your like me you’ve been wanting to update ATI driver but doing it through Jokey is broken so here are the steps to do it.

  1. Download the latest driver for linux from http://support.amd.com/us/gpudownload/linux/Pages/radeon_linux.aspx
  2. Next make the file executable. After this run the command bellow which should build and install you new packages. (The file bellow is for 64 bit replace with the file that you downloaded if for i386)
    sudo chmod u+x ati-driver-installer-11-9-x86.x86_64.run
    sudo ./ati-driver-installer-11-9-x86.x86_64.run --buildandinstallpkg Ubuntu/oneiric
  3. Done

As a side note if your having problems installing make sure the old files are removed properly with

apt-get install aptitude;
aptitude purge fglrx fglrx-dev fglrx-amdcccle

Leave a Comment


NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>