← Back to team overview

compiz team mailing list archive

[Bug 327793] Re: Window decorations in title bar missing with compiz enabled

 

I'm really sorry guys,
I'm don't really know how to use this website, so I try something ...... and apparently it's not a good thing to do :(
And I not good at English too ....

I got this problem when enabling compiz in Karmic Koala (and yes, I'm
using nvidia) ...... and I have solved it .....

1. Open up a terminal and type sudo su (enter your password)
2. Type gedit /etc/X11/xorg.conf
3. From the xorg.conf file, find the section called Section "Device" and just before EndSection, add the following and save the  file:
          Option "AddARGBVisuals" "True"
          Option "AddARGBGLXVisuals" "True"

4. Here is an example of an edited Section (your Section may vary):
          Section "Device"
          Identifier "Videocard0"
          Driver "nvidia"
          VendorName "NVIDIA Corporation"
          BoardName "GeForce 6150"
          Option "AddARGBVisuals" "True"
          Option "AddARGBGLXVisuals" "True"
          EndSection

   5. Restart Ubuntu and the titlebar with related window decorations
should reappear

I got this from here http://www.pendrivelinux.com/ubuntu-desktop-
effects-fixing-the-missing-titlebar/

-- 
Window decorations in title bar missing with compiz enabled
https://bugs.launchpad.net/bugs/327793
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in ubuntu.