Comment 22 for bug 370818

Revision history for this message
Francois Thibault (thibaulf88) wrote :

Somehow, this issue seems related with nvidia driver. Using "nv" driver instead of "nvidia" seems to affect the area selection issue. Glx module must also be removed.
I'm running Lucid 32 bits.

In /etc/X11/xorg.conf
Section "Module"
# Load "glx"
EndSection

Section "Device"
 Identifier "Configured Video Device"
# Driver "nvidia"
 Driver "nv"
 Option "NoLogo" "True"
EndSection

Not sure if we could call it "workaround", but it works for me (nv driver is enough for me).