<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Ubuntu 7.10 - Gutsy Gibbon</title>
	<link>http://thebadness.org/2007/10/ubuntu-710-gutsy-gibbon/</link>
	<description>If Myspace were a country it would be the 11th largest in the world</description>
	<pubDate>Tue, 06 Jan 2009 12:08:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3</generator>
		<item>
		<title>By: bob</title>
		<link>http://thebadness.org/2007/10/ubuntu-710-gutsy-gibbon/#comment-60</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Sat, 23 Feb 2008 02:19:33 +0000</pubDate>
		<guid>http://thebadness.org/2007/10/ubuntu-710-gutsy-gibbon/#comment-60</guid>
		<description>i got my 3d desktop is working fine i used this.

This is the guide everyone has been waiting for, this not only works for the Dell Inspiron 1501 but works for any computer running an ATI card using Xgl.

Check ATI Driver
In a terminal type:
fglrxinfo

You should see this output in your terminal window:
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON XPRESS Series
OpenGL version string: 2.0.6334 (8.34.8)

If you get something different make sure you enable the proprietary ATI driver via the Restricted Driver Manager. You can find it in the top left menu bar under System&#62;Administration&#62;Restricted Drivers.
(This is what you get when using the Dell Inspiron 1501, other users can check for enabled 3D by using the command glxgears, you should see spinning gears)

Install Xgl
In a terminal type:
sudo apt-get install xserver-xgl

Setting Up XGL
In a terminal type:
sudo gedit /usr/local/bin/startxgl.sh

and this to the file:
#!/bin/sh
Xgl :1 -fullscreen -ac -accel xv:pbuffer -accel glx:pbuffer &#38;
DISPLAY=:1
cookie="$(xauth -i nextract - :0 &#124; cut -d ' ' -f 9)"
xauth -i add :1 . "$cookie"
exec dbus-launch --exit-with-session gnome-session
save and close file

Then make the xgl script executable by entering this into a terminal:
sudo chmod a+x /usr/local/bin/startxgl.sh

Creating a XGL Login
Make the script, by typing this into a terminal:
sudo gedit /usr/share/xsessions/xgl.desktop

add this text to the file:
[Desktop Entry]
Encoding=UTF-8
Name=Xgl
Comment=Start an Xgl Session
Exec=/usr/local/bin/startxgl.sh
Icon=
Type=Application
save and close file

Remove Compiz &#38; Desktop Effects
sudo apt-get remove compiz-core desktop-effects

If you have Beryl Installed Remove Beryl Too
In a terminal type:
sudo apt-get remove beryl-ubuntu beryl-manager emerald

If you want to use emerald as your decorator for Compiz Fusion do not remove the emerald package.

Add the Compiz Fusion Repository
In a terminal type:
sudo gedit /etc/apt/sources.list

Add this to the end of your your source list:
deb http://download.tuxfamily.org/3v1deb feisty eyecandy
deb-src http://download.tuxfamily.org/3v1deb feisty eyecandy
save and close file

Add the tuxfamily Repository Key
In a terminal type:
sudo wget http://download.tuxfamily.org/3v1deb/DD800CD9.gpg -O- &#124; sudo apt-key add -

Update Your System
In a terminal type:
sudo apt-get update

Install Compiz Fusion
In a terminal type:
sudo apt-get install compiz compizconfig-settings-manager compiz-plugins compiz-gnome compiz-fusion-plugins-extra compiz-fusion-plugins-unofficial libcompizconfig-backend-gconf

Now you just have to log off, log into your Xgl session and run Compiz Fusion.

To run Compiz Fusion:
compiz --replace

To run the Compiz Setting Manager:
ccsm

I find Compiz Fusion to be faster and more responsive then Beryl. I don't use Beryl's window manger, Emerald. If you want to use Emerald with Compiz Fusion, it's as easy as sudo apt-get emerald and to launch it's emerald --replace. I didn't mention it in my guide because I prefer Compiz's gtk-window-decorator, and don't want to put up with the hassle of people asking my questions about software I don't use.

Troubleshooting
Q: Compiz Fusion doesn't load/work?
A: Make sure you are you logged onto your Xgl session. Select it at startup from sessions.

Q: I don't have windows decorations.
A: Did you run ccsm (compiz setting manager) and enable Window Decorations

Q: I don't have a cube.
A: Did you run ccsm (compiz setting manager) and enable 3D cube

Q: I get error: E: Couldn't find package ******, can you help?
A: You have to add the repository correctly and then update it. Do those steps over again.

Q: How do I get Compiz Fusion to load when I log in?
A: You have to add compiz --replace to your startup session. First, go to System&#62;Preferences&#62;Session. Then click on the New button on the right hand side of the menu. Add compiz --replace to your startup.

