Option "XAANoOffscreenPixmaps"The edited file should read.....
Section "Device"ANOTHER SOLUTION:
Identifier "Card0"
Driver "nvidia"
BoardName "unknown"
Option "XAANoOffscreenPixmaps"
Now you need to edit the /etc/X11/xorg.conf file and do the following changes...
kate /etc/X11/xorg.conf... then add these two lines under the “Screen” section....
Option “XAANoOffscreenPixmaps”... then add these lines under “Device”...
Option “AddARGBGLXVisuals” “true”
Option “AllowGLXWithComposite” “true”
Option “RenderAccel” “true”...then add this line under “Server Layout”...
Option “AIGLX” “on”Finally at the end of the file add these lines...
Section “Extensions”Now save the file and exit.
Option “Composite” “Enable”
EndSection
You need to reboot Mepis and now Beryl and nVidia with work.