Jestem nowy w Debianie więc proszę o wyrozumiałość jeżeli coś napisze nie tak. Mój problem polega na tym, iż nie mam akceleracji na otwartych sterownikach do mojej karty graficznej (ATI Radeon 9600 Pro). Mój xorg.conf wygląda następująco:
Kod: Zaznacz cały
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "pl"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
EndSectionKod: Zaznacz cały
glxinfo |grep directKod: Zaznacz cały
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
OpenGL renderer string: Mesa GLX IndirectZ góry dziękuje za wszelką pomoc.