How to Install Linux Amd/Ati Driver?

Mik James

New Member
I'm using Linux Lite and the driver from the amd website for the
Radeon Hd 6950 is only available in a .run format.

Clicking the .run file doesn't open any sort of installer.

Thanks in advance :)
 

NyxCharon

Active Member
sudo aptitude -r install linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') fglrx-driver fglrx-amdcccle
 
Last edited:
Top