This time a slightly modified method to take advantage of the existing patches.
1) Extract driver packages
2) Add in Ubuntu patches for 3.7 and 3.8 support
3) Build
4) Install
5) Reboot
1) Download and extract:
Code:
$ cd ~/temp
$ wget http://www2.ati.com/drivers/linux/amd-driver-installer-catalyst-13.1-linux-x86.x86_64.zip
$ unzip amd-driver-installer-catalyst-13.1-linux-x86.x86_64.zip
$ sh ./amd-driver-installer-catalyst-13.1-linux-x86.x86_64.run --extract amd
2) Add patches for 3.7 and 3.8 kernel support:
Code:
$ wget https://launchpad.net/ubuntu/+archive/primary/+files/fglrx-installer_9.010-0ubuntu2.debian.tar.gz
Now open the zip and extract the files in dkms/patches to ~/temp/amd/packages/Ubuntu/dists/[source and quantal]/dkms/patches/
Both source and quantal probably isn't needed, it's a catch-all until I test one or the other.
Extract "dkms.conf.in" to ~/temp/amd/packages/Ubuntu/dists/[source and quantal]/
3) Build:
Code:
$ cd ~/temp/amd
$ ./ati-installer.sh 9.012 --buildpkg Ubuntu/raring
4) Install:
Code:
$ cd ..
$ sudo dpkg -i *.deb
5) Reboot. Use your favourite method.

Bookmarks