BERYL E ATI

Salve a tutti,
sono nuovo nell’uso di linux ,(4 giorni) e perciò ho molte domande!
Inanzitutto ho installa FC6 sul notebook toshiba satellite a100-925 core2duo 5600 e ati x1600 128mb!
Poi ho aggiornato il kernel alla versione 2.6.19-1.2895.fc6!
Quindi ho rimosso i driver ati preinstallati e seguendo la guida presente nel sito ho installato i driver ati livna, abilitando l’accelerazione 3d. Infatti se eseguo fglrxinfo ho

[root@localhost ~]# fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Mobility Radeon X1600 Generic
OpenGL version string: 2.0.6286 (8.33.6)

se eseguo fgl_glxgears compare un cubo rotande con degli ingranaggi.

Contento del mio risultato! Ho voluto strafare! Volevo usare i desktop-effects! Ma navigando ho scoperto Beryl, strumento più potente secondo quello che ho letto. Perciò ho rimosso compiz. e seguendo una guida ho installato beryl e configurato /etc/X11/xorg.xonf!

PERO’ NON PARTEEE SIGH SOB

Infatti se dal menu “Selezione Gestore di Finestre”, del gestore beryl, spunto “Beryl” non lo carica ma rimane in “Metacity”! Ho provato ad esguire il comando beryl dal terminale ed ecco cosa mi dice

[root@localhost ~]# beryl


  • Beryl system compatiblity check *

Detected xserver : AIGLX

Checking Display :0.0 …

Checking for XComposite extension : failed

No composite extension
beryl: No composite extension

Come devo fare? Aiutatemi voi! Si può risolvere il problema?
Aiutatemi!! Grazie, gentilissimi

P.S.
ecco il mio file xorg.conf

Xorg configuration created by system-config-display

Section “ServerLayout”
Identifier “single head configuration”
Screen 0 “Screen0” 0 0
InputDevice “Keyboard0” “CoreKeyboard”
InputDevice “Synaptics” “CorePointer”
EndSection

Section “Module”
Load “dbe”
Load “extmod”
Load “fbdevhw”
Load “glx”
Load “record”
Load “freetype”
Load “type1”
Load “GLCore”
Load “dri”
EndSection

Section “ServerFlags”
Option “AIGLX” “on”
EndSection

Section “InputDevice”
Identifier “Keyboard0”
Driver “kbd”
Option “XkbModel” “pc105”
Option “XkbLayout” “us”
EndSection

Section “InputDevice”
Identifier “Synaptics”
Driver “synaptics”
Option “Device” “/dev/input/mice”
Option “Protocol” “auto-dev”
Option “Emulate3Buttons” “yes”
EndSection

Section “Monitor”

Comment all HorizSync and VertSync values to use DDC:

Identifier “Monitor0”
ModelName “LCD Panel 1280x800”

Comment all HorizSync and VertSync values to use DDC:

HorizSync 31.5 - 90.0
VertRefresh 59.9 - 60.1
Option “dpms”
EndSection

Section “Device”
Identifier “Videocard0”
Driver “fglrx”
Option “VideoOverlay” “on”
EndSection

Section “Screen”
Identifier “Screen0”
Device “Videocard0”
Monitor “Monitor0”
DefaultDepth 24
Option “AllowGLXWithComposite” “True”
Option “RenderAccel” “True”
Option “AddARGBGLXVisuals” “True”
SubSection “Display”
Viewport 0 0
Depth 24
Modes “1280x800” “1152x864” “1024x768” “800x600” “640x480”
EndSubSection
EndSection

Section “DRI”
Group 0
Mode 0666
EndSection

Section “Extensions”
Option “Composite” “Enable”
EndSection

Grazie di nuovo e scusate per il post lunghissimo