반응형
http://www.pendrivelinux.com/ubuntu-desktop-effects-fixing-the-missing-titlebar/
Ubuntu Desktop effects - How to fix the missing titlebar:
- Open up a terminal and type sudo su (enter your password)
- Type gedit /etc/X11/xorg.conf
- From the xorg.conf file, find the section called Section "Device" and just before EndSection, add the following and save the file:
- Here is an example of an edited Section (your Section may vary):
- Restart Ubuntu and the titlebar with related window decorations should reappear
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 6150"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
EndSection
반응형