Results 1 to 3 of 3
Hey
When I enable compiz, my window border goes away. When I disable compiz, it appears again. I've tried to edit my xorg, by adding this:
Code:
Section "Device"
Identifier ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-10-2007 #1Just Joined!
- Join Date
- Feb 2007
- Posts
- 4
Compiz error; window border issues
Hey
When I enable compiz, my window border goes away. When I disable compiz, it appears again. I've tried to edit my xorg, by adding this:
Which is shown here: http://wiki.foresightlinux.com/confl...Binary+DriversCode:Section "Device" Identifier "Videocard0" Driver "nvidia" VendorName "nvidia" BoardName "nvidia" Option "DigitalVibrance" "64" Option "DisableGLXRootClipping" "True" Option "XvmcUsesTextures" "true" Option "AllowGLXWithComposite" "true" Option "Coolbits" "1" Option "RenderAccel" "true" Option "NoLogo" "true" Option "AddARGBGLXVisuals" "True" EndSection
However, that is not working at all. And after a while it ruins the xserver, and I can no longer get to my graphical interface.
Does anyone have any clues how I can solve this, and start using compiz normally?
Thanks,
TheRoom.
- 02-10-2007 #2
Just reset Compiz parameters :
and log in again.Code:rm -r ~/.gconf/apps/compiz/
Also,
goes in Section "Screen", not "device".Code:Option "AddARGBGLXVisuals" "true"
Plus, you are missing a few settings in your /etc/X11/xorg.conf, look here for more info :
http://technowizah.com/2006/10/debia...lx-compiz.html"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 02-10-2007 #3Just Joined!
- Join Date
- Feb 2007
- Posts
- 4
Thank you.
Should I add that line from the wiki to my xorg.file before I do what you told me?


Reply With Quote
