Bueno, hace poco actualicé mi fc5 a fc6. Todo bien la verdad y me instalé beryl y perfecto pero a la hora de poner el driver fglrx para conseguir una buena eficiencia con mi ATI beryl me dejó de funcionar dando esté error:
XGL Absent, checking for NVIDIA
Nvidia Absent, checking for texture_from_pixmap
texture_from_pixmap Present
beryl: No composite extension
Supongo que esté error me da porque tengo puesto el Composite como falso en el xorg.conf para que me tire bien, pero si cambio y pongo Composite Enable, me quedo sin aceleración y beryl tira otro error:
Xlib: extension "XFree86-DRI" missing on display ":0.0".
XGL Absent, checking for NVIDIA
Nvidia Absent, checking for texture_from_pixmap
texture_from_pixmap Present
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
Y ahi ya no se que hacer. Me gustaría si es posible que me indicaseis como puedo tener beryl funcionando y al ser posible con fglrx a la vez. A continuación una copia de mi xorg.conf y un poco de información de mi sistema:
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "es"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "fglrx"
Option "VideoOverlay" "on"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1280x960" "1280x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Uso una ATI 9600 pr0, Fedora Core 6, KDE y el driver fglrx. Muchas gracias