Comment 44 for bug 1292830

Revision history for this message
Axel Pospischil (apos) wrote : Re: Resuming from sleep makes black borders around windows to appear

Hi,

as my solution of 239 finally did not work for me, I tried:

 vim /etc/X11/xorg.conf

 Section "Device"
     Identifier "DefaultDevice"
     Option "NoLogo" "True"
     Option "RegistryDwords" "EnableBrightnessControl=1"
     # Prevents: Together with CCSM-> OpenGl -> disable 'Sync to VBlank"
     # solves Black border issue on nvidia:
     # https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1292830
     Option "AddARGBGLXVisuals" "True"
 EndSection