http://debian.linux.pl/viewtopic.php?t=952
1) Instalacja z repo
Upewniamy się, że w sources.list mamy dopisany komponent non-free
Debian~$ apt-get update
Debian~$ apt-get install module-assistant fglrx-driver fglrx-kernel-src
Kompilujemy i ładujemy sterownik
Debian~$ module-assistant prepare
Debian~$ module-assistant update
Debian~$ module-assistant a-i fglrx
Zmieniamy xorg.conf
Debian~$ aticonfig --initial
Następnie resetujemy Xorg - ctrl+alt+backspace, albo reboot systemu
Debian-& fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9600 Generic
OpenGL version string: 2.0.5755 (8.24.8)
2) Instalacja z http://www.ati.com
¦ciągamy instalke ati-driver-installer-8.25.18-x86.run
Nadajemy plikowi prawa wykonywania
Debian~$ chmod +x ati-driver-installer-8.25.18-x86.run
Instalujemy potrzebne repozytoria i budujemy paczki
Debian~# apt-get install module-assistant build-essential fakeroot
dh-make debconf
Debian~# sh ./ati-driver-installer-8.25.18-i386.run --buildpkg
Debian/sid
UWAGA: wybierz zgodnie z Twoim systemem Debian/sid, Debian/sarge,
Debian/etch
Instalujemy zbudowane paczki
Debian~# fglrx-control_8.25.18-1_i386.deb
Debian~# fglrx-kernel-src_8.25.18-1_i386.deb
Debian~# fglrx-driver_8.25.18-1_i386.deb
Debian~# fglrx-driver-dev_8.25.18-1_i386.deb
Debian~# apt-get -f upgrade
Kompilujemy i ładujemy sterownik
Debian~$ module-assistant prepare
Debian~$ module-assistant update
Debian~$ module-assistant a-i fglrx
Zmieniamy xorg.conf
Debian~$ aticonfig --initial
Następnie resetujemy Xorg - ctrl+alt+backspace, albo reboot systemu
Debian-& fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9600 Generic
OpenGL version string: 2.0.5755 (8.25.18)
//Dodane Uwagi Kaki