1) Can you attach the output of this command?
glxinfo

2) Can you try setting the Screen section of your xorg.conf to the
following? (Remember to restart the Xserver after you do this)

Section "Screen"
        Identifier      "Default Screen"
        Device          "Configured Video Device"
        Monitor         "Configured Monitor"
        Option          "NoLogo"        "True"
        #Option         "Overlay"       "True"
        #Option         "CIOverlay"     "True"
        #Option         "OverlayDefaultVisual"  "True"
        #Option         "TransparentIndex"      "0"
        Option          "AddARGBGLXVisuals"     "True"
        SubSection "Display"
                Depth   24
                Modes           "nvidia-auto-select"
        EndSubSection
        Defaultdepth    24
EndSection

3) If point 2 doesn't solve the problem, can you try replacing the
"Extensions" section in your xorg.conf with the following (and
restarting the Xserver)?

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

Let me know how it goes.

-- 
application crashes with "Aborted" for Open GL  calls
https://bugs.launchpad.net/bugs/250535
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to