Ubuntu – How To Fix Missing Titlebars   July 15th, 2010

A fairly common issue within Ubuntu after installing and configuring Compiz is that your titlebars disappear leaving you with an unsightly workspace and in some instances, the inability to close windows and applications.  The problem seems to affect mostly systems with an NVidia GPU and in my case, occurred after switching to a higher resolution on my second monitor.  The fix is thankfully, simple:

  • Open a terminal window and type:
    sudo su
    followed by your password when prompted and then:
    gedit /etc/X11/xorg.conf
  • Once gedit opens scroll down to the ‘Device’ section and just before ‘EndSection’ add the following:
    Option “AddARGBVisuals” “True”
    Option “AddARGBGLXVisuals” “True”
  • Save the file
  • Restart Ubuntu

You should now find that all of the titlebars return and life is good again.  The above method should work for all recent releases, I’m using 10.04 Lucid.




    Tags:
    This entry was posted on Thursday, July 15th, 2010 at 7:35 pm and is filed under Blah, Linux, Technology Related, Ubuntu. You can follow any responses to this entry through the RSS 2.0 feed.You can leave a response, or trackback from your own site.

    3 Responses

    July 16th, 2010 at 3:24 pm
    Tweets that mention Ubuntu – How To Fix Missing Titlebars… | Mike Southby -- Topsy.com Says:

    [...] This post was mentioned on Twitter by _D4NiLO_, Mike Southby. Mike Southby said: New blog post: Ubuntu – How To Fix Missing Titlebars… http://is.gd/dtl5R [...]

    July 21st, 2010 at 10:13 pm
    Links: GNU/Linux Advocacy, Kernel Space News | Techrights Says:

    [...] Ubuntu – How To Fix Missing Titlebars… [...]

    November 4th, 2010 at 5:36 pm
    Malky Says:

    Or you could install fusion-icon. Then when your titlebars disappear, click fusion-icon and all will be restored to former glory.
    I do this on Gentoo 10.0 quite often. (as the fix you suggest in xorg.conf doesn’t always work) Yep, that’s right Mike, I said Gentoo 10. Yay! (Yep, it’s Malky from Central FM – well, used to be)

    Leave a Reply