1,150
edits
This wiki, on valeriocipriani.com, uses cookies to give you the best experience on our websites. By continuing to use valeriocipriani.com, we assume that you accept our use of cookies.
Read more about cookies.
Line 60: | Line 60: | ||
# pacman -S xf86-video-ati | # pacman -S xf86-video-ati | ||
===Driver Catalyst=== | ===Driver Catalyst=== | ||
Per installare i Catalyst dobbiamo installare ''yaourt'' dato che sono negli AUR: | |||
Il modo più semplice per installare Yaourt è aggiungere il repository che contiene il pacchetto precompilato a ''/etc/pacman.conf'', quindi: | |||
# nano /etc/pacman.conf | |||
e aggiungiamo in coda queste due righe a seconda dell'architettura che avete, 32 bit = i686, 64 bit = x86_64 | |||
per le architetture i686: | |||
<nowiki>[archlinuxfr] | |||
Server = http://repo.archlinux.fr/i686</nowiki> | |||
per i processori 64 bit: | |||
<nowiki>[archlinuxfr] | |||
Server = http://repo.archlinux.fr/x86_64</nowiki> | |||
Ora sincronizzate il db e installare yaourt: | |||
pacman -Sy yaourt | |||
Installare i driver dagli AUR: | Installare i driver dagli AUR: | ||
# yaourt -S catalyst | # yaourt -S catalyst |