← Back to team overview

compiz team mailing list archive

[Bug 805665] Re: window title bar missing

 

Did you modify xorg.conf (/etc/X11/xorg.conf) or change some parameter
in "nvidia x server settins"???

If you do this. you can rewrite the file xorg.conf (I had the same
problems and fixed with this)

$ cat /etc/X11/xorg.conf

Section "Device"
	Identifier	"Default Device"
	Option	"NoLogo"	"True"
EndSection

Steps:
1. save a bakup fil of current file:
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup

2. open xorg.conf file
sudo gedit /etc/X11/xorg.conf

3. delete all and paste:
Section "Device"
	Identifier	"Default Device"
	Option	"NoLogo"	"True"
EndSection

4. Restart PC

-- 
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in Ubuntu.
https://bugs.launchpad.net/bugs/805665

Title:
  window title bar missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/805665/+subscriptions


References