<?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: howto: xgl and compiz on ubuntu dapper (new and improved)</title>
	<atom:link href="http://www.davehayes.org/2006/05/22/howto-xgl-and-compiz-on-ubuntu-dapper-new-and-improved/feed" rel="self" type="application/rss+xml" />
	<link>http://www.davehayes.org/2006/05/22/howto-xgl-and-compiz-on-ubuntu-dapper-new-and-improved#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=howto-xgl-and-compiz-on-ubuntu-dapper-new-and-improved</link>
	<description>Bored, angry and only marginally intelligent.</description>
	<lastBuildDate>Wed, 17 Feb 2010 21:27:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Leo Germani</title>
		<link>http://www.davehayes.org/2006/05/22/howto-xgl-and-compiz-on-ubuntu-dapper-new-and-improved/comment-page-2#comment-610</link>
		<dc:creator>Leo Germani</dc:creator>
		<pubDate>Fri, 18 Aug 2006 13:50:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.davehayes.org/2006/05/22/howto-xgl-and-compiz-on-ubuntu-dapper-new-and-improved/#comment-610</guid>
		<description>Hi,

I solved the problem

I had the nvidia driver installed, but I had to adjust couple of thing on xorg.conf

1. Comment the line wich loads the Dri module on Section &quot;Module&quot;
2. Add Option &quot;RenderAccel&quot; &quot;true on the Device Section
3. set to &quot;24&quot; the default depth on the Section Screen

This last one was decisive. I didnt test it without the modifications 1 and 2. But its necessary to have the default depth set to 24 in order work! And now its just fine!! beautiful!

till now I had only one crash, an one window that became incative (B&amp;W) and never woke up again. but Im using just fine

thanks for the help

cheers

Leo,,</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I solved the problem</p>
<p>I had the nvidia driver installed, but I had to adjust couple of thing on xorg.conf</p>
<p>1. Comment the line wich loads the Dri module on Section &#8220;Module&#8221;<br />
2. Add Option &#8220;RenderAccel&#8221; &#8220;true on the Device Section<br />
3. set to &#8220;24&#8243; the default depth on the Section Screen</p>
<p>This last one was decisive. I didnt test it without the modifications 1 and 2. But its necessary to have the default depth set to 24 in order work! And now its just fine!! beautiful!</p>
<p>till now I had only one crash, an one window that became incative (B&amp;W) and never woke up again. but Im using just fine</p>
<p>thanks for the help</p>
<p>cheers</p>
<p>Leo,,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dave</title>
		<link>http://www.davehayes.org/2006/05/22/howto-xgl-and-compiz-on-ubuntu-dapper-new-and-improved/comment-page-1#comment-606</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Thu, 17 Aug 2006 22:59:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.davehayes.org/2006/05/22/howto-xgl-and-compiz-on-ubuntu-dapper-new-and-improved/#comment-606</guid>
		<description>&lt;blockquote&gt;Even before I run starcompiz, the screen is laggy. Simply drawing a selection box on the desktop will cause some strange color effects. The windows wont refresh on the screen properly, and if I click on a icon on the launch bar the Session crashes.&lt;/blockquote&gt;

did you install the proprietary nvidia drivers? that should vastly improve your performance if you haven&#039;t. it&#039;s easy to do, just open a terminal and

&lt;blockquote&gt;&lt;code&gt;sudo apt-get install nvidia-glx&lt;/code&gt;&lt;/blockquote&gt;

and then edit your &lt;code&gt;xorg.conf&lt;/code&gt; 

&lt;blockquote&gt;&lt;code&gt;sudo gedit /etc/X11/xorg.conf&lt;/code&gt;&lt;/blockquote&gt;

and find the line

&lt;blockquote&gt;&lt;code&gt;Driver &quot;nv&quot;&lt;/code&gt;&lt;/blockquote&gt;

and change it to 

&lt;blockquote&gt;&lt;code&gt;Driver &quot;nvidia&quot;&lt;/code&gt;&lt;/blockquote&gt;

then save the file, close it and restart X with ctrl+alt+backspace. 

if that isn&#039;t the problem or doesn&#039;t seem to fix it, head over to &lt;a href=&quot;http://www.compiz.net&quot; rel=&quot;nofollow&quot;&gt;compiz.net&lt;/a&gt; and ask around there.</description>
		<content:encoded><![CDATA[<blockquote><p>Even before I run starcompiz, the screen is laggy. Simply drawing a selection box on the desktop will cause some strange color effects. The windows wont refresh on the screen properly, and if I click on a icon on the launch bar the Session crashes.</p></blockquote>
<p>did you install the proprietary nvidia drivers? that should vastly improve your performance if you haven&#8217;t. it&#8217;s easy to do, just open a terminal and</p>
<blockquote><p><code>sudo apt-get install nvidia-glx</code></p></blockquote>
<p>and then edit your <code>xorg.conf</code> </p>
<blockquote><p><code>sudo gedit /etc/X11/xorg.conf</code></p></blockquote>
<p>and find the line</p>
<blockquote><p><code>Driver "nv"</code></p></blockquote>
<p>and change it to </p>
<blockquote><p><code>Driver "nvidia"</code></p></blockquote>
<p>then save the file, close it and restart X with ctrl+alt+backspace. </p>
<p>if that isn&#8217;t the problem or doesn&#8217;t seem to fix it, head over to <a href="http://www.compiz.net" rel="nofollow">compiz.net</a> and ask around there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leo Germani</title>
		<link>http://www.davehayes.org/2006/05/22/howto-xgl-and-compiz-on-ubuntu-dapper-new-and-improved/comment-page-1#comment-604</link>
		<dc:creator>Leo Germani</dc:creator>
		<pubDate>Thu, 17 Aug 2006 14:43:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.davehayes.org/2006/05/22/howto-xgl-and-compiz-on-ubuntu-dapper-new-and-improved/#comment-604</guid>
		<description>Hi,

After some struggle I managed to get it (almost) working.

Even before I run starcompiz, the screen is laggy. Simply drawing a selection box on the desktop will cause some strange color effects. The windows wont refresh on the screen properly, and if I click on a icon on the launch bar the Session crashes.

I start compiz and it works just fine. But with all the problems I metioned above... It seems that its a problem of refreshing the screen/ rendering ... as if I havent got enough memmory for that...

but Im running an AMD64 (running a 32bit system though), 1Gb Ram, nvidia vide card with 64M...

any clues?

Leo,,</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>After some struggle I managed to get it (almost) working.</p>
<p>Even before I run starcompiz, the screen is laggy. Simply drawing a selection box on the desktop will cause some strange color effects. The windows wont refresh on the screen properly, and if I click on a icon on the launch bar the Session crashes.</p>
<p>I start compiz and it works just fine. But with all the problems I metioned above&#8230; It seems that its a problem of refreshing the screen/ rendering &#8230; as if I havent got enough memmory for that&#8230;</p>
<p>but Im running an AMD64 (running a 32bit system though), 1Gb Ram, nvidia vide card with 64M&#8230;</p>
<p>any clues?</p>
<p>Leo,,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.davehayes.org/2006/05/22/howto-xgl-and-compiz-on-ubuntu-dapper-new-and-improved/comment-page-1#comment-560</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 14 Aug 2006 15:54:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.davehayes.org/2006/05/22/howto-xgl-and-compiz-on-ubuntu-dapper-new-and-improved/#comment-560</guid>
		<description>Thanks for this great tutorial.  I followed the process above and then attempted to log, but received an error message.   I then logged back in normally and added my nvidia-glx drivers and then was able to log into foo.  This was very exciting, but then I rebooted the computer and I am now unable to log into foo.  It just returns to the Ubuntu log on screen.  I have increased the timeout seconds but that did not work either.  Any help would be greatly appreciated.  Thanks</description>
		<content:encoded><![CDATA[<p>Thanks for this great tutorial.  I followed the process above and then attempted to log, but received an error message.   I then logged back in normally and added my nvidia-glx drivers and then was able to log into foo.  This was very exciting, but then I rebooted the computer and I am now unable to log into foo.  It just returns to the Ubuntu log on screen.  I have increased the timeout seconds but that did not work either.  Any help would be greatly appreciated.  Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dave</title>
		<link>http://www.davehayes.org/2006/05/22/howto-xgl-and-compiz-on-ubuntu-dapper-new-and-improved/comment-page-1#comment-536</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Sat, 12 Aug 2006 16:26:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.davehayes.org/2006/05/22/howto-xgl-and-compiz-on-ubuntu-dapper-new-and-improved/#comment-536</guid>
		<description>&lt;blockquote&gt;I get this error message after i try to login saying that the session only lasted 10 seconds, and i have to change to gnome again to login. any ideas?&lt;/blockquote&gt;

i think this behavior is typical of ati video cards. i remember there was a way to set the session timeout to be longer to accomodate those drivers, but i can&#039;t recall what it was. look around over at &lt;a href=&quot;http://www.compiz.net&quot; rel=&quot;nofollow&quot;&gt;compiz.net&lt;/a&gt; for more information.</description>
		<content:encoded><![CDATA[<blockquote><p>I get this error message after i try to login saying that the session only lasted 10 seconds, and i have to change to gnome again to login. any ideas?</p></blockquote>
<p>i think this behavior is typical of ati video cards. i remember there was a way to set the session timeout to be longer to accomodate those drivers, but i can&#8217;t recall what it was. look around over at <a href="http://www.compiz.net" rel="nofollow">compiz.net</a> for more information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.davehayes.org/2006/05/22/howto-xgl-and-compiz-on-ubuntu-dapper-new-and-improved/comment-page-1#comment-497</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Thu, 10 Aug 2006 09:40:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.davehayes.org/2006/05/22/howto-xgl-and-compiz-on-ubuntu-dapper-new-and-improved/#comment-497</guid>
		<description>I get this error message after i try to login saying that the session only lasted 10 seconds, and i have to change to gnome again to login. any ideas?</description>
		<content:encoded><![CDATA[<p>I get this error message after i try to login saying that the session only lasted 10 seconds, and i have to change to gnome again to login. any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Panos</title>
		<link>http://www.davehayes.org/2006/05/22/howto-xgl-and-compiz-on-ubuntu-dapper-new-and-improved/comment-page-1#comment-477</link>
		<dc:creator>Panos</dc:creator>
		<pubDate>Wed, 09 Aug 2006 18:35:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.davehayes.org/2006/05/22/howto-xgl-and-compiz-on-ubuntu-dapper-new-and-improved/#comment-477</guid>
		<description>Ok dave! Thank very much for your tutorial!!!

I should ask there so.

Thaanks again!</description>
		<content:encoded><![CDATA[<p>Ok dave! Thank very much for your tutorial!!!</p>
<p>I should ask there so.</p>
<p>Thaanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dave</title>
		<link>http://www.davehayes.org/2006/05/22/howto-xgl-and-compiz-on-ubuntu-dapper-new-and-improved/comment-page-1#comment-475</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Wed, 09 Aug 2006 18:14:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.davehayes.org/2006/05/22/howto-xgl-and-compiz-on-ubuntu-dapper-new-and-improved/#comment-475</guid>
		<description>you guys that are still having trouble need to head over to &lt;a href=&quot;http://www.compiz.net/&quot; rel=&quot;nofollow&quot;&gt;compiz.net&lt;/a&gt; and ask your questions there.</description>
		<content:encoded><![CDATA[<p>you guys that are still having trouble need to head over to <a href="http://www.compiz.net/" rel="nofollow">compiz.net</a> and ask your questions there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Panos</title>
		<link>http://www.davehayes.org/2006/05/22/howto-xgl-and-compiz-on-ubuntu-dapper-new-and-improved/comment-page-1#comment-474</link>
		<dc:creator>Panos</dc:creator>
		<pubDate>Wed, 09 Aug 2006 18:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.davehayes.org/2006/05/22/howto-xgl-and-compiz-on-ubuntu-dapper-new-and-improved/#comment-474</guid>
		<description>Hi, I am trying over 3 hours to setup XGL on my Dapper Drake.
I got this error when I type startcompiz

panos@panos-linuxmachine:~$ compiz.real: GLX_SGIX_fbconfig is missing
compiz.real: Failed to manage screen: 0
compiz.real: No managable screens found on display :1.0
Xlib:  extension &quot;XInputExtension&quot; missing on display &quot;:1.0&quot;.
Failed to get list of devices

and also all bars suddelny dissappear.... HELP ?</description>
		<content:encoded><![CDATA[<p>Hi, I am trying over 3 hours to setup XGL on my Dapper Drake.<br />
I got this error when I type startcompiz</p>
<p>panos@panos-linuxmachine:~$ compiz.real: GLX_SGIX_fbconfig is missing<br />
compiz.real: Failed to manage screen: 0<br />
compiz.real: No managable screens found on display :1.0<br />
Xlib:  extension &#8220;XInputExtension&#8221; missing on display &#8220;:1.0&#8243;.<br />
Failed to get list of devices</p>
<p>and also all bars suddelny dissappear&#8230;. HELP ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crowley</title>
		<link>http://www.davehayes.org/2006/05/22/howto-xgl-and-compiz-on-ubuntu-dapper-new-and-improved/comment-page-1#comment-439</link>
		<dc:creator>Crowley</dc:creator>
		<pubDate>Tue, 08 Aug 2006 13:14:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.davehayes.org/2006/05/22/howto-xgl-and-compiz-on-ubuntu-dapper-new-and-improved/#comment-439</guid>
		<description>Hi....i&#039;ve done everything exactly the same as you said most of you guys thanks.....
but am faceing this....
 SmcOpenConnection failed: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
compiz: No composite extension
any ideas?</description>
		<content:encoded><![CDATA[<p>Hi&#8230;.i&#8217;ve done everything exactly the same as you said most of you guys thanks&#8230;..<br />
but am faceing this&#8230;.<br />
 SmcOpenConnection failed: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed<br />
compiz: No composite extension<br />
any ideas?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
