Section "Device"
Identifier "ATI radeon"
Driver "radeon"
Option "AGPMode" "4"
Option "RenderAccel" "on"
Option "AddARGBGLXVisuals" "true"
Option "DepthBits" "24"
Option "AccelMethod" "XAA"
Option "backingstore" "true"
# This two lines are needed to prevent fonts from being scrambled
Option "XaaNoScanlineImageWriteRect"
Option "XaaNoScanlineCPUToScreenColorExpandFill"
# Misc
BusID "PCI:1:0:0"
EndSection
Si vous souhaitez activer le mode composite (nécessaire pour utiliser Beryl), ajoutez les lignes suivantes à la fin du fichier xorg.conf:
Section "ServerFlags"
Option "AIGLX" "true"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Vouz pouvez obtenir de plus amples informations concernant l'installation de Beryl dans Debian sur le site web du projet Beryl.