← Back to team overview

sslug-teknik team mailing list archive

Re: Valg af grafikkort med DVI SOLVED

 


Tak for diverse input !

Det lykkedes ved at bruge følgende opskrift:

Remove the 8.16.20 driver if it is already installed (not working)

Code:
sudo apt-get remove xorg-driver-fglrx
sudo apt-get remove linux-restricted-modules-$(uname -r)
sudo dpkg-reconfigure xserver-xorg #Select the ATI driver
Reboot--necessary to get the restricted modules out of memory.

(Re)Installing the driver

Code:
sudo apt-get install xorg-driver-fglrx
sudo apt-get install linux-restricted-modules-$(uname -r) #Okay if it is already installed
sudo dpkg-reconfigure xserver-xorg #Select the fglrx driver

/Kenn



References