Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "GLCore"
Load "dri"
EndSection
Section "Screen"
...
DefaultDepth 24
Option "TripleBuffer" "true"
Option "AllowGLXWithComposite" "True"
Option "RenderAccel" "True"
Option "AddARGBGLXVisuals" "True"
...
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Opening too many windows leaves some of them black
This is a bug in the Nvidia drivers (as of now from 9625 beta to 9631 for legacy and up for others) that may be fixed in the future. This is because memory management of driver does not work properly, therefore it is especially occuring with video cards that have not enough video memory. When you’ve used it all up with open windows, newly opened windows are left black. Reloading the window manager or resizing windows smaller or minimize other opened windows will make the currently-opened windows visible, but doesn’t solve the problem. Some have had success with one of the following, though usually at the expense of a lower framerate: (more…)


