Ciao! Ho un ATI X700 su notebook hp e dopo notti insonni passate a cercare di far funzionare beryl (in quanto prima mi dava il classico cubo bianco) sono riuscito a farlo partire senza nessun problema.
La procedura che ho utilizzato è questa:
(Ubuntu Feisty)
installare i driver open + AIGLX:
http://www.howtoforge.com/ubuntu_feisty ... ati_radeon
Pero' successivamente avevo problemi a far partire Beryl, ho provato con tutti i possibili smanettamenti nello xorg.conf ma nulla... a volte mi tornava al login appena lo facevo partire altre ancora invece schermata addirittura nera.
La mia disperazione mi ha portato a scaricare il pacchetto di Telperion

e niente... nemmeno con quello mi partiva un tubo. Schermata bianca o nulla a seconda delle modifiche apportate allo xorg.conf.
Alla fine sono riuscito a farlo girare senza problemi con il seguente file xorg.conf:
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf(5) manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
#Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
#Load "record"
#Load "v4l"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "Scheda video generica"
Driver "radeon"
Busid "PCI:1:0:0"
#Option "BusType" "AGP"
#Option "BusType" "PCI"
#VideoRam 128000
#Option "DRI" "true"
#Option "ColorTiling" "1"
#Option "EnablePageFlip" "1"
#Option "RenderAccel" "true"
#Option "AccelMethod" "XAA"
#Option "GARTSize" "64"
#Option "MonitorLayout" "LVDS,NONE"
Option "XAANoOffscreenPixmaps"
#Option "AGPMode" "8"
#Option "AGPFastWrite" "true"
#Option "DisableGLXRootClipping" "true"
#Option "AddARGBGLXVisuals" "true"
#Option "AllowGLXWithComposite" "true"
#Option "OpenGLOverlay" "on"
EndSection
#Section "Extensions"
# Option "Composite" "Enable"
#EndSection
Section "Monitor"
Identifier "Monitor Generico"
Option "DPMS"
HorizSync 64
VertRefresh 60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Scheda video generica"
Monitor "Monitor Generico"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Option "AIGLX" "true"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
EndSection
Section "DRI"
Mode 0666
EndSection
Le righe che vedete precedute dal cancelletto ( # ) sono tutte le opzioni/moduli/cagate

varie che avevo e mi davano i problemi citati sopra.
Pertanto sconsiglio a tutti di tenerle (ATI open source + AIXGL) perche' non necessarie per far partire Beryl.
CANCELLATELEEEEEEEEEE!!! Spero di essere stato utile a qualcuno.
Sono nuovo del mondo LINUX ma ho trovato che la vostra comunita' è davvero magnifica con un sacco di gente che si sbatte per risolvere problemi ed essere d'aiuto.
Un' ultima cosa: non riavviate solo premendo ctrl+alt+backspace ma dopo la procedura riavviate l'intero sistema e che Dio ve la mandi buona.
Ciao ragaaaaaaaaaa
