<?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: Xubuntu Edgy, XGL and Beryl (NVIDIA)</title>
	<atom:link href="http://customisinglife.wordpress.com/2006/11/02/xubuntu-edgy-xgl-and-beryl/feed/" rel="self" type="application/rss+xml" />
	<link>http://customisinglife.wordpress.com/2006/11/02/xubuntu-edgy-xgl-and-beryl/</link>
	<description></description>
	<pubDate>Fri, 05 Sep 2008 14:29:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sutekh</title>
		<link>http://customisinglife.wordpress.com/2006/11/02/xubuntu-edgy-xgl-and-beryl/#comment-1292</link>
		<dc:creator>Sutekh</dc:creator>
		<pubDate>Wed, 24 Jan 2007 08:13:03 +0000</pubDate>
		<guid isPermaLink="false">http://customisinglife.wordpress.com/2006/11/02/xubuntu-edgy-xgl-and-beryl/#comment-1292</guid>
		<description>Ahh thanks ... I realised that the other day and made a mention of it, but I forgot to update this post.

Appreciate it!</description>
		<content:encoded><![CDATA[<p>Ahh thanks &#8230; I realised that the other day and made a mention of it, but I forgot to update this post.</p>
<p>Appreciate it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chestnut</title>
		<link>http://customisinglife.wordpress.com/2006/11/02/xubuntu-edgy-xgl-and-beryl/#comment-1289</link>
		<dc:creator>chestnut</dc:creator>
		<pubDate>Wed, 24 Jan 2007 07:14:30 +0000</pubDate>
		<guid isPermaLink="false">http://customisinglife.wordpress.com/2006/11/02/xubuntu-edgy-xgl-and-beryl/#comment-1289</guid>
		<description>Hi,

I found that the repositories have changed.

deb http://ubuntu.beryl-project.org edgy main
deb-src http://ubuntu.beryl-project.org edgy main

wget http://ubuntu.beryl-project.org/root@lupine.me.uk.gpg -O- &#124; sudo apt-key add -

Missing 'install' here

sudo aptitude install beryl xserver-xgl

Cheers,</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I found that the repositories have changed.</p>
<p>deb <a href="http://ubuntu.beryl-project.org" rel="nofollow">http://ubuntu.beryl-project.org</a> edgy main<br />
deb-src <a href="http://ubuntu.beryl-project.org" rel="nofollow">http://ubuntu.beryl-project.org</a> edgy main</p>
<p>wget <a href="http://ubuntu.beryl-project.org/root@lupine.me.uk.gpg" rel="nofollow">http://ubuntu.beryl-project.org/root@lupine.me.uk.gpg</a> -O- | sudo apt-key add -</p>
<p>Missing &#8216;install&#8217; here</p>
<p>sudo aptitude install beryl xserver-xgl</p>
<p>Cheers,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Finally getting the latest version of Beryl &#171; customising life</title>
		<link>http://customisinglife.wordpress.com/2006/11/02/xubuntu-edgy-xgl-and-beryl/#comment-917</link>
		<dc:creator>Finally getting the latest version of Beryl &#171; customising life</dc:creator>
		<pubDate>Sat, 13 Jan 2007 08:47:27 +0000</pubDate>
		<guid isPermaLink="false">http://customisinglife.wordpress.com/2006/11/02/xubuntu-edgy-xgl-and-beryl/#comment-917</guid>
		<description>[...] you&#8217;ve been following this post, you may have the same problem. Or you may be smarter than me and decided to act on this a lot [...]</description>
		<content:encoded><![CDATA[<p>[...] you&#8217;ve been following this post, you may have the same problem. Or you may be smarter than me and decided to act on this a lot [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sutekh</title>
		<link>http://customisinglife.wordpress.com/2006/11/02/xubuntu-edgy-xgl-and-beryl/#comment-574</link>
		<dc:creator>Sutekh</dc:creator>
		<pubDate>Sat, 23 Dec 2006 03:10:59 +0000</pubDate>
		<guid isPermaLink="false">http://customisinglife.wordpress.com/2006/11/02/xubuntu-edgy-xgl-and-beryl/#comment-574</guid>
		<description>Sorry I don't quite understand..

You log in as admin?  Why?

When you try to log in as a user, what happens?

For myself, I did nothing more to enable ordinary users to use the script.  It just worked as written. 

---------- 

According to the &lt;a href="https://help.ubuntu.com/community/CompositeManager/Xgl#head-3061c16ffd1230560d9fd97fe97d0a1ce9e89988" rel="nofollow"&gt;Ubuntu Wiki - Composite Manager - XGL&lt;/a&gt; it won't work properly if you use

&lt;blockquote&gt;export DISPLAY=:0&lt;/blockquote&gt;

XGL is run as a separate X server, so it must be run on DISPLAY=:1 as the ordinary X.Org sever needs to be run on DISPLAY=:0.

This is only if you want the XGL session to be an option at login.  (Method A)

The other method (Method B) is to use XGL as the default X server.  In this case XGL is on DISPLAY=:0 and X.Org on DISPLAY=:93.  This method doesn't use that script, nor does it allow you to simply change between XGL and X.Org.</description>
		<content:encoded><![CDATA[<p>Sorry I don&#8217;t quite understand..</p>
<p>You log in as admin?  Why?</p>
<p>When you try to log in as a user, what happens?</p>
<p>For myself, I did nothing more to enable ordinary users to use the script.  It just worked as written. </p>
<p>&#8212;&#8212;&#8212;- </p>
<p>According to the <a href="https://help.ubuntu.com/community/CompositeManager/Xgl#head-3061c16ffd1230560d9fd97fe97d0a1ce9e89988" rel="nofollow">Ubuntu Wiki - Composite Manager - XGL</a> it won&#8217;t work properly if you use</p>
<blockquote><p>export DISPLAY=:0</p></blockquote>
<p>XGL is run as a separate X server, so it must be run on DISPLAY=:1 as the ordinary X.Org sever needs to be run on DISPLAY=:0.</p>
<p>This is only if you want the XGL session to be an option at login.  (Method A)</p>
<p>The other method (Method B) is to use XGL as the default X server.  In this case XGL is on DISPLAY=:0 and X.Org on DISPLAY=:93.  This method doesn&#8217;t use that script, nor does it allow you to simply change between XGL and X.Org.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: W. Scott</title>
		<link>http://customisinglife.wordpress.com/2006/11/02/xubuntu-edgy-xgl-and-beryl/#comment-562</link>
		<dc:creator>W. Scott</dc:creator>
		<pubDate>Fri, 22 Dec 2006 00:24:05 +0000</pubDate>
		<guid isPermaLink="false">http://customisinglife.wordpress.com/2006/11/02/xubuntu-edgy-xgl-and-beryl/#comment-562</guid>
		<description>I'm running problems with this part of the script:

Xgl :1 -fullscreen -ac -accel xv:fbo -accel glx:pbuffer &#38;
sleep 4
export DISPLAY=:1

When I am running as the admin user (first user), it seems to work fine.  Then I log out, freeing :0 and :1. Other users cannot get this to work.  If I change the DISPLAY to :0 in both instances in the script, it works, but the graphics are more sluggish.

How can I enable other users to use the script as written?</description>
		<content:encoded><![CDATA[<p>I&#8217;m running problems with this part of the script:</p>
<p>Xgl :1 -fullscreen -ac -accel xv:fbo -accel glx:pbuffer &amp;<br />
sleep 4<br />
export DISPLAY=:1</p>
<p>When I am running as the admin user (first user), it seems to work fine.  Then I log out, freeing :0 and :1. Other users cannot get this to work.  If I change the DISPLAY to :0 in both instances in the script, it works, but the graphics are more sluggish.</p>
<p>How can I enable other users to use the script as written?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
