Према оном упуству са Викија мени Compiz на крају потроши 100% CPU и прозори уопште не могу да се померају. Дајте неки савет како ово да решим.

У питању је Nvidia и Kdemod. Све је мислим уредно подешено. Имам задње Nvidia драјвере и Composite укључен.
$ glxinfo | egrep "glx (vendor|version)"
server glx vendor string: NVIDIA Corporation
server glx version string: 1.4
client glx vendor string: NVIDIA Corporation
client glx version string: 1.4
$ xdpyinfo | grep Composite
Composite
## Server Layout
Section "ServerLayout"
Identifier "X.org Configured"
Screen "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
##DRI
Section "dri"
mode 0666
EndSection
##Files
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/artwiz-fonts"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/cyrillic"
EndSection
##Modules
Section "Module"
Load "dbe"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
# Load "type1"
Load "freetype"
Load "glx"
# Load "dri"
EndSection
##Keyboard
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
#Mouse
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "Emulate3Buttons" "false"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
Option "ButtonMapping" "1 2 3 6 7"
Option "Resolution" "800"
EndSection
##Monitor
Section "Monitor"
Identifier "Philips 107E6"
VendorName "Unknown"
ModelName "PHILIPS 107E6"
HorizSync 30.0 - 71.0
VertRefresh 50.0 - 160.0
EndSection
##Device
Section "Device"
Identifier "Nvidia"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 6200 TurboCache(TM)"
Option "UseEdidDpi" "false"
Option "AddARGBGLXVisuals" "true"
Option "UseEvents" "false"
Option "RenderAccel" "true"
Option "DPI" "96 x 96"
EndSection
##Extensions
Section "Extensions"
Option "Composite" "Enable"
EndSection
##Screen
Section "Screen"
Identifier "Screen0"
Device "Nvidia"
Monitor "Philips 107E6"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection