Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > Desktop Effects & Customization
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
Ubuntu 9.10 is out!!!

When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu.

The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely.

Desktop Effects & Customization
This section is for all your compositing needs. This includes Beryl, Compiz, xcompmgr, and other fancy apps which take advantage of compositing managers such as kiba-dock and avant window decorator

 
Thread Tools Display Modes
Old September 23rd, 2006   #1
PriceChild
Flocking Moe Beta Roaster
 
PriceChild's Avatar
 
Join Date: Oct 2005
Location: United Kingdom
Beans: 5,169
Ubuntu 9.04 Jaunty Jackalope
Send a message via ICQ to PriceChild Send a message via AIM to PriceChild Send a message via MSN to PriceChild Send a message via Yahoo to PriceChild Send a message via Skype™ to PriceChild
HOWTO: Beryl with latest nvidia drivers and EDGY's built in AIGLX (no XGL)

3 Great guides have been ported to the USDF here to cover nvidia, intel & ati.

Beryl is beta software and unstable. Be prepared for breakage! - Not for beginners.


Have a look here for other howtos on Beryl & Official Compiz

Go to #ubuntu-effects on irc.freenode.net for support.

Nvidia have released their 9xxx series drivers. In laymans terms, this allows compiz/beryl to now run directly on an x server (xorg7.1) without separate aiglx or xgl.

As far as i understand, you MUST remove all existing xgl/aiglx from your system for this method.

STEP 1: Add repos

Please ensure you have a completely updated pc before continuing:
Code:
Install your *ubuntu-desktop metapackage specific to your DE, e.g. sudo apt-get install ubuntu-desktop
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
Add this repo in "system>admin>software sources" or /etc/apt/sources.list
Code:
deb http://ubuntu.beryl-project.org edgy main
For the latest beryl. (i386 & 64bit)

Run one of these commands to add lupine's key.
Code:
wget http://ubuntu.beryl-project.org/root@lupine.me.uk.gpg -O- | sudo apt-key add -
Don't forget to
Code:
sudo apt-get update

STEP 2: Install nvidia drivers


Option 1:

Lupine's repos is now no-longer availiable.
You may use Envy, a Python script that eases installation of the official Nvidia and ATI drivers. Please see http://albertomilone.com/nvidia_scripts1.html (>=9631 driver needed...)

Option2:

If you would prefer to install the nvidia drivers from nvidia's script, you may simply download the NVIDIA drivers from here, then:

Code:
sudo nano /etc/default/linux-restricted-modules-common
Make the last line look like
Code:
DISABLED_MODULES="nv"
ctrl+x and y to save.

Then

Code:
sudo apt-get install linux-headers-`uname -r` build-essential gcc gcc-3.4 xserver-xorg-dev
sudo apt-get --purge remove nvidia-glx nvidia-settings nvidia-kernel-common
sudo rm /etc/init.d/nvidia-*
sudo /etc/init.d/gdm stop
sudo sh NVIDIA-Linux-x86-1.0-9629-pkg1.run
sudo nvidia-xconfig --add-argb-glx-visuals
sudo /etc/init.d/gdm start
The Nvidia script should change your xorg.conf to enable nvidia drivers & compositing.

Remember that following this method requires a reinstillation of them every time the kernel changes.


STEP 3: Install Beryl
Code:
sudo apt-get install beryl emerald-themes

STEP 4: Lets Go!

Type beryl-manager into alt+f2 or a terminal and all should work.

I hope this has worked If it doesn't then preferably try and get help in the IRC channel first: #ubuntu-effects on irc.freenode.net If your problem gets fixed, then post it below and i'll add it to this main post if important
__________________
Every time you install Jaunty, a kitten........ just don't do it unless you know what you're doing please
Please don't PM support questions, post a thread so that everyone can benefit
Join us in #ubuntuforums on irc.freenode.net

Last edited by PriceChild; March 9th, 2007 at 08:59 PM..
PriceChild is offline   Reply With Quote
Old September 23rd, 2006   #2
geearf
Has an Ubuntu Drip
 
geearf's Avatar
 
Join Date: May 2005
Location: Paris, France
Beans: 511
Edgy Eft Testing
Send a message via ICQ to geearf Send a message via MSN to geearf
Re: HOWTO: Beryl with latest nvidia drivers

Hey thanks for naming me

Also no need to add "end section"
geearf is offline   Reply With Quote
Old September 23rd, 2006   #3
PriceChild
Flocking Moe Beta Roaster
 
PriceChild's Avatar
 
Join Date: Oct 2005
Location: United Kingdom
Beans: 5,169
Ubuntu 9.04 Jaunty Jackalope
Send a message via ICQ to PriceChild Send a message via AIM to PriceChild Send a message via MSN to PriceChild Send a message via Yahoo to PriceChild Send a message via Skype™ to PriceChild
Re: HOWTO: Beryl with latest nvidia drivers

Quote:
Originally Posted by geearf View Post
Also no need to add "end section"
Changed
__________________
Every time you install Jaunty, a kitten........ just don't do it unless you know what you're doing please
Please don't PM support questions, post a thread so that everyone can benefit
Join us in #ubuntuforums on irc.freenode.net
PriceChild is offline   Reply With Quote
Old September 23rd, 2006   #4
Amaranth
Ubuntu Developer
 
Amaranth's Avatar
 
Join Date: Mar 2005
Beans: 354
Send a message via MSN to Amaranth
Re: HOWTO: Beryl with latest nvidia drivers

This guide is broken for about the next 10 minutes, I've wiped the beryl directory to replace it with a repo that has all of these packages in it.
__________________
Travis Watkins
Blog: Realist Anew
Projects: Compiz
Amaranth is offline   Reply With Quote
Old September 23rd, 2006   #5
~LoKe
Chocolate Ubuntu Mocha Blend
 
~LoKe's Avatar
 
Join Date: Dec 2005
Location: London, Ontario, Canada.
Beans: 1,837
Ubuntu Karmic Koala (testing)
Send a message via AIM to ~LoKe Send a message via MSN to ~LoKe
Re: HOWTO: Beryl with latest nvidia drivers

Quote:
Originally Posted by Amaranth View Post
This guide is broken for about the next 10 minutes, I've wiped the beryl directory to replace it with a repo that has all of these packages in it.
Looking forward to it. Thanks. =]
~LoKe is offline   Reply With Quote
Old September 23rd, 2006   #6
Amaranth
Ubuntu Developer
 
Amaranth's Avatar
 
Join Date: Mar 2005
Beans: 354
Send a message via MSN to Amaranth
Re: HOWTO: Beryl with latest nvidia drivers

Should work again. Repo will be coming soon.
__________________
Travis Watkins
Blog: Realist Anew
Projects: Compiz
Amaranth is offline   Reply With Quote
Old September 23rd, 2006   #7
panickedthumb
Cloned
 
panickedthumb's Avatar
 
Join Date: Oct 2004
Location: /home
My beans are hidden!
Ubuntu 9.04 Jaunty Jackalope
Send a message via ICQ to panickedthumb Send a message via AIM to panickedthumb Send a message via MSN to panickedthumb Send a message via Yahoo to panickedthumb Send a message via Skype™ to panickedthumb
Re: HOWTO: Beryl with latest nvidia drivers

stickying this, I know people will be asking for it.
panickedthumb is offline   Reply With Quote
Old September 23rd, 2006   #8
~LoKe
Chocolate Ubuntu Mocha Blend
 
~LoKe's Avatar
 
Join Date: Dec 2005
Location: London, Ontario, Canada.
Beans: 1,837
Ubuntu Karmic Koala (testing)
Send a message via AIM to ~LoKe Send a message via MSN to ~LoKe
Re: HOWTO: Beryl with latest nvidia drivers

Worked perfectly! No errors or any such problems.

EDIT: Okay, maybe not.

Quote:
loke@x04d:~$ beryl-settings
** ERROR **: no d_ for a_active_plugins
aborting...
Aborted (core dumped)

Last edited by ~LoKe; September 23rd, 2006 at 08:35 PM..
~LoKe is offline   Reply With Quote
Old September 23rd, 2006   #9
panickedthumb
Cloned
 
panickedthumb's Avatar
 
Join Date: Oct 2004
Location: /home
My beans are hidden!
Ubuntu 9.04 Jaunty Jackalope
Send a message via ICQ to panickedthumb Send a message via AIM to panickedthumb Send a message via MSN to panickedthumb Send a message via Yahoo to panickedthumb Send a message via Skype™ to panickedthumb
Re: HOWTO: Beryl with latest nvidia drivers

hey, anyone have a themes package for emerald themer? The cgwd-themes and cgwd-themes-extras packages could probably be ported, but I can't install them while compiz isn't installed.
panickedthumb is offline   Reply With Quote
Old September 23rd, 2006   #10
Amaranth
Ubuntu Developer
 
Amaranth's Avatar
 
Join Date: Mar 2005
Beans: 354
Send a message via MSN to Amaranth
Re: HOWTO: Beryl with latest nvidia drivers

I manually extracted the themes from cgwd-themes into ~/.emerald/themes. Use file-roller to do it.
__________________
Travis Watkins
Blog: Realist Anew
Projects: Compiz
Amaranth is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:40 AM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry