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
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
Bon, j'ai essayé le pilote RadonHD, j'ai X qui plante, une histoire de screen not found (???)
En plus le system-config-display qui fait soi-disant un backup de xorg.conf, hé non ! Introuvable le backup ! :-x

Enfin bon après avoir galéré à réparer le xorg.conf je me suis finalement résigné à prendre le pilote proprio.
Docu d'installation du pilote
Bonne surprise, il ne rame quasiment plus sous métacity (nouvelle version ?)

Mais j'ai toujours le problème d'artefacts en diagonale avec compiz....

Allez on va dire que c'est résolu pour le problème de pilote. Je vais ouvrir un autre fil pour les artefacts compiz.
Est ce que tu peux publier ton xorg.conf fonctionnel avec radeonhd ?
Est ce que tu as activé EXA avec celui-ci ?