Comment 6 for bug 23951

Revision history for this message
Björn Lindqvist (bjourne) wrote :

I tested changing the driver from "nvidia" to "nv" and that solved the problem. Previously the Device section was:

Section "Device"
 Identifier "NVIDIA Corporation NV37GL [Quadro FX 330]"
 Driver "nvidia"
 BusID "PCI:1:0:0"
 Option "AllowGLXWithComposite" "true"
        #Option "NvAGP" "1"
 Option "RenderAccel" "true"
EndSection

The only thing i changed was replacing "nvidia" with "nv" and that solved it! I still think this bug needs to be fixed though so I changed the Status from Needinfo to Confirmed. I hope noone minds.