Hope you guys like the guide.
redDEADresolve</description>
		<content:encoded><![CDATA[<p>i got my 3d desktop is working fine i used this.</p>
<p>This is the guide everyone has been waiting for, this not only works for the Dell Inspiron 1501 but works for any computer running an ATI card using Xgl.</p>
<p>Check ATI Driver<br />
In a terminal type:<br />
fglrxinfo</p>
<p>You should see this output in your terminal window:<br />
display: :0.0 screen: 0<br />
OpenGL vendor string: ATI Technologies Inc.<br />
OpenGL renderer string: RADEON XPRESS Series<br />
OpenGL version string: 2.0.6334 (8.34.8)</p>
<p>If you get something different make sure you enable the proprietary ATI driver via the Restricted Driver Manager. You can find it in the top left menu bar under System&gt;Administration&gt;Restricted Drivers.<br />
(This is what you get when using the Dell Inspiron 1501, other users can check for enabled 3D by using the command glxgears, you should see spinning gears)</p>
<p>Install Xgl<br />
In a terminal type:<br />
sudo apt-get install xserver-xgl</p>
<p>Setting Up XGL<br />
In a terminal type:<br />
sudo gedit /usr/local/bin/startxgl.sh</p>
<p>and this to the file:<br />
#!/bin/sh<br />
Xgl :1 -fullscreen -ac -accel xv:pbuffer -accel glx:pbuffer &amp;<br />
DISPLAY=:1<br />
cookie=&#8221;$(xauth -i nextract - :0 | cut -d &#8216; &#8216; -f 9)&#8221;<br />
xauth -i add :1 . &#8220;$cookie&#8221;<br />
exec dbus-launch &#8211;exit-with-session gnome-session<br />
save and close file</p>
<p>Then make the xgl script executable by entering this into a terminal:<br />
sudo chmod a+x /usr/local/bin/startxgl.sh</p>
<p>Creating a XGL Login<br />
Make the script, by typing this into a terminal:<br />
sudo gedit /usr/share/xsessions/xgl.desktop</p>
<p>add this text to the file:<br />
[Desktop Entry]<br />
Encoding=UTF-8<br />
Name=Xgl<br />
Comment=Start an Xgl Session<br />
Exec=/usr/local/bin/startxgl.sh<br />
Icon=<br />
Type=Application<br />
save and close file</p>
<p>Remove Compiz &amp; Desktop Effects<br />
sudo apt-get remove compiz-core desktop-effects</p>
<p>If you have Beryl Installed Remove Beryl Too<br />
In a terminal type:<br />
sudo apt-get remove beryl-ubuntu beryl-manager emerald</p>
<p>If you want to use emerald as your decorator for Compiz Fusion do not remove the emerald package.</p>
<p>Add the Compiz Fusion Repository<br />
In a terminal type:<br />
sudo gedit /etc/apt/sources.list</p>
<p>Add this to the end of your your source list:<br />
deb <a href="http://download.tuxfamily.org/3v1deb" rel="nofollow">http://download.tuxfamily.org/3v1deb</a> feisty eyecandy<br />
deb-src <a href="http://download.tuxfamily.org/3v1deb" rel="nofollow">http://download.tuxfamily.org/3v1deb</a> feisty eyecandy<br />
save and close file</p>
<p>Add the tuxfamily Repository Key<br />
In a terminal type:<br />
sudo wget <a href="http://download.tuxfamily.org/3v1deb/DD800CD9.gpg" rel="nofollow">http://download.tuxfamily.org/3v1deb/DD800CD9.gpg</a> -O- | sudo apt-key add -</p>
<p>Update Your System<br />
In a terminal type:<br />
sudo apt-get update</p>
<p>Install Compiz Fusion<br />
In a terminal type:<br />
sudo apt-get install compiz compizconfig-settings-manager compiz-plugins compiz-gnome compiz-fusion-plugins-extra compiz-fusion-plugins-unofficial libcompizconfig-backend-gconf</p>
<p>Now you just have to log off, log into your Xgl session and run Compiz Fusion.</p>
<p>To run Compiz Fusion:<br />
compiz &#8211;replace</p>
<p>To run the Compiz Setting Manager:<br />
ccsm</p>
<p>I find Compiz Fusion to be faster and more responsive then Beryl. I don&#8217;t use Beryl&#8217;s window manger, Emerald. If you want to use Emerald with Compiz Fusion, it&#8217;s as easy as sudo apt-get emerald and to launch it&#8217;s emerald &#8211;replace. I didn&#8217;t mention it in my guide because I prefer Compiz&#8217;s gtk-window-decorator, and don&#8217;t want to put up with the hassle of people asking my questions about software I don&#8217;t use.</p>
<p>Troubleshooting<br />
Q: Compiz Fusion doesn&#8217;t load/work?<br />
A: Make sure you are you logged onto your Xgl session. Select it at startup from sessions.</p>
<p>Q: I don&#8217;t have windows decorations.<br />
A: Did you run ccsm (compiz setting manager) and enable Window Decorations</p>
<p>Q: I don&#8217;t have a cube.<br />
A: Did you run ccsm (compiz setting manager) and enable 3D cube</p>
<p>Q: I get error: E: Couldn&#8217;t find package ******, can you help?<br />
A: You have to add the repository correctly and then update it. Do those steps over again.</p>
<p>Q: How do I get Compiz Fusion to load when I log in?<br />
A: You have to add compiz &#8211;replace to your startup session. First, go to System&gt;Preferences&gt;Session. Then click on the New button on the right hand side of the menu. Add compiz &#8211;replace to your startup.</p>
<p>Hope you guys like the guide.<br />
redDEADresolve</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.703 seconds -->
