Instalar ATI en Ubuntu con 6 pasos sencillos

Primero de todo habilitaremos los repositorios restricted en el /etc/apt/sources.list

Y despues seguiremos estos seis pasos sencillos, y ya esta nuestra targeta funcionando a pleno rendimiento:

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 #(con dos guiones) delante de initial)
sudo aticonfig –overlay-type=Xv #(con dos guiones delante de overlay)

Explore posts in the same categories: ati, debian, gnome, gnu, libre, pogramación, software, ubuntu

Comment: