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.
This entry was posted on Thursday, July 15th, 2010 at 19:35 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.
2 Responses
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 [...]
Links: GNU/Linux Advocacy, Kernel Space News | Techrights Says:
[...] Ubuntu – How To Fix Missing Titlebars… [...]
