Comment 4 for bug 68562

Revision history for this message
Elfstone (elfstonewise) wrote :

The problem is solved thanks to the bug report bug #63461
in xorg.conf only should add

Section "Extensions"
        Option "Composite" "Disable"
EndSection

It's better to disable Composite than have something like this

Section "Device"
        Identifier "NVIDIA Card"
        Driver "nvidia"
        BusID "PCI:1:0:0"
        Option "RenderAccel" "true"
        Option "AllowGLXWithComposite" "true"
EndSection

With this option my system when prompted to use glx extensions crashed, i couldn't do anything but reset it.