How to install Beryl/Emerald on Debian

Beryl provides neat 3D desktop features, and Emerald is a beautiful window decorator.

Acknowledgement: this information came from debianadmin.com. I am reproducing it here for two reasons. Firstly, it's nice to have my ultimate personal Debian setup guide all in one place. Secondly, the page i got it from has so-called "smart-quotes" which would confuse the xorg.conf file.

Important: Beryl and Emerald only work for me after i configure the Nvidia drivers for the graphics card. That must be done first.

Add the repositories to /etc/apt/sources.list:

deb http://debian.beryl-project.org/ etch main
deb-src http://debian.beryl-project.org/ etch main

Download the gpg key to stop apt-get from whining:

# wget -O - http://debian.beryl-project.org/root@lupine.me.uk.gpg | sudo apt-key add -

Update, then install Beryl and Emerald.

# apt-get update
# apt-get install beryl-manager emerald-themes

Configuring Beryl needs a few manual tweaks in the xorg.conf file. As always, my advice is to make a backup first!

# cd /etc/X11
# cp -p xorg.conf xorg.conf.backup

Now edit xorg.conf.

The "Device" section needs the following:

  Option  "AllowGLXWithComposite" "true"
  Option  "RenderAccel" "true"

The "Screen" section needs the following:

  Option  "XAANoOffscreenPixmaps"
  Option  "AddARGBGLXVisuals" "true"

The "Server Layout" section needs the following:

  Option  "AIGLX" "on"

There needs a section called "Extensions" which you might not have. Add it if necessary:

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

And that's it! Save xorg.conf, reboot and enjoy! :)

Related posts (automatically calculated)

  1. How to configure Nvidia graphics card in Debian
  2. How to install Pidgin on Debian
  3. Ubuntu - Debian done well?
  4. My new Debian desktop
  5. Flash player on Debian 64-bit

This entry was posted on Saturday, June 7th, 2008 at 20:32 and is filed under computer, geeky, linux. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

2 Responses to “How to install Beryl/Emerald on Debian”

  1. madis ESTONIA Debian GNU/Linux Mozilla Firefox 2.0.0.14 Says:

    WTF!!!!

    There is no beryl for nearly two years. Install compiz. It's in the debian official repos. And in lenny you don't even have to modify xorg.conf.

  2. Aimee UNITED KINGDOM Debian GNU/Linux Mozilla Firefox 2.0.0.14 Says:

    Well, thank you for your opinion. Beryl works perfectly well for me. I may try Compiz Fusion at some point.

Leave a Reply