I had similar problem, Ive added following lines into my xorg.conf and
it just work now. I'm using nVidia card:

Section "Device"
        Identifier      "Generic Video Card"
        Driver          "nvidia"
        BusID           "PCI:1:0:0"
# start added lines
        Option "AddARGBGLXVisuals" "True"
        Option "RenderAccel" "True"
        Option "AllowGLXWithComposite" "True"
        Option "TripleBuffer" "True"
        Option "backingstore" "True"
# end added lines
EndSection

-- 
Feisty Fawn no window borders/resize/minimize dont work
https://launchpad.net/bugs/89182

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to