<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How To: Ubuntu 7.04 + ATI + Compiz Fusion install</title>
	<atom:link href="http://linuxcrypt.net/2007/08/10/how-to-ubuntu-704-ati-compiz-fusion-install/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxcrypt.net/2007/08/10/how-to-ubuntu-704-ati-compiz-fusion-install/</link>
	<description>Everything Linux &#038; Open Source</description>
	<lastBuildDate>Tue, 05 Oct 2010 09:51:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: 深蓝色的音符</title>
		<link>http://linuxcrypt.net/2007/08/10/how-to-ubuntu-704-ati-compiz-fusion-install/comment-page-1/#comment-52</link>
		<dc:creator>深蓝色的音符</dc:creator>
		<pubDate>Thu, 30 Aug 2007 11:38:44 +0000</pubDate>
		<guid isPermaLink="false">http://linuxcrypt.net/?p=34#comment-52</guid>
		<description>1:

sudo apt-get update
sudo apt-get install linux-restricted-modules-$(uname -r)   
sudo apt-get install xorg-driver-fglrx fglrx-control
sudo depmod -a


2.

sudo gedit /etc/X11/xorg.conf




change
&quot;ati&quot;
（or &quot;radeon&quot;，&quot;vesa&quot; Device Part）change into
&quot;fglrx&quot;


in Device Part add ：

Option      &quot;VideoOverlay&quot;      &quot;on&quot;
Option      &quot;OpenGLOverlay&quot;     &quot;off&quot;


in the end add :

Section &quot;Extensions&quot;
        Option  &quot;Composite&quot; &quot;0&quot;
EndSection

Section &quot;ServerFlags&quot;
        Option  &quot;AIGLX&quot; &quot;off&quot;
EndSection

reboot

fglrxinfo



3，install XGL

4，
sudo apt-get install xserver-xgl        

5，set up XGL
:
gksudo gedit /usr/local/bin/startxgl.sh

add:

