| sump.org | ![]() |
| Projects Photographs Blog Contact |
KDE4 with compositing / desktop effects in SuSE 10.3Keywords: linux suse kde kde4 compiz kdewin YaST suggests that installing the special patterns for Compiz in KDE4 should provide all that is needed to be able to enable desktop effects in the "Configure Window Behavior" dialog of the title bar context menu. Unfortunately this is not the case. Apart from an up to date driver for your graphics card (in my case nVidia, where the one I had initially installed for my 10.3 didn't do), two option entries need to be added to xorg.conf manually:
Section "Screen"
...
Option "AddARGBGLXVisuals" "True"
...
EndSection
Section "Extensions"
...
Option "Composite" "Enable"
...
EndSection
Comments
© 2000-2008 Michael Poppitz
- Last update: April 30th, 2008
|