Drivers propriétaires ATI-RADEON (Amd) sur ArchLinux : catalyst-test
Voici un petit tuto "pas-à-pas" pour installer les drivers proprio ATI-AMD.
Pour info, je possède une carte graphique avec un chip ATI RADEON HD6800 series...
sudo pacman-key -r 653C3094
sudo pacman-key --lsign-key 653C3094
sudo nano /etc/pacman.conf
[xorg117]
Server = http://catalyst.wirephire.com/repo/xorg117/$arch
## Mirrors, if the primary server does not work or is too slow:
#Server = http://mirror.hactar.xyz/Vi0L0/xorg117/$arch
Pendant que vous êtes dans ce fichier, vérifiez bien que vous avez les lignes suivantes dans votre fichier (lignes décommentées...) :[multilib]
Include = /etc/pacman.d/mirrorlist
Mettez à jour :sudo pacman -Syyuu
Désinstallez les autres drivers :sudo pacman -Rcc lib32-ati-dri ati-dri xf86-video-ati
On installe catalyst-test depuis AUR :yaourt catalyst-test
On installe acpid et qt4 :sudo pacman -S acpid qt4
On configure atieventsd pour démarrer au boot :sudo systemctl enable atieventsd
atieventsd
sudo systemctl start
On configure X (Ceci est pour un seul moniteur) :aticonfig --initial
Eventuellement, on blacklist Radeon :
Si ce fichier existe :/etc/modprobe.d/modprobe.conf
On met ça dedans :blacklist radeon
On configure Grubsudo nano /etc/default/grub
On ajoute :GRUB_CMDLINE_LINUX="nomodeset"
On met à jour Grub :grub-mkconfig -o /boot/grub/grub.cfg
Cette manip semble désormais inutile et ajoute même une erreur au boot : "Error : No ums support in radeon module"
Et... on redémarre :Dsudo reboot
http://www.mumbly58.fr : Geek & Libre !