Přidání zdroje Beryl
Ověření pravosti
wget http://debian.beryl-project.org/root@lupine.me.uk.gpg -O- | sudo apt-key add -
Přidání zdroje do /etc/apt/sources.list
#beryl deb http://debian.beryl-project.org etch main
Instalace Berylu
apt-get install beryl
Nastavení grafické karty (NVIDIA)
Upravit soubor /etc/X11/xorg.conf
Section "Device" ... Option "AllowGLXWithComposite" "True" EndSection Section "Extensions" Option "Composite" "enable" EndSection
Nastavení grafické karty (ATI Mobility Radeon 9000 IGP)
Section "Device"
Driver "radeon"
.....
Option "AddARGBGLXVisuals" "On"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Také nezapomeňte restartovat správce sezení, např:
/etc/init.d/gdm restart
Nastavení a spuštění Berylu
beryl-manager
a přepnout správce oken na Beryl. :-)

