<?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: Been busy</title>
	<atom:link href="http://www.kryogenix.org/days/2005/04/24/been/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kryogenix.org/days/2005/04/24/been</link>
	<description>scratched tallies on the prison wall</description>
	<pubDate>Wed, 07 Jan 2009 19:09:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jared</title>
		<link>http://www.kryogenix.org/days/2005/04/24/been/comment-page-1#comment-50220</link>
		<dc:creator>Jared</dc:creator>
		<pubDate>Tue, 16 Jan 2007 05:13:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2005/04/24/been/#comment-50220</guid>
		<description>"python-qt. To be the only app, you have to get launched instead of Opie. This requires python-quicklauncher to work, and it just doesn’t work at all."

What you can do, is during the boot sequence, there is a point when it says "launching Opie in 3 seconds..." if you press a key at that time, it doesnt lauch opie, instead leaving you with the terminal. From there, navigate to your python "media player" and run. :)</description>
		<content:encoded><![CDATA[<p>&#8220;python-qt. To be the only app, you have to get launched instead of Opie. This requires python-quicklauncher to work, and it just doesn’t work at all.&#8221;</p>
<p>What you can do, is during the boot sequence, there is a point when it says &#8220;launching Opie in 3 seconds&#8230;&#8221; if you press a key at that time, it doesnt lauch opie, instead leaving you with the terminal. From there, navigate to your python &#8220;media player&#8221; and run. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill</title>
		<link>http://www.kryogenix.org/days/2005/04/24/been/comment-page-1#comment-374</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2005/04/24/been/#comment-374</guid>
		<description>&lt;p&gt;Does OZ have a frame buffer?  If so, you might be able to write directly to that instead of a &lt;span class="caps"&gt;GUI&lt;/span&gt;?  Mplayer for example can write directly to the FB given the right xvidix(?) drivers.  Perhaps a vanilla &lt;span class="caps"&gt;VESA FB&lt;/span&gt; would work?  Saves having to write something in python.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Does OZ have a frame buffer?  If so, you might be able to write directly to that instead of a <span class="caps">GUI</span>?  Mplayer for example can write directly to the FB given the right xvidix(?) drivers.  Perhaps a vanilla <span class="caps">VESA FB</span> would work?  Saves having to write something in python.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sil</title>
		<link>http://www.kryogenix.org/days/2005/04/24/been/comment-page-1#comment-375</link>
		<dc:creator>sil</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2005/04/24/been/#comment-375</guid>
		<description>&lt;p&gt;It does, and the X server renders to the framebuffer. I can&#8217;t write &lt;strong&gt;directly&lt;/strong&gt; to the &lt;span class="caps"&gt;FB &lt;/span&gt;&#8212;I&#8217;d have to use a graphics library like pygame, which is the Python &lt;span class="caps"&gt;SDL&lt;/span&gt; bindings, and they don&#8217;t do rendering to the &lt;span class="caps"&gt;FB &lt;/span&gt;(they did, at one point, but the patch has bit-rotted to the point that it doesn&#8217;t work) :(&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>It does, and the X server renders to the framebuffer. I can&#8217;t write <strong>directly</strong> to the <span class="caps">FB </span>&#8212;I&#8217;d have to use a graphics library like pygame, which is the Python <span class="caps">SDL</span> bindings, and they don&#8217;t do rendering to the <span class="caps">FB </span>(they did, at one point, but the patch has bit-rotted to the point that it doesn&#8217;t work) :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sparkes</title>
		<link>http://www.kryogenix.org/days/2005/04/24/been/comment-page-1#comment-376</link>
		<dc:creator>sparkes</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2005/04/24/been/#comment-376</guid>
		<description>&lt;p&gt;If I had a zaurus I would help you with patching pygame since it provides a nice way to write fb apps in python and looks well suited.&lt;/p&gt;

	&lt;p&gt;It shouldn&#8217;t be too hard for someone who has using sdl/c and pygame I&#8217;ve played with both but don&#8217;t have the hardware to play with.&lt;/p&gt;

	&lt;p&gt;It sounds like a cool idea, in fact just having a few games available as well as a photo album, and media player in such a small package sounds cool, being able to hack the interface yourself makes it &lt;strong&gt;really&lt;/strong&gt; cool ;-)&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>If I had a zaurus I would help you with patching pygame since it provides a nice way to write fb apps in python and looks well suited.</p>
<p>It shouldn&#8217;t be too hard for someone who has using sdl/c and pygame I&#8217;ve played with both but don&#8217;t have the hardware to play with.</p>
<p>It sounds like a cool idea, in fact just having a few games available as well as a photo album, and media player in such a small package sounds cool, being able to hack the interface yourself makes it <strong>really</strong> cool ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ggggggggggg</title>
		<link>http://www.kryogenix.org/days/2005/04/24/been/comment-page-1#comment-377</link>
		<dc:creator>ggggggggggg</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2005/04/24/been/#comment-377</guid>
		<description>&lt;p&gt;iiiiiiiiiiiiiiiiiiii&lt;/p&gt;
 
</description>
		<content:encoded><![CDATA[<p>iiiiiiiiiiiiiiiiiiii</p>
]]></content:encoded>
	</item>
</channel>
</rss>
