<?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"
	>
<channel>
	<title>Comments on: Beryl ports hit the experimental X.org tree</title>
	<atom:link href="http://blog.xbsd.org/2006/11/24/beryl-ports-hit-the-experimental-xorg-tree/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.xbsd.org/2006/11/24/beryl-ports-hit-the-experimental-xorg-tree/</link>
	<description>(Mostly) Technical Blog</description>
	<pubDate>Fri, 21 Nov 2008 21:50:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: z</title>
		<link>http://blog.xbsd.org/2006/11/24/beryl-ports-hit-the-experimental-xorg-tree/#comment-7137</link>
		<dc:creator>z</dc:creator>
		<pubDate>Fri, 30 Mar 2007 00:53:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xbsd.org/2006/11/24/beryl-ports-hit-the-experimental-xorg-tree/#comment-7137</guid>
		<description>z</description>
		<content:encoded><![CDATA[<p>z</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GCU-Squad! &#187; zuizzzz, zuiiiiizzzzzz</title>
		<link>http://blog.xbsd.org/2006/11/24/beryl-ports-hit-the-experimental-xorg-tree/#comment-7051</link>
		<dc:creator>GCU-Squad! &#187; zuizzzz, zuiiiiizzzzzz</dc:creator>
		<pubDate>Tue, 27 Mar 2007 15:33:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xbsd.org/2006/11/24/beryl-ports-hit-the-experimental-xorg-tree/#comment-7051</guid>
		<description>[...] Mais c&#8217;était sans compter sur les doigts magiques du lutin flz, qui te propose cette news toute fraiche grace à laquelle, non, ton ami melenuxien ne sera plus le seul à vomir devant son écran qui [...]</description>
		<content:encoded><![CDATA[<p>[...] Mais c&#8217;&eacute;tait sans compter sur les doigts magiques du lutin flz, qui te propose cette news toute fraiche grace &agrave; laquelle, non, ton ami melenuxien ne sera plus le seul &agrave; vomir devant son &eacute;cran qui [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: qedqubit</title>
		<link>http://blog.xbsd.org/2006/11/24/beryl-ports-hit-the-experimental-xorg-tree/#comment-6986</link>
		<dc:creator>qedqubit</dc:creator>
		<pubDate>Sun, 25 Mar 2007 01:16:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xbsd.org/2006/11/24/beryl-ports-hit-the-experimental-xorg-tree/#comment-6986</guid>
		<description>thanx for the effort, someday i'll bee seeing double squares on my dual screen !!</description>
		<content:encoded><![CDATA[<p>thanx for the effort, someday i&#8217;ll bee seeing double squares on my dual screen !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: freeman</title>
		<link>http://blog.xbsd.org/2006/11/24/beryl-ports-hit-the-experimental-xorg-tree/#comment-6594</link>
		<dc:creator>freeman</dc:creator>
		<pubDate>Thu, 08 Mar 2007 20:29:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xbsd.org/2006/11/24/beryl-ports-hit-the-experimental-xorg-tree/#comment-6594</guid>
		<description>I'm trying to run Beryl on Freebsd 6.2 It doesn't work properly.  
I've got NVIDIA GeForce Go 7300 with 9746 driver version/  
When I run it in KDE, it even doesn't appear on the screen. And when I'm trying to run it in Gnome, Beryl slows awfully. I tried to run beryl from linux livecd on this machine and it worked very good without any problem. Another opengl applications works okay</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to run Beryl on Freebsd 6.2 It doesn&#8217;t work properly.<br />
I&#8217;ve got <span class="caps">NVIDIA </span>GeForce Go 7300 with 9746 driver version/<br />
When I run it in <span class="caps">KDE</span>, it even doesn&#8217;t appear on the screen. And when I&#8217;m trying to run it in Gnome, Beryl slows awfully. I tried to run beryl from linux livecd on this machine and it worked very good without any problem. Another opengl applications works okay</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ducks</title>
		<link>http://blog.xbsd.org/2006/11/24/beryl-ports-hit-the-experimental-xorg-tree/#comment-1809</link>
		<dc:creator>Ducks</dc:creator>
		<pubDate>Mon, 18 Dec 2006 23:29:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xbsd.org/2006/11/24/beryl-ports-hit-the-experimental-xorg-tree/#comment-1809</guid>
		<description>I got it working with the latest xorg (7.3 rc3) and beta nvidia drivers (9742) on a 7300GS

I had a problem with it being real slow, as in seconds per frame instead of frames per second. I had this problem with the latest stable nvidia drivers as well. I ended up patching beryl with a the following patch: http://nullkey.ath.cx/~stuff/misc/nvidia-always-paint-screen.patch
This patch is actually for a newer version of beryl so you need to modify the code yourself. It basically does a full screen redraw instead of partial. It will probably have a negative effect on slower cards but I must say it runs very smooth on a 7300GS

Thanks for all the effort</description>
		<content:encoded><![CDATA[<p>I got it working with the latest xorg (7.3 rc3) and beta nvidia drivers (9742) on a 7300GS</p>
<p>I had a problem with it being real slow, as in seconds per frame instead of frames per second. I had this problem with the latest stable nvidia drivers as well. I ended up patching beryl with a the following patch: <a href="http://nullkey.ath.cx/~stuff/misc/nvidia-always-paint-screen.patch" rel="nofollow">http://nullkey.ath.cx/~stuff/misc/nvidia-always-paint-screen.patch</a><br />
This patch is actually for a newer version of beryl so you need to modify the code yourself. It basically does a full screen redraw instead of partial. It will probably have a negative effect on slower cards but I must say it runs very smooth on a 7300GS</p>
<p>Thanks for all the effort</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: R_T_F_M</title>
		<link>http://blog.xbsd.org/2006/11/24/beryl-ports-hit-the-experimental-xorg-tree/#comment-1331</link>
		<dc:creator>R_T_F_M</dc:creator>
		<pubDate>Mon, 04 Dec 2006 12:11:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xbsd.org/2006/11/24/beryl-ports-hit-the-experimental-xorg-tree/#comment-1331</guid>
		<description>Great work !

I installed on my Opteron 165   GeForce 6600 with Nvidia driver
(http://www.nvidia.com/object/nzone_downloads_freebsd_display_x86_1.0-9742.html) and it works great with KDE.

Keep up the great work !</description>
		<content:encoded><![CDATA[<p>Great work !</p>
<p>I installed on my Opteron 165   GeForce 6600 with Nvidia driver<br />
(http://www.nvidia.com/object/nzone_downloads_freebsd_display_x86_1.0-9742.html) and it works great with <span class="caps">KDE</span>.</p>
<p>Keep up the great work !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florent Thoumie</title>
		<link>http://blog.xbsd.org/2006/11/24/beryl-ports-hit-the-experimental-xorg-tree/#comment-1330</link>
		<dc:creator>Florent Thoumie</dc:creator>
		<pubDate>Mon, 04 Dec 2006 09:05:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xbsd.org/2006/11/24/beryl-ports-hit-the-experimental-xorg-tree/#comment-1330</guid>
		<description>There should be no reason why it would be much slower. Double check your config. AFAIR, it just needs DRI working (check Xorg.0.log) and AIGLX/XAANoOffscreenPixmaps Options activated. Be sure to use 24 as color depth as well.</description>
		<content:encoded><![CDATA[<p>There should be no reason why it would be much slower. Double check your config. <span class="caps">AFAIR</span>, it just needs <span class="caps">DRI</span> working (check Xorg.0.log) and <span class="caps">AIGLX</span>/XAANoOffscreenPixmaps Options activated. Be sure to use 24 as color depth as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felix</title>
		<link>http://blog.xbsd.org/2006/11/24/beryl-ports-hit-the-experimental-xorg-tree/#comment-1328</link>
		<dc:creator>Felix</dc:creator>
		<pubDate>Mon, 04 Dec 2006 07:51:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xbsd.org/2006/11/24/beryl-ports-hit-the-experimental-xorg-tree/#comment-1328</guid>
		<description>Thanks a lot: it's working now ... although this is not very useful under freebsd yet, since beryl is VERY slow, compared to gentoo, for an example. Is that due to a mis-configuration ? to the *bsd architecture, or to still experimental Modular Xorg/Beryl ports ?

Anyway: thanks you again.</description>
		<content:encoded><![CDATA[<p>Thanks a lot: it&#8217;s working now &#8230; although this is not very useful under freebsd yet, since beryl is <span class="caps">VERY</span> slow, compared to gentoo, for an example. Is that due to a mis-configuration ? to the *bsd architecture, or to still experimental Modular Xorg/Beryl ports ?</p>
<p>Anyway: thanks you again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florent Thoumie</title>
		<link>http://blog.xbsd.org/2006/11/24/beryl-ports-hit-the-experimental-xorg-tree/#comment-1325</link>
		<dc:creator>Florent Thoumie</dc:creator>
		<pubDate>Sun, 03 Dec 2006 23:26:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xbsd.org/2006/11/24/beryl-ports-hit-the-experimental-xorg-tree/#comment-1325</guid>
		<description>Felix: Update your git repo and rebuild graphics/dri. Should be alright now.</description>
		<content:encoded><![CDATA[<p>Felix: Update your git repo and rebuild graphics/dri. Should be alright now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felix</title>
		<link>http://blog.xbsd.org/2006/11/24/beryl-ports-hit-the-experimental-xorg-tree/#comment-1322</link>
		<dc:creator>Felix</dc:creator>
		<pubDate>Sun, 03 Dec 2006 19:24:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xbsd.org/2006/11/24/beryl-ports-hit-the-experimental-xorg-tree/#comment-1322</guid>
		<description>(was sick for a few days...)
Still trying to run beryl on freebsd:
I Updated everything: as you said, the libX11 error seems to be fixed; but now I'm getting:

XGL Absent, checking for NVIDIA
Nvidia Absent, assuming AIGLX
/libexec/ld-elf.so.1: /usr/X11R6/lib/dri/i915_dri.so: Undefined symbol "posix_memalign"
xinit:  connection to X server lost.

I tried recompile and upgrade dri, but no changes.

Any further ideas ?

Thanks for your work, and for your help !

felix</description>
		<content:encoded><![CDATA[<p>(was sick for a few days&#8230;)<br />
Still trying to run beryl on freebsd:<br />
I Updated everything: as you said, the libX11 error seems to be fixed; but now I&#8217;m getting:</p>
<p><span class="caps">XGL </span>Absent, checking for <span class="caps">NVIDIA</span><br />
Nvidia Absent, assuming <span class="caps">AIGLX</span><br />
/libexec/ld-elf.so.1: /usr/X11R6/lib/dri/i915_dri.so: Undefined symbol &#8220;posix_memalign&#8221;<br />
xinit:  connection to X server lost.</p>
<p>I tried recompile and upgrade dri, but no changes.</p>
<p>Any further ideas ?</p>
<p>Thanks for your work, and for your help !</p>
<p>felix</p>
]]></content:encoded>
	</item>
</channel>
</rss>
