View Full Version : Window title bars do not load anymore
Xander563
October 14th, 2007, 06:58 PM
I recently ended up killing compiz with killall -9 compiz and since then title bars have failed to load for my user. They still work under root, so su-ing in and compiz --replace works. I did a search of the forums to find a few things to try, none of with worked. Lots mention about emerald and i do not have emerald installed. My xorg.conf file is kinda hacked at the moment because ive been copying random bits and trying them in different places to see if it works, (conf in next post). So, any ieas? gtk-window-decorator --replace does not work, it just load and continues to hide my bars.
Xander563
October 14th, 2007, 07:02 PM
Operating system debian, nvidia graphics card. kernel 2.6.18
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildmeister@builder3) Wed Sep 12 14:30:30 PDT 2007
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Wed Sep 12 14:29:35 PDT 2007
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
Section "Files"
# path to defoma fonts
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
#Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
Section "ServerFlags"
Option "Xinerama" "0"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "gb"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 28.0 - 64.0
VertRefresh 43.0 - 60.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Nvidia Default Flat Panel"
HorizSync 29.0 - 53.0
VertRefresh 0.0 - 61.0
EndSection
Section "Device"
Identifier "nVidia Corporation NV34M [GeForce FX Go5200 64M]"
Driver "nvidia"
Option "XAANoOffscreenPixmaps" "true"
Option "AllowGLXWithComposite" "true"
Option "DisableGLXRootClipping" "true"
Option "AddARGBGLXVisuals" "True"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce FX Go5200"
Option "XAANoOffscreenPixmaps" "true"
Option "AllowGLXWithComposite" "true"
Option "DisableGLXRootClipping" "true"
Option "AddARGBGLXVisuals" "True"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NV34M [GeForce FX Go5200 64M]"
Monitor "Generic Monitor"
DefaultDepth 24
Option "XAANoOffscreenPixmaps" "true"
Option "AllowGLXWithComposite" "true"
Option "DisableGLXRootClipping" "true"
Option "AddARGBGLXVisuals" "True"
SubSection "Display"
Depth 24
Modes "1280x854"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x854"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x854"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x854"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x854"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x854"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "1280x854 +0+0"
Option "XAANoOffscreenPixmaps" "true"
Option "AllowGLXWithComposite" "true"
Option "DisableGLXRootClipping" "true"
Option "AddARGBGLXVisuals" "True"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
adamk
October 14th, 2007, 07:07 PM
Wow, that is a messy xorg.conf file :-)
Have you checked to make sure that the window decoration plugin is enabled?
Adam
Xander563
October 14th, 2007, 07:49 PM
It isn't under gconf, and when i try add it, it just does nothing. Not sure why it won't add the decoration plugin in the list.
adamk
October 14th, 2007, 07:53 PM
Have you considered using the 'ccp' module and using 'ccsm' to configure compiz? Many people find it easier to customize compiz that way.
Adam
Dominaduro
October 14th, 2007, 09:15 PM
and under your window decorator plugin (in ccsm) is the line "gtk-window-decorator --replace" in the Command section?
You can also run "emerald --replace" if you have it installed.
vBulletin® v3.7.3, Copyright ©2000-2008, Jelsoft Enterprises Ltd.