Wednesday, May 16, 2007

Installing BERYL on Ubuntu Feisty Fawn

I installed Beryl today and it looks great. Beryl gives your desktop a 3D look and adds tons of eye candy effects to windows moves, opens, closes, etc. The instructions below are not mine but they are ones I followed that got Beryl working on my machine. Here's the original article where I found the Howto. You need to note that the instructions vary with graphic cards. I have an Nvidia graphics card and this script worked for me. I have a 64mb card with 512mbs of system ram on a 2.0 ghz machine. The effects speeds are ok but they are a little choppy. There were some warnings about making your machine unusable if this script (or Beyrl) has problems during installation so use this with care. Read the linked article before you try this.

I've got a new laptop with Vista on it and Beryl puts Vista's effects to shame. Why risk your system? Here's why (some youtube videos of Beryl in action)


INSTRUCTIONS NVIDIA GRAPHIC CARD ONLY


1. Open a terminal. Execute:

sudo echo "Beryl for nVidia installation Ubuntu Feisty 704"

This step will ask for your password and let the rest of the script run without interuptions


2. Copy and paste all the text below into the Terminal in one action.

sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup.beryl-script
sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup.beryl-script
echo "deb http://ubuntu.beryl-project.org feisty main
deb-src http://ubuntu.beryl-project.org feisty main" | sudo tee -a /etc/apt/sources.list
wget http://ubuntu.beryl-project.org/root@lupine.me.uk.gpg -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get -y install beryl beryl-manager emerald-themes
sudo nvidia-xconfig --add-argb-glx-visuals
sudo cp /usr/share/applications/beryl-manager.desktop /etc/xdg/autostart/beryl-manager.desktop
cp /usr/share/applications/beryl-manager.desktop ~/Desktop/beryl-manager.desktop
echo -e "Logout now and then press \e[0;31mCTRL+ALT+BACKSPACE\e[0m to restart xorg"
echo "Installation completed !"


3. Logout and then press [CTRL+ALT+BACKSPACE] to restart.