Configuración ATI 9200SE para AIXGL y Beryl

1) En la 'Section "ServerLayout"' añadimos al final:

Option "AIGLX" "true";


2) Añadimos la sección "Extensions" como está aquí, si no existe:

Section "Extensions"
Option "Composite" "Enable"
EndSection


3) La sección "Module" ha de ser exactamente:
Section "Module"
Load "dbe"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
4) La sección "Device" debe quedar así:
Section "Device"
Identifier "ATI Technologies Inc RV280 [Radeon 9200 SE]"
Driver "radeon"
BusID "PCI:1:0:0"
Option "AccelMethod" "XAA"
Option "AGPMode" "8"
Option "AGPFastWrite" "1"
Option "GARTSize" "64"
Option "EnablePageFlip" "1"
Option "ColorTiling" "1"
Option "XAANoOffscreenPixmaps" "true"
EndSection
5) Al final del archivo, si no existe, añadimos la 'Section "DRI"':
Section "DRI"
Mode 0666
EndSection