<?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 for The online home of Appleman1234 / Benjamin Southall</title>
	<atom:link href="http://applemansigloo.net/blog/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://applemansigloo.net/blog</link>
	<description></description>
	<lastBuildDate>Fri, 04 Feb 2011 09:19:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on man apple by Benjamin Southall</title>
		<link>http://applemansigloo.net/blog/man-apple/comment-page-1#comment-10685</link>
		<dc:creator>Benjamin Southall</dc:creator>
		<pubDate>Fri, 04 Feb 2011 09:19:16 +0000</pubDate>
		<guid isPermaLink="false">http://applemansigloo.net/blog/?page_id=94#comment-10685</guid>
		<description>Interactive mode is already initiated, extrapolating greet to greeting, parsing greeting gratitude. Hmm,  who greets people with gratitude ? Oh well, your welcome.

I found it out by parsing gdb logs which had breakpoints at X_Error and realising that other applications that were displaying similar behaviour were complaining about colour depth. 

Enjoy your Minecraft</description>
		<content:encoded><![CDATA[Google Chrome 9.0.597.84   Linux<p>
Interactive mode is already initiated, extrapolating greet to greeting, parsing greeting gratitude. Hmm,  who greets people with gratitude ? Oh well, your welcome.</p>
<p>I found it out by parsing gdb logs which had breakpoints at X_Error and realising that other applications that were displaying similar behaviour were complaining about colour depth. </p>
<p>Enjoy your Minecraft</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on man apple by ToxAtec</title>
		<link>http://applemansigloo.net/blog/man-apple/comment-page-1#comment-10682</link>
		<dc:creator>ToxAtec</dc:creator>
		<pubDate>Tue, 01 Feb 2011 00:43:04 +0000</pubDate>
		<guid isPermaLink="false">http://applemansigloo.net/blog/?page_id=94#comment-10682</guid>
		<description># Oh no, I accidentally used a non-existing command in
# the interactive mode! It was supposed to be &quot;greeting&quot;,
# not &quot;greet&quot;. Now I&#039;m preparing for unforeseen
# consequences ;)</description>
		<content:encoded><![CDATA[Mozilla Firefox 3.6.13   Gentoo Linux<p>
# Oh no, I accidentally used a non-existing command in<br />
# the interactive mode! It was supposed to be &#8220;greeting&#8221;,<br />
# not &#8220;greet&#8221;. Now I&#8217;m preparing for unforeseen<br />
# consequences <img src='http://applemansigloo.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on man apple by ToxAtec</title>
		<link>http://applemansigloo.net/blog/man-apple/comment-page-1#comment-10681</link>
		<dc:creator>ToxAtec</dc:creator>
		<pubDate>Mon, 31 Jan 2011 22:03:45 +0000</pubDate>
		<guid isPermaLink="false">http://applemansigloo.net/blog/?page_id=94#comment-10681</guid>
		<description>$ apple -I
greet gratitude

# Thanks a lot for this tiny hint. How did you find that out?
# I wonder why I set the depth to 16 in the first place...
# Anyway, minecraft works fine! The framerate is.. 
# suboptimal.., but that&#039;s what I expected :)</description>
		<content:encoded><![CDATA[Mozilla Firefox 3.6.13   Gentoo Linux<p>
$ apple -I<br />
greet gratitude</p>
<p># Thanks a lot for this tiny hint. How did you find that out?<br />
# I wonder why I set the depth to 16 in the first place&#8230;<br />
# Anyway, minecraft works fine! The framerate is..<br />
# suboptimal.., but that&#8217;s what I expected <img src='http://applemansigloo.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on man apple by Benjamin Southall</title>
		<link>http://applemansigloo.net/blog/man-apple/comment-page-1#comment-10677</link>
		<dc:creator>Benjamin Southall</dc:creator>
		<pubDate>Fri, 28 Jan 2011 19:51:09 +0000</pubDate>
		<guid isPermaLink="false">http://applemansigloo.net/blog/?page_id=94#comment-10677</guid>
		<description>Hi,
Interactive mode running, interface layers initialized.

Parsing helpme as help minecraft.

Yes I did solve this at least for myself, this and various X application errors were solved by changing colour depth from 16 bit to 24 bit. 

Eg adding 
SubSection &quot;Display&quot;
Depth     24
EndSubSection

Inside the Screen section of xorg.conf and then changing the  DefaultDepth to 24.

Best of luck getting Minecraft running.</description>
		<content:encoded><![CDATA[Google Chrome 9.0.597.67   Linux<p>
Hi,<br />
Interactive mode running, interface layers initialized.</p>
<p>Parsing helpme as help minecraft.</p>
<p>Yes I did solve this at least for myself, this and various X application errors were solved by changing colour depth from 16 bit to 24 bit. </p>
<p>Eg adding<br />
SubSection &#8220;Display&#8221;<br />
Depth     24<br />
EndSubSection</p>
<p>Inside the Screen section of xorg.conf and then changing the  DefaultDepth to 24.</p>
<p>Best of luck getting Minecraft running.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on man apple by ToxAtec</title>
		<link>http://applemansigloo.net/blog/man-apple/comment-page-1#comment-10676</link>
		<dc:creator>ToxAtec</dc:creator>
		<pubDate>Fri, 28 Jan 2011 18:03:39 +0000</pubDate>
		<guid isPermaLink="false">http://applemansigloo.net/blog/?page_id=94#comment-10676</guid>
		<description># Hi.
# I didn&#039;t find any email address, so I&#039;m leaving a 
# comment here :P
$ apple -I
helpme &quot;org.lwjgl.LWJGLException: Could not get VisualInfo &gt; from GLX 1.3 Config&quot;

# Maybe you remember that error. I&#039;m also using 
# gentoo linux (amd64), as well as an intel GPU. It&#039;s a 
# G965 though..
#
# Did you solve this? It&#039;s a bit annoying, I also tried
# using software rendering (swrastg/LLVMpipe), didn&#039;t
# help.
#
# I found you &lt;a href=&quot;http://minecraftlogs.net/log/2010-11-19&quot; rel=&quot;nofollow&quot;&gt;this way.&lt;/a&gt; :)</description>
		<content:encoded><![CDATA[Mozilla Firefox 3.6.13   Gentoo Linux<p>
# Hi.<br />
# I didn&#8217;t find any email address, so I&#8217;m leaving a<br />
# comment here <img src='http://applemansigloo.net/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /><br />
$ apple -I<br />
helpme &#8220;org.lwjgl.LWJGLException: Could not get VisualInfo &gt; from GLX 1.3 Config&#8221;</p>
<p># Maybe you remember that error. I&#8217;m also using<br />
# gentoo linux (amd64), as well as an intel GPU. It&#8217;s a<br />
# G965 though..<br />
#<br />
# Did you solve this? It&#8217;s a bit annoying, I also tried<br />
# using software rendering (swrastg/LLVMpipe), didn&#8217;t<br />
# help.<br />
#<br />
# I found you <a href="http://minecraftlogs.net/log/2010-11-19" rel="nofollow">this way.</a> <img src='http://applemansigloo.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on *sigh*, in one door out the next, misrepresentation blues by chrystle</title>
		<link>http://applemansigloo.net/blog/2007/08/03/sigh-in-one-door-out-the-next-misrepresentation-blues/comment-page-1#comment-8654</link>
		<dc:creator>chrystle</dc:creator>
		<pubDate>Sat, 11 Aug 2007 11:13:32 +0000</pubDate>
		<guid isPermaLink="false">http://applemansigloo.net/blog/2007/08/03/sigh-in-one-door-out-the-next-misrepresentation-blues/#comment-8654</guid>
		<description>Answer to question: Nobody can take my identity, they canonly lie about their own. If someone didn&#039;t believe I was wo I said I was, I would ry to figure out a way to prove it. Either that or shrug and wlak away slightly frutstrated.</description>
		<content:encoded><![CDATA[Internet Explorer 7.0   Windows XP<p>
Answer to question: Nobody can take my identity, they canonly lie about their own. If someone didn&#8217;t believe I was wo I said I was, I would ry to figure out a way to prove it. Either that or shrug and wlak away slightly frutstrated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on *sigh*, in one door out the next, misrepresentation blues by Benjamin Southall</title>
		<link>http://applemansigloo.net/blog/2007/08/03/sigh-in-one-door-out-the-next-misrepresentation-blues/comment-page-1#comment-8634</link>
		<dc:creator>Benjamin Southall</dc:creator>
		<pubDate>Wed, 08 Aug 2007 10:41:36 +0000</pubDate>
		<guid isPermaLink="false">http://applemansigloo.net/blog/2007/08/03/sigh-in-one-door-out-the-next-misrepresentation-blues/#comment-8634</guid>
		<description>18+ seems to be legislated legal in QLD only and is probably accepted in NSW, but I saw no legislated evidence of its support outside QLD. I would get a driver&#039;s license, except I am no really interested in driving as public transport and walking suit my needs fine.

Keypass on the other hand is the Vic (Victoria) Standard and they have made more effort to have it legally accepted (as per legislation in other states) as a national or supposedly national form of ID, alternative to a driver&#039;s license.

The Australian Federal Government gave a go ahead for a national ID card, to start accepting registrations in 2008, and for that project to be finished in 2010.

Thanks for your advice :)</description>
		<content:encoded><![CDATA[Mozilla Firefox 2.0.0.6   Linux<p>
18+ seems to be legislated legal in QLD only and is probably accepted in NSW, but I saw no legislated evidence of its support outside QLD. I would get a driver&#8217;s license, except I am no really interested in driving as public transport and walking suit my needs fine.</p>
<p>Keypass on the other hand is the Vic (Victoria) Standard and they have made more effort to have it legally accepted (as per legislation in other states) as a national or supposedly national form of ID, alternative to a driver&#8217;s license.</p>
<p>The Australian Federal Government gave a go ahead for a national ID card, to start accepting registrations in 2008, and for that project to be finished in 2010.</p>
<p>Thanks for your advice <img src='http://applemansigloo.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on *sigh*, in one door out the next, misrepresentation blues by Mick Val</title>
		<link>http://applemansigloo.net/blog/2007/08/03/sigh-in-one-door-out-the-next-misrepresentation-blues/comment-page-1#comment-8632</link>
		<dc:creator>Mick Val</dc:creator>
		<pubDate>Wed, 08 Aug 2007 06:11:41 +0000</pubDate>
		<guid isPermaLink="false">http://applemansigloo.net/blog/2007/08/03/sigh-in-one-door-out-the-next-misrepresentation-blues/#comment-8632</guid>
		<description>Australia doesn&#039;t have a national ID? I found that somewhat surprising, being that here in the united states you can flash a driver&#039;s license and have it accepted for nearly all things (I&#039;ll wager it&#039;s conceivable for some private organizations somewhere to want one to have a special card or something). I had previously assumed (uniformed assumptions - what a good little american I have been trained to be) that as just standard for any modern country; I suppose though we&#039;re something approaching a police state - though they try and hide it. Whats the difference between Keypass and 18+ ? if they both get mostly the same job done for you, I&#039;d say go with the cheaper.</description>
		<content:encoded><![CDATA[Mozilla Firefox 2.0.0.6   Windows XP<p>
Australia doesn&#8217;t have a national ID? I found that somewhat surprising, being that here in the united states you can flash a driver&#8217;s license and have it accepted for nearly all things (I&#8217;ll wager it&#8217;s conceivable for some private organizations somewhere to want one to have a special card or something). I had previously assumed (uniformed assumptions &#8211; what a good little american I have been trained to be) that as just standard for any modern country; I suppose though we&#8217;re something approaching a police state &#8211; though they try and hide it. Whats the difference between Keypass and 18+ ? if they both get mostly the same job done for you, I&#8217;d say go with the cheaper.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Vistors, Round Cleared, Logicisms , Discussions and Regression. by sjwt</title>
		<link>http://applemansigloo.net/blog/2007/07/11/vistors-round-cleared-logicisms-discussions-and-regression/comment-page-1#comment-8528</link>
		<dc:creator>sjwt</dc:creator>
		<pubDate>Thu, 19 Jul 2007 12:43:40 +0000</pubDate>
		<guid isPermaLink="false">http://applemansigloo.net/blog/2007/07/11/vistors-round-cleared-logicisms-discussions-and-regression/#comment-8528</guid>
		<description>Hope you enjoyed the chain mail makeing lession, next year we hope to have kits for sale and proper layed out fixed steps for everyone to follow.. As ive found out, you are not a good teacher unless you your self learn something.</description>
		<content:encoded><![CDATA[Internet Explorer 6.0   Windows XP<p>
Hope you enjoyed the chain mail makeing lession, next year we hope to have kits for sale and proper layed out fixed steps for everyone to follow.. As ive found out, you are not a good teacher unless you your self learn something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Burung api, reunions and cinematics, Ozy and Millie, and Birthday&#8217;s galore by Chrystle</title>
		<link>http://applemansigloo.net/blog/2007/07/16/burung-api-reunions-and-cinematics-ozy-and-millie-and-birthdays-galore/comment-page-1#comment-8523</link>
		<dc:creator>Chrystle</dc:creator>
		<pubDate>Thu, 19 Jul 2007 02:49:27 +0000</pubDate>
		<guid isPermaLink="false">http://applemansigloo.net/blog/2007/07/16/burung-api-reunions-and-cinematics-ozy-and-millie-and-birthdays-galore/#comment-8523</guid>
		<description>Shoot, I forgot to add that I am glad you had a great time.</description>
		<content:encoded><![CDATA[Internet Explorer 7.0   Windows XP<p>
Shoot, I forgot to add that I am glad you had a great time.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

