First open a terminal, you will not need it yet, but you will need it in a minute.
Now open mintMenu and go to Administration > Software Sources, when that has opened go to the “Third Party†tab and click on the “Add†button. Copy and paste the following sources in the box that pops up one at a time.
Code: Select all
deb http://ubuntu.beryl-project.org/ edgy main
deb-src http://ubuntu.beryl-project.org edgy main
(only add the next one if you want unsupported experimental packages)
deb http://3v1n0.tuxfamily.org edgy beryl-svnAfter adding those but before closing the Software Sources window change to the terminal and copy and paste the following command (it does not have to be done this way but it does stop it complaining when you close the window)
Code: Select all
sudo wget http://ubuntu.beryl-project.org/root@lupine.me.uk.gpg -O- | apt-key add -if you added the experimental packages do the same with the next command
Code: Select all
sudo wget http://3v1n0.tuxfamily.org/DD800CD9.gpg -O- | apt-key add -Once you have done that close the software sources and it will automatically update the package list for you.
Next type the following command in to the terminal
Code: Select all
sudo gedit /etc/X11/xorg.confthis will launch a text editor and open your xorg.conf file in it scroll down until you find the Section “Moduleâ€. You need to check that the following lines are there and not prefixed with a '#' symbol.
Code: Select all
Load "dri"
Load "dbe"
Load "glx"Next scroll down until you find the Section “Device†for your graphics card and add the following line to the end of the section.
Code: Select all
Option "XAANoOffscreenPixmaps"Then add the following sections at the end of the file if they do not exist anywhere else in it.
Code: Select all
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSectionFinally save the file and close the editor.
You now need to restart the X-server by pressing Ctrl+Alt+Backspace after closing any open windows.
When you have logged back in open a terminal and type
Code: Select all
sudo aptitude install berylwhich will install the latest version of beryl along with all recommended packages which include themes and some plugins.
Once that has finished installing type
Code: Select all
beryl-managerto start beryl and the beryl manager.
Once beryl has started go to mintMenu > Preferences > Sessions and click on the “Startup Programs†tab, once there click the add button and type
Code: Select all
/usr/bin/beryl-managerthis will make the beryl manger start every time you login.





