After following a couple of howtos on howto install beryl, it *should* be working, according to the howtos. However ....
When I start beryl-manager and want to switch to beryl, I get the following error:
Code:
* Beryl system compatiblity check *
**************************************************************
Detected xserver : AIGLX
Checking Display :0.0 ...
Checking for XComposite extension : passed (v0.3)
Checking for XDamage extension : passed
Checking for RandR extension : passed
Checking for XSync extension : passed
Checking Screen 0 ...
Checking for GLX_SGIX_fbconfig : passed
Checking for GLX_EXT_texture_from_pixmap : passed
Xlib: extension "XFree86-DRI" missing on display ":0.0".
Checking for non power of two texture support : failed
Support for non power of two textures missing
Xlib: extension "XFree86-DRI" missing on display ":0.0".
beryl: glXBindTexImageEXT is missing
beryl: Failed to manage screen: 0
beryl: No manageable screens found on display :0.0
It seems DRI is missing. But when I look in my xorg.conf, I find this:
Section modules:
Load "dri"
Another howto told me to disblae composite to get it working, but when I do that beryl gives me the error that it needs composite.
My config can be found here:
http://81.171.84.71/~dignus/xorg.conf.txt
My videocard is an:
01:00.0 VGA compatible controller: ATI Technologies Inc RV370 5B62 [Radeon X600 (PCIE)]
Any suggestions?