PDA

View Full Version : compiz: decoration: property ignored


arthurv
November 16th, 2006, 12:18 PM
arthur@localhost ~ $ compiz --replace gconf
compiz: decoration: property ignored because version is 0 and decoration plugin version is 20061011

I get this everytime I try to start compiz. I'm running
Gentoo 2006.1 AMD64
NVidia 7100GS with nvidia-drivers-1.0.9629
Xorg 7.1 with nvidia desktop effects
Gnome 2.16.1
compiz-0.3.2
kernel 2.6.17.13

Section "Files"


RgbPath "/usr/share/X11/rgb"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/CID"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"

ModulePath "/usr/lib64/xorg/modules"

EndSection

Section "Module"

Load "dbe"

SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "type1"
Load "freetype"
Load "ddc"
#Load "GLcore"
#Load "dri"
Load "glx"
EndSection

Section "ServerFlags"
Option "blank time" "10" # 10 minutes
Option "standby time" "20"
Option "suspend time" "30"
Option "off time" "60"
EndSection

Section "InputDevice"

Identifier "Keyboard0"
Driver "keyboard"
Option "AutoRepeat" "500 5"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbVariant" ""
Option "XkbOptions" ""

EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Device" "/dev/input/mouse0"
Option "Protocol" "IMPS/2"
EndSection

Section "Monitor"
Identifier "Monitor0"
HorizSync 28.0-96.0 # multisync
VertRefresh 50.0-75.0 # typical for a single frequency fixed-sync monitor
#1280x1024 @75Hz
ModeLine "1280x1024" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
Option "dpms"
EndSection


Section "Device"
Identifier "Device0"
Driver "nvidia"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
Option "AddARGBGLXVisuals" "True"
DefaultDepth 24

SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768"
EndSubsection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Main Layout"
Screen "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"

EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection

RYX
November 16th, 2006, 01:13 PM
Looks like the decorator you are using is too old for the decoration plugin. Are you using gtk-window-decorator included in the official compiz-package? If not (or unsure), try entering "gtk-window-decorator --replace &" in a terminal ... if it not exists, you maybe forgot to install the needed packages before compiling compiz. Make sure it says "gtk: yes" at the end of running "./configure" ...

:)