Saturday, December 12, 2009

Compiz desktop effect missing title bar

This guide for Nvidia. It might work on ATI..

put this in xorg.conf under Section "Device" before the End Section

Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"

or

#sudo nvidia-xconfig --add-argb-glx-visuals -d 24

then restart X



No comments:

 Simple Python Calculator This script will allows your to calculate the integers given with the chosen operation. You can add, substract, mu...