For a bug I need to check if a bug still occurs on upstream kernel 3.7rc7, and since the bug is related to fglrx I need to install a newer version as well that work with kernel 3.7. How do I do this step by step?
For a bug I need to check if a bug still occurs on upstream kernel 3.7rc7, and since the bug is related to fglrx I need to install a newer version as well that work with kernel 3.7. How do I do this step by step?
I got my answer by combining different posts on the ubuntuforums. This guide will use the 12.10 version of fglrx from the ati site. All these steps are done in a terminal. This guide assumes you have kernel 3.7rc7 installed by following the steps in https://wiki.ubuntu.com/KernelMainlineBuilds. It also assumes you're running Ubuntu 12.04, however the instructions for 12.10 are very similar.
Create temporary directory and go to this directory:
Download the ati driver and the patch:
Extract the zip and make the
.run
file executable:Extract the
.run
file in the./src
directory:Go to the
./src
directory and apply the patch:Now build the deb packages for 12.04 (precise), these will go in the parent directory
Go to the parent directory and install the files
If you get an error about
version.h
and that building the dkms modules failed, this is because the file version.h is misplaced in kernel 3.7rc7. To fix this doand remove and install fglrx again
Backup your xorg.conf and generate a new one
Reboot it and it should work!