Bonjour,

J'ai le pilote proprio fglrx installé, un direct rendering activé, et pas de problèmes avec le bureau 2D.

Mais sous compiz, j'ai un artefact en diagonale de l'écran entier, d'en haut à gauche jusqu'en bas à droite.

Cet artefact est un screen-tearing. Le screen-tearing, c'est ça :
Exemple de screen-tearing, mais horizontal, dans CS
Je peux pas vous poster de screens du mien, j'ai essayé, j'arrive pas à le choper.

Il apparaît quand je déplace une fenêtre, quand je scrolle dans Firefox, etc... uniquement sous Compiz.

Si quelqu'un sait ce que je dois bidouiller et où (vsync? rafraichissement??), ce serait sympa.

Merci !!:-D

[---]
Mon xorg.conf :
# Xorg configuration created by livna-config-display

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Synaptics" "CorePointer"
EndSection

Section "Files"

EndSection

Section "ServerFlags"
    Option        "AIGLX" "on"
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 "Device"
    Identifier  "Videocard0"
    Driver      "fglrx"
    Option        "OpenGLOverlay" "off"
    Option        "VideoOverlay" "on"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Videocard0"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Section "Extensions"
    Option        "Composite" "Enable"
EndSection