I am receiving the following error when trying to enable Compositing in Desktop Settings for KDE4 in openSuse 11.3-Xen
Error: Compositing is not supported on your system.
Required X extensions (XComposite and XDamage) are not available.
I want to have desktop effects enabled but can’t seem to figure out how to get this done.
“Advanced” Tab is greyed out.
“Enable desktop effects” is greyed out.
Computer: Dell Precision M4300 Laptop
Graphics Card: NVidia Quadro FX 360M)
Kernel: 2.6.34.7-0.5-xen #1 SMP 2010-10-25 08:40:12 +0200 x86_64 GNU/Linux
Xinerama: enabled
Nvidia Installer Version: NVIDIA-Linux-x86_64-260.19.21
Here are snippets from xorg.conf (will post any relevant section upon request).
Section "Files"
ModulePath "/usr/lib64/xorg/modules/extensions"
ModulePath "/usr/lib64/xorg/modules/drivers"
ModulePath "/usr/lib64/xorg/modules"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "Extensions"
Option "Damage" "Enable"
Option "Composite" "Enable"
EndSection
I had to install the NVidia drivers for Xen using the following talk through: Talk:Use Nvidia driver with Xen - openSUSE
This worked to get X up and running in the Xen kernel. However, I’m pulling what hair I have left trying to figure out how to enable compositing in Xen. The entire motivation for my upgrade was this one feature (amongst some other things).
Please show me where I’m going wrong. I hope this is not a “live with it” type of scenario due to my using Xen.