Wcześniej korzystałem z gnome i zawsze instalowałem sterowniki w ten sam sposób, a mianowicie:
Dzisiaj także tak uczyniłem, niestety po uruchomieniu komputera rozdzielczość jest ustawiona na 1280x1024, powinienem mieć 1024x768. Po zmianie na 1024x768 czcionka jest wielka, mimo to po uruchomieniu ponownie komputera znowu powraca do 1280x1024.1) Instalacja z repozytorium.
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 restart 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)
Mój xorg.conf po wgraniu sterowników:
http://wklej.org/id/53219/
Wtedy jest:
Kod: Zaznacz cały
direct rendering: Yes
Postanowiłem więc ponownej konfiguracji xorga za pomocą komendy:
Kod: Zaznacz cały
dpkg-reconfigure xserver-xorg
Kod: Zaznacz cały
aleksander@ALEKSANDER-PC:~$ sudo glxinfo | grep direct
[sudo] password for aleksander:
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
OpenGL renderer string: Mesa GLX Indirect
aleksander@ALEKSANDER-PC:~$
Z góry dziękuję.
PascalHP.