POur être bien sûr, Bochecha tu pourrais poster ton xorg.conf?
Voici le miens :
# 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 - 90.0
VertRefresh 59.9 - 60.1
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "vesa"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Je viens de me rendre compte d'un truc louche : dans la section device, le driver est "vesa" je devrais pas avoir radeon?
Si oui, je laisse le reste comme ça?
Edit : je viens d'essayer de mettre radeon à la place de "vesa", j'ai fini par remettre vesa car le serveur x ne démarrait pas...
Un cat /var/log/Xorg.0.log | grep EE me donne :
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
(EE) AIGLX: Screen 0 is not DRI capable
Re edit : après avoir désactiver aixgl et composite grace à livna-config-display, je n'ai plus cette erreur.
Par contre si je remet "radeon" à la place de vesa, toujours le même problème : en lisant les erreurs xorg j'ai ceci : "no screens found".
Merci!