Find the answer to your Linux question:
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......
  1. #1
    Just 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...

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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

  3. #3
    Just Joined!
    Join Date
    Feb 2009
    Posts
    13
    yes i have enable desktop effects..... its in normal mode

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Which Graphics Card do you have?
    Press Alt+F2 and type this
    Code:
    gksu gedit /etc/X11/xorg.conf
    It will open xorg.conf file in Gedit.
    Add AddARGBVisuals and AddARGBGLXVisuals lines in Video Card section.
    Code:
    Section "Device"
    Identifier "xxxxx"
    Driver "xxxxx"
    VendorName "xxxxxxxx"
    BoardName "xxxxx"
    Option "AddARGBVisuals" "True"
    Option "AddARGBGLXVisuals" "True"
    EndSection
    Save file and reboot machine. In case it doesn't work, execute this
    Code:
    sudo lspci | grep -i vga
    Post output here. Post the contents of /etc/X11/xorg.conf file too.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...