<?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: Happy new year</title>
	<atom:link href="http://blog.xbsd.org/2007/01/03/happy-new-year/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.xbsd.org/2007/01/03/happy-new-year</link>
	<description>Geek stuff follows</description>
	<lastBuildDate>Tue, 07 Dec 2010 16:30:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Florent Thoumie</title>
		<link>http://blog.xbsd.org/2007/01/03/happy-new-year/comment-page-1#comment-2434</link>
		<dc:creator>Florent Thoumie</dc:creator>
		<pubDate>Sat, 13 Jan 2007 12:39:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xbsd.org/2007/01/03/happy-new-year/#comment-2434</guid>
		<description>Haven&#039;t looked yet at this issue so thanks for pointing out the fix!</description>
		<content:encoded><![CDATA[<p>Haven&#8217;t looked yet at this issue so thanks for pointing out the fix!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: T. Middleton</title>
		<link>http://blog.xbsd.org/2007/01/03/happy-new-year/comment-page-1#comment-2331</link>
		<dc:creator>T. Middleton</dc:creator>
		<pubDate>Wed, 10 Jan 2007 19:48:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xbsd.org/2007/01/03/happy-new-year/#comment-2331</guid>
		<description>I discovered today java (1.5 native) was crashing when i tried to start up Druid III. Again, can&#039;t say whether this is directly xorg 7 related or not, as so many upgrades have taken place on this box. However, in trying to rebuild java I discovered it will not build with xorg 7 installed due to duplicate XmImGetXIC definitions. The situation and fix is described here:

http://forums.java.net/jive/thread.jspa?messageID=127367

After removing the code specified in the above post from the java source code, everything built fine and java is running again here.</description>
		<content:encoded><![CDATA[<p>I discovered today java (1.5 native) was crashing when i tried to start up Druid <span class="caps">III</span>. Again, can&#8217;t say whether this is directly xorg 7 related or not, as so many upgrades have taken place on this box. However, in trying to rebuild java I discovered it will not build with xorg 7 installed due to duplicate XmImGetXIC definitions. The situation and fix is described here:</p>
<p><a href="http://forums.java.net/jive/thread.jspa?messageID=127367" rel="nofollow">http://forums.java.net/jive/thread.jspa?messageID=127367</a></p>
<p>After removing the code specified in the above post from the java source code, everything built fine and java is running again here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florent Thoumie</title>
		<link>http://blog.xbsd.org/2007/01/03/happy-new-year/comment-page-1#comment-2268</link>
		<dc:creator>Florent Thoumie</dc:creator>
		<pubDate>Sun, 07 Jan 2007 22:54:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xbsd.org/2007/01/03/happy-new-year/#comment-2268</guid>
		<description>Well, ask on X.org mailing lists :-)

We&#039;ll probably be a bit behind the release date (like one week).</description>
		<content:encoded><![CDATA[<p>Well, ask on X.org mailing lists <img src='http://blog.xbsd.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>We&#8217;ll probably be a bit behind the release date (like one week).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Indigo23</title>
		<link>http://blog.xbsd.org/2007/01/03/happy-new-year/comment-page-1#comment-2265</link>
		<dc:creator>Indigo23</dc:creator>
		<pubDate>Sun, 07 Jan 2007 22:10:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xbsd.org/2007/01/03/happy-new-year/#comment-2265</guid>
		<description>Any idea when we should be expecting X.org 7.2 to be released?</description>
		<content:encoded><![CDATA[<p>Any idea when we should be expecting X.org 7.2 to be released?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florent Thoumie</title>
		<link>http://blog.xbsd.org/2007/01/03/happy-new-year/comment-page-1#comment-2245</link>
		<dc:creator>Florent Thoumie</dc:creator>
		<pubDate>Sat, 06 Jan 2007 14:55:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xbsd.org/2007/01/03/happy-new-year/#comment-2245</guid>
		<description>Too bad you didn&#039;t keep track of the failing bits :-(

Bit sad to say that but best documentation you can get to configure Xorg on FreeBSD is probably linux documentation (guess it&#039;s my fault, well no it&#039;s not). Have a look at http://gentoo-wiki.com/HOWTO_AIGLX for example. On FreeBSD, Xserver is compiled with AIGLX enabled by default, but default value in xorg.conf is set to false so you have to enable it explicitly.

Thanks for your report anyway. I don&#039;t have any radeon card so I can&#039;t really test.</description>
		<content:encoded><![CDATA[<p>Too bad you didn&#8217;t keep track of the failing bits <img src='http://blog.xbsd.org/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>Bit sad to say that but best documentation you can get to configure Xorg on FreeBSD is probably linux documentation (guess it&#8217;s my fault, well no it&#8217;s not). Have a look at <a href="http://gentoo-wiki.com/HOWTO_AIGLX" rel="nofollow">http://gentoo-wiki.com/HOWTO_AIGLX</a> for example. On FreeBSD, Xserver is compiled with <span class="caps">AIGLX</span> enabled by default, but default value in xorg.conf is set to false so you have to enable it explicitly.</p>
<p>Thanks for your report anyway. I don&#8217;t have any radeon card so I can&#8217;t really test.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: T. Middleton</title>
		<link>http://blog.xbsd.org/2007/01/03/happy-new-year/comment-page-1#comment-2243</link>
		<dc:creator>T. Middleton</dc:creator>
		<pubDate>Sat, 06 Jan 2007 14:46:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xbsd.org/2007/01/03/happy-new-year/#comment-2243</guid>
		<description>From the wiki instructions the portupgrade stuff didn&#039;t go very smoothly. I ended up having to just make &amp;&amp; make install manually most of it. Also libglut would not build at all, complaining of a missing file (i think a header file ... sorry i didn&#039;t keep a log of it); but it built find after installing the rest of the xorg stuff. No problems getting X running after it was all built. 

It&#039;s all working for me now except DRI. Unfortunately, again, I didn&#039;t keep a copy of my Xorg.0.log before upgrading to compare... it&#039;s possible DRI wasn&#039;t working before the upgrade. I don&#039;t use 3d stuff very often. It has been problematic in the past, though I&#039;m pretty sure it was working last time i ran stellarium some months ago (but i&#039;ve upgraded the kernel from 6.1 to 6.2 branch since then and other things that might be implicated). Xorg.0.log simply says: &quot;(WW) RADEON(0): Direct rendering disabled&quot; without any explanation as to why. I did try generating a new xorg.conf with &quot;X -configure&quot; and merging my old conf with it, just in case something had changed. 

Anyhow, that&#039;s my experience. It certainly would be awesome to get aiglx/beryl running on my FreeBSD desktop someday (as i&#039;ve become quite addicted to it on my Gentoo laptop). Thanks for your efforts!</description>
		<content:encoded><![CDATA[<p>From the wiki instructions the portupgrade stuff didn&#8217;t go very smoothly. I ended up having to just make &amp;&amp; make install manually most of it. Also libglut would not build at all, complaining of a missing file (i think a header file &#8230; sorry i didn&#8217;t keep a log of it); but it built find after installing the rest of the xorg stuff. No problems getting X running after it was all built.</p>
<p>It&#8217;s all working for me now except <span class="caps">DRI</span>. Unfortunately, again, I didn&#8217;t keep a copy of my Xorg.0.log before upgrading to compare&#8230; it&#8217;s possible <span class="caps">DRI</span> wasn&#8217;t working before the upgrade. I don&#8217;t use 3d stuff very often. It has been problematic in the past, though I&#8217;m pretty sure it was working last time i ran stellarium some months ago (but i&#8217;ve upgraded the kernel from 6.1 to 6.2 branch since then and other things that might be implicated). Xorg.0.log simply says: &#8220;(WW) <acronym title="0">RADEON</acronym>: Direct rendering disabled&#8221; without any explanation as to why. I did try generating a new xorg.conf with &#8220;X -configure&#8221; and merging my old conf with it, just in case something had changed.</p>
<p>Anyhow, that&#8217;s my experience. It certainly would be awesome to get aiglx/beryl running on my FreeBSD desktop someday (as i&#8217;ve become quite addicted to it on my Gentoo laptop). Thanks for your efforts!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florent Thoumie</title>
		<link>http://blog.xbsd.org/2007/01/03/happy-new-year/comment-page-1#comment-2241</link>
		<dc:creator>Florent Thoumie</dc:creator>
		<pubDate>Sat, 06 Jan 2007 14:02:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xbsd.org/2007/01/03/happy-new-year/#comment-2241</guid>
		<description>Sure, I&#039;m usually both on Freenode and EFNet. I&#039;d advise keeping the nVidia graphic card (even if you&#039;ll need to use a binary-only driver) if it&#039;s a recent one (like GeForce 6600 or newer). Older card might be a bit more problematic but I heard more ATI guys having issues than nVidia guys.

I&#039;d also recommend to build the box soon enough so I have some time for troubleshooting, should some new issues arise :-)

&lt;strong&gt;Edit:&lt;/strong&gt; A friend just said to me I should ask you for a pass and flight tickets :-)</description>
		<content:encoded><![CDATA[<p>Sure, I&#8217;m usually both on Freenode and EFNet. I&#8217;d advise keeping the nVidia graphic card (even if you&#8217;ll need to use a binary-only driver) if it&#8217;s a recent one (like GeForce 6600 or newer). Older card might be a bit more problematic but I heard more <span class="caps">ATI</span> guys having issues than nVidia guys.</p>
<p>I&#8217;d also recommend to build the box soon enough so I have some time for troubleshooting, should some new issues arise <img src='http://blog.xbsd.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><strong>Edit:</strong> A friend just said to me I should ask you for a pass and flight tickets <img src='http://blog.xbsd.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Olander</title>
		<link>http://blog.xbsd.org/2007/01/03/happy-new-year/comment-page-1#comment-2240</link>
		<dc:creator>Matt Olander</dc:creator>
		<pubDate>Sat, 06 Jan 2007 11:16:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xbsd.org/2007/01/03/happy-new-year/#comment-2240</guid>
		<description>Happy New Year! That is great! Dru and I are going try and get it going on a box at the FreeBSD booth for the SCALE show in LA next month. We might be bugging you about it soon :-D

I&#039;ve got a box with a GeForce. Should I switch to an ATI for simplicities sake?

-matt</description>
		<content:encoded><![CDATA[<p>Happy New Year! That is great! Dru and I are going try and get it going on a box at the FreeBSD booth for the <span class="caps">SCALE</span> show in LA next month. We might be bugging you about it soon <img src='http://blog.xbsd.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
<p>I&#8217;ve got a box with a GeForce. Should I switch to an <span class="caps">ATI</span> for simplicities sake?</p>
<p>-matt</p>
]]></content:encoded>
	</item>
</channel>
</rss>