#!/bin/sh
Xgl :1 -fullscreen -ac -accel xv:pbuffer -accel glx:pbuffer &amp;
DISPLAY=:1
cookie=&quot;$(xauth -i nextract - :0 &#124; cut -d &#039; &#039; -f 9)&quot;
xauth -i add :1 . &quot;$cookie&quot;
exec dbus-launch --exit-with-session gnome-session



sudo chmod a+x /usr/local/bin/startxgl.sh



gksudo gedit /usr/share/xsessions/xgl.desktop

add:

[Desktop Entry]
Encoding=UTF-8
Name=Xgl
Comment=Start an Xgl Session
Exec=/usr/local/bin/startxgl.sh
Icon=
Type=Application


6，install compiz fusio

7、

sudo wget http://download.tuxfamily.org/3v1deb/DD800CD9.gpg -O- &#124; sudo apt-key add -


8、


deb http://download.tuxfamily.org/3v1deb feisty eyecandy
deb-src http://download.tuxfamily.org/3v1deb feisty eyecandy


9、update：


sudo apt-get update
sudo apt-get dist-upgrade


10、install Compiz及Compiz fusion


sudo apt-get install compiz compiz-gnome
sudo apt-get install compizconfig-settings-manager
sudo apt-get install compiz-fusion-*

root@ubuntu:~#  apt-get install emerald




11，use</description>
		<content:encoded><![CDATA[<p>1:</p>
<p>sudo apt-get update<br />
sudo apt-get install linux-restricted-modules-$(uname -r)<br />
sudo apt-get install xorg-driver-fglrx fglrx-control<br />
sudo depmod -a</p>
<p>2.</p>
<p>sudo gedit /etc/X11/xorg.conf</p>
<p>change<br />
&#8220;ati&#8221;<br />
（or &#8220;radeon&#8221;，&#8221;vesa&#8221; Device Part）change into<br />
&#8220;fglrx&#8221;</p>
<p>in Device Part add ：</p>
<p>Option      &#8220;VideoOverlay&#8221;      &#8220;on&#8221;<br />
Option      &#8220;OpenGLOverlay&#8221;     &#8220;off&#8221;</p>
<p>in the end add :</p>
<p>Section &#8220;Extensions&#8221;<br />
        Option  &#8220;Composite&#8221; &#8220;0&#8243;<br />
EndSection</p>
<p>Section &#8220;ServerFlags&#8221;<br />
        Option  &#8220;AIGLX&#8221; &#8220;off&#8221;<br />
EndSection</p>
<p>reboot</p>
<p>fglrxinfo</p>
<p>3，install XGL</p>
<p>4，<br />
sudo apt-get install xserver-xgl        </p>
<p>5，set up XGL<br />
:<br />
gksudo gedit /usr/local/bin/startxgl.sh</p>
<p>add:</p>
<p>#!/bin/sh<br />
Xgl :1 -fullscreen -ac -accel xv:pbuffer -accel glx:pbuffer &amp;<br />
DISPLAY=:1<br />
cookie=&#8221;$(xauth -i nextract &#8211; :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</p>
<p>sudo chmod a+x /usr/local/bin/startxgl.sh</p>
<p>gksudo gedit /usr/share/xsessions/xgl.desktop</p>
<p>add:</p>
<p>[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</p>
<p>6，install compiz fusio</p>
<p>7、</p>
<p>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>8、</p>
<p>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</p>
<p>9、update：</p>
<p>sudo apt-get update<br />
sudo apt-get dist-upgrade</p>
<p>10、install Compiz及Compiz fusion</p>
<p>sudo apt-get install compiz compiz-gnome<br />
sudo apt-get install compizconfig-settings-manager<br />
sudo apt-get install compiz-fusion-*</p>
<p>root@ubuntu:~#  apt-get install emerald</p>
<p>11，use</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://linuxcrypt.net/2007/08/10/how-to-ubuntu-704-ati-compiz-fusion-install/comment-page-1/#comment-50</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Tue, 28 Aug 2007 14:18:18 +0000</pubDate>
		<guid isPermaLink="false">http://linuxcrypt.net/?p=34#comment-50</guid>
		<description>I was trying this tutorial and ran in to a similar problem when trying to login to the Xgl session. I found a solution that worked for me. The last line of the startxgl.sh should be
exec dbus-launch –-exit-with-session gnome-session
instead of 
exec dbus-launch –exit-with-session gnome-session
Hope that helps.</description>
		<content:encoded><![CDATA[<p>I was trying this tutorial and ran in to a similar problem when trying to login to the Xgl session. I found a solution that worked for me. The last line of the startxgl.sh should be<br />
exec dbus-launch –-exit-with-session gnome-session<br />
instead of<br />
exec dbus-launch –exit-with-session gnome-session<br />
Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jado</title>
		<link>http://linuxcrypt.net/2007/08/10/how-to-ubuntu-704-ati-compiz-fusion-install/comment-page-1/#comment-49</link>
		<dc:creator>Jado</dc:creator>
		<pubDate>Fri, 24 Aug 2007 18:33:01 +0000</pubDate>
		<guid isPermaLink="false">http://linuxcrypt.net/?p=34#comment-49</guid>
		<description>I did it until log in with gnome with xgl, after that i coudn&#039;t start a session just obtain a black screen with a ¨x¨, i have a toshiba satellite a75 with ati radeon 9000 igp and intel processador. I really aprecciate any comment about my problem.
Thanks in advance</description>
		<content:encoded><![CDATA[<p>I did it until log in with gnome with xgl, after that i coudn&#8217;t start a session just obtain a black screen with a ¨x¨, i have a toshiba satellite a75 with ati radeon 9000 igp and intel processador. I really aprecciate any comment about my problem.<br />
Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Hall</title>
		<link>http://linuxcrypt.net/2007/08/10/how-to-ubuntu-704-ati-compiz-fusion-install/comment-page-1/#comment-48</link>
		<dc:creator>John Hall</dc:creator>
		<pubDate>Fri, 24 Aug 2007 01:59:50 +0000</pubDate>
		<guid isPermaLink="false">http://linuxcrypt.net/?p=34#comment-48</guid>
		<description>didnt work for me.  after login, i get  a message saing xsession couldnt find startxgl.sh then I get my desktop and applications without window frames.  permissions are set. I can run the script by it self. xgl.desktop appears to be executing, but can&#039;t exec the script.</description>
		<content:encoded><![CDATA[<p>didnt work for me.  after login, i get  a message saing xsession couldnt find startxgl.sh then I get my desktop and applications without window frames.  permissions are set. I can run the script by it self. xgl.desktop appears to be executing, but can&#8217;t exec the script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Alden</title>
		<link>http://linuxcrypt.net/2007/08/10/how-to-ubuntu-704-ati-compiz-fusion-install/comment-page-1/#comment-45</link>
		<dc:creator>Steve Alden</dc:creator>
		<pubDate>Fri, 17 Aug 2007 04:48:22 +0000</pubDate>
		<guid isPermaLink="false">http://linuxcrypt.net/?p=34#comment-45</guid>
		<description>Thank you for this. It worked perfectly, and now I am successfully running compiz...finally..

:-)</description>
		<content:encoded><![CDATA[<p>Thank you for this. It worked perfectly, and now I am successfully running compiz&#8230;finally..</p>
<p> <img src='http://linuxcrypt.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Compiz Fusion has a new logo</title>
		<link>http://linuxcrypt.net/2007/08/10/how-to-ubuntu-704-ati-compiz-fusion-install/comment-page-1/#comment-43</link>
		<dc:creator>Compiz Fusion has a new logo</dc:creator>
		<pubDate>Mon, 13 Aug 2007 13:25:13 +0000</pubDate>
		<guid isPermaLink="false">http://linuxcrypt.net/?p=34#comment-43</guid>
		<description>[...] Us     How To: Ubuntu 7.04 + ATI + Compiz Fusion install   Aug [...]</description>
		<content:encoded><![CDATA[<p>[...] Us     How To: Ubuntu 7.04 + ATI + Compiz Fusion install   Aug [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

