- Modifié
Bonjour.
J'ai une Ati Mobility X1100 (aussi appelée X200M apparemment ) sur mon portable.
J'ai laissé le pilote libre radeon.
Un glxinfo | grep rendering me renvoie
Pas possible de lancer Compiz, ni de jeux 3D.
Pourquoi ne puis-je avoir de direct rendering avec ce pilote ??
PS : toutes les solutions que j'ai lues m'amènent à l'installation de fgrlx, le pilote proprio.
Mais chez moi, ce pilote fait ramer X et firefox...
[---]
Mon Xorg.conf :
J'ai une Ati Mobility X1100 (aussi appelée X200M apparemment ) sur mon portable.
J'ai laissé le pilote libre radeon.
Un glxinfo | grep rendering me renvoie
direct rendering: No
(If you want to find out why, try setting LIBGL_DEBUG=verbose)
🙁Pas possible de lancer Compiz, ni de jeux 3D.
Pourquoi ne puis-je avoir de direct rendering avec ce pilote ??
PS : toutes les solutions que j'ai lues m'amènent à l'installation de fgrlx, le pilote proprio.
Mais chez moi, ce pilote fait ramer X et firefox...
[---]
Mon Xorg.conf :
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Synaptics" "CorePointer"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSection
Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "yes"
EndSection
Section "Monitor"
Identifier "Monitor0"
ModelName "LCD Panel 1280x800"
HorizSync 31.5 - 50.0
VertRefresh 56.0 - 65.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "radeon"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection