![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
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.
|
|
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 |
|
|
|
|
#1 |
|
A Carafe of Ubuntu
![]() Join Date: Apr 2007
Location: Alberta, Canada
Beans: 144
Ubuntu 7.10 Gutsy Gibbon
|
How To : Compiz Fusion for ATI cards + Xgl in Feisty
Edit: Forgot to mark this as a HOWTO, and I don't know how to change it, so...
Edit 2: Hey guys, long time no talk, I've been quite busy with my personal life, school etc, so I haven't been here in awhile. Anyways, I'm in the midst of updating this guide, so I should have a new one that has instructions for Gutsy aswell (Using same hardware). Mr Green. I'm making this guide because I have seen many people lately with problems installing Beryl or Compiz Fusion with Xgl. I have taken some parts of other guides and have also contributed my own parts, just to make things easier. (Many thanks to lamalex, as I have used that guide countless times to get Feisty boxes running Beryl) If you follow each step carefully (mostly copy/paste), I guarantee you'll be going with desktop effects in no time! Guide: After installing Feisty, make sure your system is completely updated. Paste this into a terminal: Code:
sudo apt-get update sudo apt-get upgrade sudo apt-get dist-upgrade Code:
System >> Administration >> Restricted Drivers Manager Now we need to install XGL. Code:
sudo apt-get install xserver-xgl Code:
sudo gedit /usr/local/bin/startxgl.sh Code:
#!/bin/sh Xgl :1 -fullscreen -ac -br -accel xv:pbuffer -accel glx:pbuffer & DISPLAY=:1 cookie="$(xauth -i nextract - :0 | cut -d ' ' -f 9)" xauth -i add :1 . "$cookie" exec dbus-launch --exit-with-session gnome-session Code:
sudo chmod a+x /usr/local/bin/startxgl.sh Code:
sudo gedit /usr/share/xsessions/xgl.desktop Code:
[Desktop Entry] Encoding=UTF-8 Name=GNOME with XGL Comment= Exec=/usr/local/bin/startxgl.sh Icon= Type=Application Code:
sudo chmod a+x /usr/share/xsessions/xgl.desktop The first thing we need to do is add the security key, do this by pasting into a terminal: Code:
sudo wget http://download.tuxfamily.org/3v1deb/DD800CD9.gpg -O- | sudo apt-key add - Code:
sudo gedit /etc/apt/sources.list Code:
deb http://download.tuxfamily.org/3v1deb feisty eyecandy You will need to update again, so paste into a terminal: Code:
sudo apt-get update If you want Compiz Fusion - skip ahead to the Compiz Fusion section. Now to install Beryl (and Emerald window decorator) paste this into a terminal: Code:
sudo apt-get install beryl beryl-manager beryl-core beryl-plugins beryl-settings emerald emerald-themes Code:
beryl-manager Then you're all set! Oh and don't forget to add this to your startup: Code:
system > preferences > sessions COMPIZ FUSION Start by pasting this into a terminal: Code:
sudo apt-get install compiz compizconfig-settings-manager compiz-plugins compiz-gnome compiz-fusion-plugins-extra emerald emerald-themes
Code:
System >> Preferences >> Sessions And make its command: compiz --replace And make one more: Name: Emerald Command: emerald --replace Now just logout, then log back in, and BOOM! Shiny desktop effects! Hope that helped! Mr Green
__________________
- Ubuntu 7.10 Gutsy Gibbon - Acer Aspire 5100- AMD Turion64 x2 @ 1.88Ghz - 1024 MB RAM - ATI/AMD Radeon Xpress 1100 @ 128 MB - 160 GB HDD - 15.4" Widescreen LCD Display (Thinking about purchasing a Dell desktop with Ubuntu...) Last edited by Mr Greencastle; October 22nd, 2007 at 09:39 PM.. |
|
|
|
|
|
#2 |
|
Just Give Me the Beans!
![]() Join Date: May 2007
Location: Louisville, KY
Beans: 61
Ubuntu 7.04 Feisty Fawn
|
Re: Compiz Fusion for ATI cards + Xgl in Feisty
You rule. My compiz fusion broke, and I couldn't get it fixed. I removed the cf/emerald packages, followed this, and it's back. Thanks for posting.
|
|
|
|
|
|
#3 |
|
Dark Roasted Ubuntu
![]() |
Re: Compiz Fusion for ATI cards + Xgl in Feisty
Great how-to! Needed XGL to get Avant Window Manager working and this did it.
|
|
|
|
|
|
#4 |
|
A Carafe of Ubuntu
![]() Join Date: May 2007
Beans: 147
|
Re: Compiz Fusion for ATI cards + Xgl in Feisty
wow! this really made my desktop smooth. I was skeptical because before enabling the restricted drivers that I didn't know about the whole ubuntu experiece was a little clunky. suddenly it's way smooth and I have wobbly windows, a cube, and a dock (AWM.)
|
|
|
|
|
|
#5 |
|
Just Give Me the Beans!
![]() Join Date: Aug 2006
Beans: 66
|
Re: Compiz Fusion for ATI cards + Xgl in Feisty
Does anyone know how to do this in xubuntu? A guide would be much appreciated.
|
|
|
|
|
|
#6 |
|
Skinny Soy Caramel Ubuntu
![]() Join Date: Dec 2005
Beans: 658
Ubuntu 9.10 Karmic Koala
|
Re: Compiz Fusion for ATI cards + Xgl in Feisty
It works somewhat on my system although i thought it wasn't working because it took compiz fusion a while to load.
Also Emerald Themes do not work for me i can't switch to a new theme. I don't know why. |
|
|
|
|
|
#7 |
|
First Cup of Ubuntu
![]() Join Date: Feb 2006
Beans: 1
|
Re: Compiz Fusion for ATI cards + Xgl in Feisty
As far as emerald themes goes, that's a pretty long-standing bug in (IIRC) GTK. I don't know why it is still broken. To fix, just bring up the Emerald Themer and a terminal window at the same time. Choose your theme in the Themer then type "emerald --replace &" in your terminal. Wash, rinse, repeat until you get the one you want.
|
|
|
|
|
|
#8 |
|
Way Too Much Ubuntu
![]() Join Date: Nov 2006
Location: Woodridge, IL
Beans: 210
Ubuntu 8.04 Hardy Heron
|
Re: Compiz Fusion for ATI cards + Xgl in Feisty
thanks for the repo....works awesome!!!
__________________
Ubuntu User #12173 |
|
|
|
|
|
#9 | |
|
5 Cups of Ubuntu
![]() |
Re: Compiz Fusion for ATI cards + Xgl in Feisty
Quote:
I had the same problem on my Presario V2000. Code:
sudo apt-get install beryl-manager if your window manager changes just switch back over to compiz by right clicking on the red diamond on the upper right hand side of your screen and going to select window manager. Then go to the emerald theme manager by right clicking on the red diamond. Then choose your theme you want to switch over to (it wont work). Then finally, right click on the red diamond again and reload the Window Decorator and your new theme should be displayed. You have to do this everytime that you want to change your theme. |
|
|
|
|
|
|
#10 |
|
Gee! These Aren't Roasted!
![]() Join Date: Aug 2007
Location: UK
Beans: 182
Ubuntu 7.04 Feisty Fawn
|
Re: Compiz Fusion for ATI cards + Xgl in Feisty
When i click on 'Restricted Drivers Manager' it says 'Your hardware does not need any restricted drivers.'
Could i use this guide instead? http://www.howtoforge.com/ubuntu_fei...ryl_ati_radeon |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|