Earlier, on a different machine, I needed to install drivers for a new ATI Radeon 9550, and this worked.
sudo apt-get update
sudo apt-get install linux-restricted-modules-$(uname -r) #Okay if it is already installed
sudo apt-get install xorg-driver-fglrx
sudo depmod -a
sudo aticonfig --initial
sudo aticonfig --overlay-type=Xv
I did not try this interesting page:
https://help.ubuntu.com/community/BinaryDriverHowto/ATI
No comments:
Post a Comment