<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>/home/ap0calypse</title>
	<atom:link href="http://ap0calypse.agitatio.org/feed" rel="self" type="application/rss+xml" />
	<link>http://ap0calypse.agitatio.org</link>
	<description>yet another blog ...</description>
	<lastBuildDate>Mon, 28 Sep 2009 11:06:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>some information about the eee-PC on current kernel</title>
		<link>http://ap0calypse.agitatio.org/articles/some-information</link>
		<comments>http://ap0calypse.agitatio.org/articles/some-information#comments</comments>
		<pubDate>Mon, 28 Sep 2009 11:05:39 +0000</pubDate>
		<dc:creator>ap0calypse</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://ap0calypse.agitatio.org/?p=262</guid>
		<description><![CDATA[hi,
just wanted to give you a small update about how things are going with the current kernel (2.6.31.1 so far) on the 901 model from Asus.
Graphics:
The intel chipset ( Intel Corporation Mobile 945GME Express Integrated Graphics Controller ) works very well and even KMS works like expected. There were some minor issues that required to [...]]]></description>
			<content:encoded><![CDATA[<p>hi,</p>
<p>just wanted to give you a small update about how things are going with the current kernel (2.6.31.1 so far) on the 901 model from Asus.</p>
<p><strong>Graphics:</strong><br />
The intel chipset ( Intel Corporation Mobile 945GME Express Integrated Graphics Controller ) works very well and even KMS works like expected. There <a href="http://ap0calypse.agitatio.org/articles/kms-on-the-eee-done-right">were some minor issues</a> that required to build a initial ramdisk in the past, but now that&#8217;s not necessary anymore. I don&#8217;t know if that&#8217;s because of a bugfix or just some lucky configuration of my kernel. <img src='http://ap0calypse.agitatio.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  </p>
<p><strong>Wireless:</strong><br />
WiFi <a href="http://ap0calypse.agitatio.org/articles/ralink-2860-the-eeepc-and-2629">works with the rt2860 module</a> from /staging.</p>
<p><strong>Bluetooth:</strong><br />
I managed to use my cell phone as a modem device. It wasn&#8217;t very difficult. I&#8217;ll write a small article soon how to get this done. wvdial and rfcomm do the dirty work anyway &#8230;</p>
<p>I also bought a very nice little IBM thinkpad some days ago which I am currently tweaking to fit my needs. Screenshots will follow. Here is one from my eeePC:<br />
<a href="http://ap0calypse.agitatio.org/wp-content/uploads/2009/09/screen-2009-09-28.png"><img src="http://ap0calypse.agitatio.org/wp-content/uploads/2009/09/screen-2009-09-28-300x175.png" alt="" title="screen-2009-09-28" width="300" height="175" class="alignnone size-medium wp-image-263" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://ap0calypse.agitatio.org/articles/some-information/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KMS on the eeePC done right ;)</title>
		<link>http://ap0calypse.agitatio.org/articles/kms-on-the-eee-done-right</link>
		<comments>http://ap0calypse.agitatio.org/articles/kms-on-the-eee-done-right#comments</comments>
		<pubDate>Fri, 18 Sep 2009 06:58:42 +0000</pubDate>
		<dc:creator>ap0calypse</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://ap0calypse.agitatio.org/?p=257</guid>
		<description><![CDATA[Ok guys, I figured out how to fix the issue I wrote earlier about. Sometimes KMS didn&#8217;t work on boot-up and I didn&#8217;t know why. After some research I found the reason. The intel-agp module has to be loaded before the intel driver gets loaded. Sometimes (I don&#8217;t even know why) the driver got loaded [...]]]></description>
			<content:encoded><![CDATA[<p>Ok guys, I figured out how to fix the issue I <a href="http://ap0calypse.agitatio.org/articles/activating-kernel-based-mode-setting-on-my-eee">wrote earlier about</a>. Sometimes KMS didn&#8217;t work on boot-up and I didn&#8217;t know why. After some research I found the reason. The intel-agp module has to be loaded before the intel driver gets loaded. Sometimes (I don&#8217;t even know why) the driver got loaded earlier than the intel-agp and KMS failed. My simple fix is to create an initial ramdisk which loads intel-agp. So far it works quite well &#8230; The error didn&#8217;t appear again.</p>
<p>Here are the steps for 2.6.31:</p>

<div class="wp_syntax"><div class="code"><pre class="bash"><span style="color: #808080; font-style: italic;"># create initrd</span>
mkinitrd -c -k <span style="color: #000000;">2.6</span><span style="color: #000000;">.31</span> -m intel-agp
OK: <span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>modules<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">2.6</span><span style="color: #000000;">.31</span><span style="color: #000000; font-weight: bold;">/</span>kernel<span style="color: #000000; font-weight: bold;">/</span>drivers<span style="color: #000000; font-weight: bold;">/</span>char<span style="color: #000000; font-weight: bold;">/</span>agp<span style="color: #000000; font-weight: bold;">/</span>agpgart.ko added.
OK: <span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>modules<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">2.6</span><span style="color: #000000;">.31</span><span style="color: #000000; font-weight: bold;">/</span>kernel<span style="color: #000000; font-weight: bold;">/</span>drivers<span style="color: #000000; font-weight: bold;">/</span>char<span style="color: #000000; font-weight: bold;">/</span>agp<span style="color: #000000; font-weight: bold;">/</span>intel-agp.ko added.
<span style="color: #000000;">3224</span> blocks
<span style="color: #808080; font-style: italic;"># this now created a file named initrd.gz under /boot</span></pre></div></div>

<p>Next, you have to include this line to you lilo.conf, under your &#8220;<em>root = blabla</em>&#8221; line:<br />
<code>initrd = /boot/initrd.gz</code></p>
<p>and run <strong>lilo</strong> to update. You have to comment out the &#8220;<em>vga = xxx</em>&#8221; line too by the way.</p>
<p>I hope this helps some of you. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://ap0calypse.agitatio.org/articles/kms-on-the-eee-done-right/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>activating kernel-based mode setting on my eee :)</title>
		<link>http://ap0calypse.agitatio.org/articles/activating-kernel-based-mode-setting-on-my-eee</link>
		<comments>http://ap0calypse.agitatio.org/articles/activating-kernel-based-mode-setting-on-my-eee#comments</comments>
		<pubDate>Thu, 10 Sep 2009 12:17:22 +0000</pubDate>
		<dc:creator>ap0calypse</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://ap0calypse.agitatio.org/?p=255</guid>
		<description><![CDATA[today I tried out KMS for the intel-chipset on my eee 901. It results in reduced flickering when starting X and a much higher resolution when booting up. So far, I&#8217;m glad it works now. The only thing that sucks is, that there is something wrong with KMS when I reboot via 3-finger-salute. It works [...]]]></description>
			<content:encoded><![CDATA[<p>today I tried out KMS for the intel-chipset on my eee 901. It results in reduced flickering when starting X and a much higher resolution when booting up. So far, I&#8217;m glad it works now. The only thing that sucks is, that there is something wrong with KMS when I reboot via <a href="http://en.wikipedia.org/wiki/Three-finger_salute_%28computing%29">3-finger-salute</a>. It works perfectly when I type in &#8220;reboot&#8221;, but it does not come up in KMS again if I reboot via [Ctrl] + [Alt] + [Del] &#8230; strange.</p>
<p><strong>Config for kernel 2.6.31:</strong></p>

<div class="wp_syntax"><div class="code"><pre class="bash">Device Drivers ---<span style="color: #000000; font-weight: bold;">&gt;</span>
    Graphics Support ---<span style="color: #000000; font-weight: bold;">&gt;</span>
        Direct Rendering Manager <span style="color: #7a0874; font-weight: bold;">&#40;</span>XFree86 <span style="color: #000000;">4.1</span><span style="color: #000000;">.0</span> and higher DRI support<span style="color: #7a0874; font-weight: bold;">&#41;</span> ---<span style="color: #000000; font-weight: bold;">&gt;</span>
            <span style="color: #000000; font-weight: bold;">&lt;*&gt;</span> Intel 830M, 845G, 852GM, 855GM, 856G
            <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #000000; font-weight: bold;">*</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>    Enable modesetting on intel by default</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://ap0calypse.agitatio.org/articles/activating-kernel-based-mode-setting-on-my-eee/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>endorsing calcurse :)</title>
		<link>http://ap0calypse.agitatio.org/articles/endorsing-calcurse</link>
		<comments>http://ap0calypse.agitatio.org/articles/endorsing-calcurse#comments</comments>
		<pubDate>Wed, 02 Sep 2009 09:42:14 +0000</pubDate>
		<dc:creator>ap0calypse</dc:creator>
				<category><![CDATA[amusing]]></category>
		<category><![CDATA[artistic]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://ap0calypse.agitatio.org/?p=249</guid>
		<description><![CDATA[Today I found a very nice ncurses-based calendar tool named calcurse. At first it is a bit hard to get used to it, but once you figured out how it works, you&#8217;ll love it.
Friends of console applications will love it anyway  . I have always been searching for a reasonable console tool for this [...]]]></description>
			<content:encoded><![CDATA[<p>Today I found a very nice ncurses-based calendar tool named calcurse. At first it is a bit hard to get used to it, but once you figured out how it works, you&#8217;ll love it.<br />
Friends of console applications will love it anyway <img src='http://ap0calypse.agitatio.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> . I have always been searching for a reasonable console tool for this task. Now I found one <img src='http://ap0calypse.agitatio.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Here is the link to the website:<br />
<a href="http://culot.org/calcurse/">calcurse</a></p>
<p>I&#8217;m using it as my primary calendar application to get an overview of my daily tasks and events.</p>
<p>Here a screenshot of me entering my university lessons <img src='http://ap0calypse.agitatio.org/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> :<br />
<div id="attachment_251" class="wp-caption alignnone" style="width: 310px"><a href="http://ap0calypse.agitatio.org/wp-content/uploads/2009/09/calcurse.png"><img src="http://ap0calypse.agitatio.org/wp-content/uploads/2009/09/calcurse-300x166.png" alt="entering stuff in calcurse" title="calcurse" width="300" height="166" class="size-medium wp-image-251" /></a><p class="wp-caption-text">entering stuff in calcurse</p></div></p>
]]></content:encoded>
			<wfw:commentRss>http://ap0calypse.agitatio.org/articles/endorsing-calcurse/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>playing with github &#8211; everyone is invited!</title>
		<link>http://ap0calypse.agitatio.org/articles/playing-with-github-everyone-is-invited</link>
		<comments>http://ap0calypse.agitatio.org/articles/playing-with-github-everyone-is-invited#comments</comments>
		<pubDate>Thu, 27 Aug 2009 11:28:25 +0000</pubDate>
		<dc:creator>ap0calypse</dc:creator>
				<category><![CDATA[biology]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://ap0calypse.agitatio.org/?p=246</guid>
		<description><![CDATA[#### UPDATE #####
To have a look at the project:
click me
###############
hi guys,
I decided to register an account on github to share some of my coding projects with the world. By now I only uploaded huntersim so far but some others will follow soon. If you want to help me by commenting or patching it, feel free [...]]]></description>
			<content:encoded><![CDATA[<p>#### UPDATE #####<br />
To have a look at the project:<br />
<a href="http://github.com/ap0calypse/huntersim/tree/master">click me</a><br />
###############</p>
<p>hi guys,</p>
<p>I decided to register an account on github to share some of my coding projects with the world. By now I only uploaded huntersim so far but some others will follow soon. If you want to help me by commenting or patching it, feel free to do so. Get an account at <a href="http://github.com">github.com</a> and tell me you account name by mail. I could then add you to the collaborators and you can submit your changes directly. If you just want to take a look or run the program you can of course just clone the repository without registration. </p>
<p>The public clone URL is: git://github.com/ap0calypse/huntersim.git</p>
<p>You can clone the repository with the following command:</p>
<p><code>git clone git://github.com/ap0calypse/huntersim.git</code></p>
<p>So, if you want to contribute to the project (or fork it, whatever) tell me your username and I add you to the collaborators. You should have some git knowledge. But don&#8217;t be scared. You can&#8217;t destroy anything <img src='http://ap0calypse.agitatio.org/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://ap0calypse.agitatio.org/articles/playing-with-github-everyone-is-invited/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>one step forward</title>
		<link>http://ap0calypse.agitatio.org/articles/one-step-forward</link>
		<comments>http://ap0calypse.agitatio.org/articles/one-step-forward#comments</comments>
		<pubDate>Mon, 24 Aug 2009 09:50:42 +0000</pubDate>
		<dc:creator>ap0calypse</dc:creator>
				<category><![CDATA[amusing]]></category>
		<category><![CDATA[biology]]></category>
		<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://ap0calypse.agitatio.org/?p=244</guid>
		<description><![CDATA[hi guys,
in near future you&#8217;ll see more articles because I decided to quit my current job and start to study biology  .
I&#8217;m going to do my job until 23th of September.
]]></description>
			<content:encoded><![CDATA[<p>hi guys,</p>
<p>in near future you&#8217;ll see more articles because I decided to quit my current job and start to study biology <img src='http://ap0calypse.agitatio.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</p>
<p>I&#8217;m going to do my job until 23th of September.</p>
]]></content:encoded>
			<wfw:commentRss>http://ap0calypse.agitatio.org/articles/one-step-forward/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hooray! They found a way!</title>
		<link>http://ap0calypse.agitatio.org/articles/hooray-they-found-a-way</link>
		<comments>http://ap0calypse.agitatio.org/articles/hooray-they-found-a-way#comments</comments>
		<pubDate>Thu, 16 Jul 2009 09:08:43 +0000</pubDate>
		<dc:creator>ap0calypse</dc:creator>
				<category><![CDATA[biology]]></category>
		<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://ap0calypse.agitatio.org/?p=238</guid>
		<description><![CDATA[As I wrote earlier, the &#8220;Wiener Linien&#8221; didn&#8217;t want to place the sujets from the atheist bus campaign on their busses, but the campaign found another way:
LINK
I&#8217;m glad they found a way!
]]></description>
			<content:encoded><![CDATA[<p>As I wrote <a href="http://ap0calypse.agitatio.org/articles/atheist-bus-campaign-stopped-in-vienna">earlier</a>, the &#8220;Wiener Linien&#8221; didn&#8217;t want to place the sujets from the atheist bus campaign on their busses, but the campaign found another way:</p>
<p><a href="http://derstandard.at/fs/1246542182998/Atheisten-Kampagne-Ab-16-Juli-heisst-es-Es-gibt-keinen-Gott">LINK</a></p>
<p>I&#8217;m glad they found a way!</p>
]]></content:encoded>
			<wfw:commentRss>http://ap0calypse.agitatio.org/articles/hooray-they-found-a-way/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Incompetence update: Austrian justice</title>
		<link>http://ap0calypse.agitatio.org/articles/incompetence-update-austrian-justice</link>
		<comments>http://ap0calypse.agitatio.org/articles/incompetence-update-austrian-justice#comments</comments>
		<pubDate>Thu, 16 Jul 2009 08:56:51 +0000</pubDate>
		<dc:creator>ap0calypse</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://ap0calypse.agitatio.org/?p=236</guid>
		<description><![CDATA[Without any further comments:
Österreichs Verfassungsgerichtshof prüft Sicherheitspolizeigesetz nicht
]]></description>
			<content:encoded><![CDATA[<p>Without any further comments:</p>
<p><a href="http://www.heise.de/newsticker/Oesterreichs-Verfassungsgerichtshof-prueft-Sicherheitspolizeigesetz-nicht--/meldung/142050">Österreichs Verfassungsgerichtshof prüft Sicherheitspolizeigesetz nicht</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ap0calypse.agitatio.org/articles/incompetence-update-austrian-justice/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make MySQL listen to the world on Slackware 12.2</title>
		<link>http://ap0calypse.agitatio.org/articles/how-to-make-mysql-listen-to-the-world-on-slackware-122</link>
		<comments>http://ap0calypse.agitatio.org/articles/how-to-make-mysql-listen-to-the-world-on-slackware-122#comments</comments>
		<pubDate>Tue, 07 Jul 2009 11:10:40 +0000</pubDate>
		<dc:creator>ap0calypse</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://ap0calypse.agitatio.org/?p=234</guid>
		<description><![CDATA[Hi guys (and girls? &#8230; don&#8217;t know),
I recently found out how to make your MySQL-Service listen to the entire world instead of working explicitly with the socket-connection. 
At first I took a look into the configuration-file, which is /etc/my.cnf in my case and found out, that it should already work. But it didn&#8217;t. After some [...]]]></description>
			<content:encoded><![CDATA[<p>Hi guys (and girls? &#8230; don&#8217;t know),</p>
<p>I recently found out how to make your MySQL-Service listen to the entire world instead of working explicitly with the socket-connection. </p>
<p>At first I took a look into the configuration-file, which is <strong>/etc/my.cnf</strong> in my case and found out, that it should already work. But it didn&#8217;t. After some searching I found out that the start script <strong>/etc/rc.d/rc.mysqld</strong> contained the following line:</p>

<div class="wp_syntax"><div class="code"><pre class="bash"><span style="color: #007800;">SKIP=</span><span style="color: #ff0000;">&quot;--skip-networking&quot;</span></pre></div></div>

<p>After commenting out that line and restarting the daemon everything worked as expected and the daemon listens at port 3306. I hope that the next guy trying to configure MySQL doesn&#8217;t have to search for a solution anymore now. </p>
]]></content:encoded>
			<wfw:commentRss>http://ap0calypse.agitatio.org/articles/how-to-make-mysql-listen-to-the-world-on-slackware-122/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>huntersim 0.1 &#8211; my first simulation</title>
		<link>http://ap0calypse.agitatio.org/articles/huntersim-01-my-first-simulation</link>
		<comments>http://ap0calypse.agitatio.org/articles/huntersim-01-my-first-simulation#comments</comments>
		<pubDate>Wed, 24 Jun 2009 11:08:35 +0000</pubDate>
		<dc:creator>ap0calypse</dc:creator>
				<category><![CDATA[amusing]]></category>
		<category><![CDATA[artistic]]></category>
		<category><![CDATA[biology]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://ap0calypse.agitatio.org/?p=229</guid>
		<description><![CDATA[hi guys,
some days ago I decided to write a little simulation in Perl. Well, &#8230; here is the result (huntersim-0.1). The package contains a README where everything should be explained.
Have FUN!
UPDATE:
Because people want to see pics:



]]></description>
			<content:encoded><![CDATA[<p>hi guys,</p>
<p>some days ago I decided to write a little simulation in Perl. Well, &#8230; here is the result (<a href="http://ap0calypse.agitatio.org/wp-content/uploads/2009/06/huntersim-01tar.gz">huntersim-0.1</a>). The package contains a README where everything should be explained.</p>
<p>Have FUN!</p>
<p>UPDATE:</p>
<p>Because people want to see pics:</p>
<p><a href="http://ap0calypse.agitatio.org/wp-content/uploads/2009/06/screen-huntersim.png"><img class="alignnone size-medium wp-image-232" title="screen-huntersim" src="http://ap0calypse.agitatio.org/wp-content/uploads/2009/06/screen-huntersim-300x164.png" alt="" width="300" height="164" /></a></p>
<p><a href="http://ap0calypse.agitatio.org/wp-content/uploads/2009/06/huntersim-01tar.gz"><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ap0calypse.agitatio.org/articles/huntersim-01-my-first-simulation/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
