How to install latest ATI/RADEON legacy driver with latest kernels (3.7 and 3.8)
erickwill
Status: Interested
Joined: 25 Jan 2013
Posts: 10
Reply Quote
After a while with headaches and constant research I finally got to install the latest ATI/RADEON legacy driver into my Vaio laptop running Debian Wheezy. FYI the video adapter is a Mobility HD 4650.

So , here you go my short tutorial:

1 - Download the driver
Download the driver from AMD (Legacy or not) and extract it to a proper folder (in this example I used amd):
:: Code ::
~$ ./amd-driver-installer-catalyst-13.1-legacy-linux-x86.x86_64.run --extract amd


2 - Download the patch:
[link]

3 - Appling the patches:
Copy all the files that contains ".patch" extension to the root of your extracted ATI/RADEON driver folder.
One by one patches, use the following command line to apply the patch at the root of your extracted driver folder:

:: Code ::
patch -p0 < ./whatever-patch-name.patch


e.g.
:: Code ::

 patch -p0 < ./arch-fglrx-3.7.patch
 patch -p0 < ./arch-fglrx-3.8.patch
 patch -p0 < ./3.5-do_mmap.patch
 patch -p0 < ./makefile_compat.patch
 patch -p0 < ./arch-fglrx-authatieventsd.patch


[b]4 - Install the driver:[b]
After apply the patches you don't need to repack into a .deb or another package you can just go straight and install the driver through the following command line:

:: Code ::
~$ sudo ./ati-installer.sh 8.97.100.7 --install


After installing proceed with the following line:

:: Code ::
~$ sudo amdconfig --initial


Just in case you are a lazzy guy and don't wanna patch by yourself, you can go straight to my already patched amd legacy driver here:

[link]

So you can start from the step "4 - Install the driver"

Have fun!!

Erick
Back to top
lizbeth
Status: Interested
Joined: 07 Nov 2012
Posts: 14
Location: United States
Reply Quote
Catalyst 13.3 beta is out with built in support for kernels 3.8 and 3.8


support.amd.com/us/gpudownload/linux/Pages/radeon_linux.aspx
Back to top
erickwill
Status: Interested
Joined: 25 Jan 2013
Posts: 10
Reply Quote
This is not for amd/radeon legacy.. I am looking forward for the legacy release.
Back to top
Display posts from previous:   

All times are GMT - 8 Hours