|
Problems with Compiz (white screen)
Hi guys. I got GF7600 GT recently, so I figured out I'll try installing Compiz. Here's what I want to do: have Compiz (not Beryl) using AIGLX or drivers (no XGL!!) on KDE. I had lots of problems with finding tutorials as most of them are for XGL. Anyway I got to this point:
1) NVidia drivers are installed correctly. Version 9755.
[me@xerxes : ~] glxinfo | grep direct
direct rendering: Yes
glxgears gives me about 8000 FPS
2) I edited my xorg.conf so it has these lines:
Section "Module"
Load "dbe"
Load "type1"
Load "freetype"
Load "extmod"
Load "glx"
Load "v4l"
EndSection
Section "Screen"
Option "AddARGBGLXVisuals" "True"
Option "DisableGLXRootClipping" "True"
EndSection
Section "Device"
Option "AllowGLXWithComposite" "True"
Option "RenderAccel" "True"
EndSection
Section "Extensions"
Option "Composite" "Enabled"
EndSection
And here is where the problem starts, cause different manuals say different things. I understand that now I must configure compiz (btw, I have version 5.0) and run it. Many tutorials mentioned about using gconf, but some of them only gave command to run Compiz from terminal. Anyway if I do something like this:
compiz --replace dbus decoration minimize & kde-window-decorator --replace &
or like this:
/usr/bin/compiz --replace gconf & /usr/bin/kde-window-decorator --replace &
I get white screen. If I load cube and rotate plugin, then I can rotate the cube, but still it's white. Any ideas what to do? I noticed many people have the same problem, but with Beryl.
|