LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to install beryl software in debian ?? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-install-beryl-software-in-debian-664993/)

raagu 08-24-2008 06:43 AM

How to install beryl software in debian ??
 
Hi people.. I have downloaded beryl from internet. I got two folders namely beryl-core-0.2.1 and beryl-manager-0.2.1 ... How to install this..Please tel me the procedure..

songyuw 08-24-2008 09:57 AM

If you got the source packages,read the INSTALL file in it.
Normally it's just to do this(may require root right):
./configure
make
make install

And you need to edit the /etc/X11/xorg.conf file and do the following changes

#vi /etc/X11/xorg.conf

then added these two lines under the “Screen” section

Option “XAANoOffscreenPixmaps”
Option “AddARGBGLXVisuals” “true”

then added these lines under “Device”

Option “AllowGLXWithComposite” “true”
Option “RenderAccel” “true”

added one line under “Server Layout”

Option “AIGLX” “on”

Finally at the end of the file add these lines

Section “Extensions”
Option “Composite” “Enable”
EndSection

Now save the file and exit.

songyuw 08-24-2008 10:03 AM

And you may also need to install some other packages such as emerald-themes.
So I recommand that you install beryl via apt:
First you need to edit the /etc/apt/sources.list file to add beryl repositories

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

Now you need to save and exit the file

Download gpg key using the following command

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

Now you need to update the source list information using the following command

#apt-get update

Install beryl using the following command

#apt-get install beryl-manager emerald-themes

This will install all the required packages for beryl.


All times are GMT -5. The time now is 06:47 PM.