Results 1 to 4 of 4
can't see the title bar for any application. May i know how to make it re-appear.
and i also want to change the font color for application and windows title......
- 02-19-2009 #1Just Joined!
- Join Date
- Feb 2009
- Posts
- 13
title bar gone
can't see the title bar for any application. May i know how to make it re-appear.
and i also want to change the font color for application and windows title...
- 02-19-2009 #2
Hi and Welcome !
Have you enabled Desktop effects? Which Graphics Card do you have?It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-19-2009 #3Just Joined!
- Join Date
- Feb 2009
- Posts
- 13
yes i have enable desktop effects..... its in normal mode
- 02-19-2009 #4
Which Graphics Card do you have?
Press Alt+F2 and type this
It will open xorg.conf file in Gedit.Code:gksu gedit /etc/X11/xorg.conf
Add AddARGBVisuals and AddARGBGLXVisuals lines in Video Card section.
Save file and reboot machine. In case it doesn't work, execute thisCode:Section "Device" Identifier "xxxxx" Driver "xxxxx" VendorName "xxxxxxxx" BoardName "xxxxx" Option "AddARGBVisuals" "True" Option "AddARGBGLXVisuals" "True" EndSection
Post output here. Post the contents of /etc/X11/xorg.conf file too.Code:sudo lspci | grep -i vga
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote