Beryl is an OpenGL accelerated desktop that seeks to provide a free, open source desktop experience to the community that reflects the wishes of the users. Above all else, the project seeks to listen to and respond to the requests of the user base.
Beryl is a combined window manager and composite manager written in C using OpenGL to provide acceleration. It is designed to be highly flexible, extensible, and portable, all the while keeping in mind that the users know how they want their desktops to act better than we do. With Beryl the rather esoteric concept of the computer desktop is brought down to a more human level, allowing for a more native and intuitive understanding of your workspace.
Nvidia have released their 9xxx series drivers.Tis allows compiz/beryl to now run directly on an x server (xorg7.1) without separate aiglx or xgl.
Note:- First you need to remove all existing xgl/aiglx from your system
Preparing Your system
You need to make sure you system is up-to-date using the following
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
Adding Source list
you need to edit /etc/apt/sources.list file
sudo vi /etc/apt/sources.list
Add the following line for the latest beryl (Both i386&64 bit)
deb http://ubuntu.beryl-project.org feisty main
Save file and exit
Copy the key file using the following command
wget http://ubuntu.beryl-project.org/root@lupine.me.uk.gpg -O- sudo apt-key add -
Now you need to update the source list using the following command
sudo apt-get update
Install nvidia drivers in Ubuntu Feisty
sudo apt-get install nvidia-glx
sudo nvidia-xconfig --add-argb-glx-visuals --composite
Now you need to restart your X by logging out and in or by pressing ctrl+alt+backspace
Install Beryl in Ubuntu Feisty
sudo apt-get install beryl emerald-themes
Now you need to type the following command in terminal or run application box by pressing alt+f2
beryl-manager
Monday, 19 March 2007
How to Install Beryl with latest nvidia drivers in Ubuntu Feisty Fawn
Posted by
Admin
at
11:47
Labels: beryl-feisty, beryl-ubuntu, general, install-beryl-with-latest-nvidia-drivers-in-ubuntu-feisty-fawn, nvidia-drivers-feisty, nvidia-drivers-ubuntu
Subscribe to:
Post Comments (Atom)
7 comments:
Thanks for this, really helpful! Just one little thing which tripped me up - you missed out a '|'
The following:
wget http://ubuntu.beryl-project.org/root@lupine.me.uk.gpg -O- sudo apt-key add -
should be:
wget http://ubuntu.beryl-project.org/root@lupine.me.uk.gpg -O- | sudo apt-key add -
...also I had to change my default depth to 24 in xorg.conf as it is 16:
sudo gedit /etc/X11/xorg.conf
Search for "DefaultD"
Change it.
Then I get the Nvidia splash screen when I do ctl-alt-bksp - and SecondLife works - yay!
Could you indicate how to do this, please?
Note:- First you need to remove all existing xgl/aiglx from your system
Do you think i still need to do the above... i have install my GeForece FX 5200 nVidia driver through Envy. i think it also installed xgl. Am running Freespire 2.0 Alpha .88 i can see and use the nVidia Settings Manager, i can see and use the Beryl Settings Manager but another blog says i need Direct Rendering set to Yes and my glx info says it's still No. Maybe this is why the Beryl won't run yet?
Have a great evening! :)
Thank you for this. Easiest to follow that I found
theres a copier:
http://www.ubuntugeek.com/how-to-install-beryl-with-latest-nvidia-drivers-in-ubuntu-feisty-fawn.html
on my box i had to also install beryl-manger, for some reason it didn't install automatically
sudo apt-get install beryl-manager
Post a Comment