![]() |
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 |
|
Ubuntu Guru
![]() |
Title changed. Feel free to PM a mod if you need help. Feel free to PM me if you want the title further adjusted.
__________________
A person with ubuntu is open and available to others, affirming of others, does not feel threatened that others are able and good, for he or she has a proper self-assurance that comes from knowing that he or she belongs in a greater whole and is diminished when others are humiliated or diminished, when others are tortured or oppressed. ~ Archbishop Desmond Tutu, 1999 ![]() |
|
|
|
|
|
#8 |
|
5 Cups of Ubuntu
![]() Join Date: Jun 2007
Beans: 15
|
Re: How To : Compiz Fusion for ATI cards + Xgl in Feisty
Hi Mr. Greencastle!
I have followed your instructions and have succeeded in installing Compiz Fusion on my laptop, which is same as yours, except for the RAM which is 512 MB. Most of the effects are working except the cube. When I pres Ctrl + Alt + Button 1 nothing happens. Any idea what may be the reason for this. Could it be the RAM?
__________________
Aditya Pratap V. "Strength does not come from physical capacity. It comes from an indomitable will" - Mahatma Gandhi |
|
|
|
|
|
#9 |
|
Skinny Soy Caramel Ubuntu
![]() Join Date: Dec 2005
Beans: 658
Ubuntu 9.10 Karmic Koala
|
Re: How To : Compiz Fusion for ATI cards + Xgl in Feisty
to get the rotating cube you need to enable that plugin as well as the 3d desktop cube one.
|
|
|
|
|
|
#10 |
|
5 Cups of Ubuntu
![]() Join Date: Jun 2007
Beans: 15
|
Re: How To : Compiz Fusion for ATI cards + Xgl in Feisty
Pardon my ignorance, but I have enabled the rotate cube plugin in the CompizConfig Settings Manager, did the same with the 3d cube one as well, still I am not getting the effect.
__________________
Aditya Pratap V. "Strength does not come from physical capacity. It comes from an indomitable will" - Mahatma Gandhi |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|