Comment 8 for bug 1037453

Revision history for this message
Daniel van Vugt (vanvugt) wrote :

Silvio,

The tearing with nouveau is because nouveau disables vsync support by default. I have no idea why. To enable it, edit /etc/X11/xorg.conf:

Section "Device"
    Identifier "My Graphics"
    Driver "nouveau"
    Option "GLXVBlank" "on"
EndSection