<?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>Drinkable Chicken &#187; imac</title>
	<atom:link href="http://4.flowsnake.org/archives/tag/imac/feed" rel="self" type="application/rss+xml" />
	<link>http://4.flowsnake.org</link>
	<description>A Pythoneer&#039;s adventures with Scheme, etc.</description>
	<lastBuildDate>Fri, 15 Jul 2011 08:53:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Another old, new iMac</title>
		<link>http://4.flowsnake.org/archives/1139</link>
		<comments>http://4.flowsnake.org/archives/1139#comments</comments>
		<pubDate>Thu, 14 Jul 2011 23:15:57 +0000</pubDate>
		<dc:creator>Hans Nowak</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[imac]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[xfce]]></category>

		<guid isPermaLink="false">http://4.flowsnake.org/?p=1139</guid>
		<description><![CDATA[(Listing this here for future reference&#8230; and maybe it&#8217;s useful for other iMac owners.) A few days ago, my minions found an old iMac G3 at the dump. And what do you know, it was in excellent condition. But, what to do with it? It&#8217;s ~12 years old, so its usability is limited. Then again, [...]]]></description>
			<content:encoded><![CDATA[<p><em>(Listing this here for future reference&#8230; and maybe it&#8217;s useful for other iMac owners.)</em></p>
<p>A few days ago, my minions found an old iMac G3 at the dump. And what do you know, it was in excellent condition.</p>
<p><a href="http://4.flowsnake.org/wp-content/uploads/2011/07/Photo07091834_1.jpg"><img class="alignnone size-medium wp-image-1140" title="Photo07091834_1" src="http://4.flowsnake.org/wp-content/uploads/2011/07/Photo07091834_1-300x225.jpg" alt="iMac G3 &quot;grape&quot;" width="300" height="225" /></a></p>
<p>But, what to do with it? It&#8217;s ~12 years old, so its usability is limited. Then again, bringing me an iMac is like bringing me a kitten&#8230; I just don&#8217;t have the heart to send it away. :)</p>
<p>To be precise, it&#8217;s a tray-loading iMac revision D, 333 MHz G3 processor, color &#8220;grape&#8221;, 160 Mb memory, 6 Gb hard disk. It doesn&#8217;t have a Firewire port, so it probably won&#8217;t install Tiger (although there are ways around that); but even if it did, with meager specs like that, it wouldn&#8217;t be a happy camper.</p>
<p>(It still had all the original owner&#8217;s stuff on it, by the way&#8230; good thing I am not into identity theft. ;-)</p>
<p>I installed Jaguar on it first, but I don&#8217;t have the CD with developer tools (later to be known as XCode), so that wasn&#8217;t very useful. Most modern software isn&#8217;t available for Jaguar anymore, anyway; it&#8217;s just too old. It was nice to see it again in all its pinstripey glory, but that was about it.</p>
<p>So, back to Linux again. But as luck would have it, none of the Linuxen I tried worked. I mean, they didn&#8217;t work at all. They would seem to install properly, then when I rebooted, the machine just sat there, gurgling, not doing anything.</p>
<p>As it turns out, some iMacs need a little help showing graphics properly. I ended up installing Debian 6.0.1 netinst (the PowerPC version, naturally), <a href="http://mac.linux.be/content/g3-imac-tray-loader-slotloader-all-versions-xorgconf">tweaked xorg.conf</a>, then manually installed <a href="http://wiki.debian.org/Xfce#Install_Xfce_in_an_already_installed_system">XFCE</a> at the prompt. Then <tt>startx</tt>, and it showed me the desktop without a glitch. It&#8217;s a bit slow to start, but after that things are reasonably fast.</p>
<p>(Using netinst, you install only the packages you want&#8230; it&#8217;s a bit more work, because some important packages like <tt>gcc</tt>, <tt>make</tt> and <tt>sudo</tt> need to be installed manually, but on the other hand, your system isn&#8217;t bogged down by stuff you don&#8217;t really need. I am using XFCE because it&#8217;s relatively lightweight, more so than GNOME or KDE, in any case.)</p>
<p>I am now trying to compile <a href="http://call-cc.org">Chicken</a> on it&#8230; who knows, maybe this machine will be useful after all. :)</p>
]]></content:encoded>
			<wfw:commentRss>http://4.flowsnake.org/archives/1139/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The penguin has landed</title>
		<link>http://4.flowsnake.org/archives/894</link>
		<comments>http://4.flowsnake.org/archives/894#comments</comments>
		<pubDate>Sat, 09 Jan 2010 04:24:52 +0000</pubDate>
		<dc:creator>Hans Nowak</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[imac]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://4.flowsnake.org/?p=894</guid>
		<description><![CDATA[So, I got my old/new iMac yesterday. I figured I&#8217;d try installing Gentoo on it, and if that didn&#8217;t work, try an easier install like Ubuntu or Yellow Dog. As it happens, the install worked fine. I did a minimal install, compiled the kernel, etc&#8230; and to my surprise, ended up with a working Linux [...]]]></description>
			<content:encoded><![CDATA[<p>So, I got my old/new iMac yesterday. I figured I&#8217;d try installing <a href="http://www.gentoo.org/">Gentoo</a> on it, and if that didn&#8217;t work, try an easier install like Ubuntu or Yellow Dog. As it happens, the install worked fine. I did a minimal install, compiled the kernel, etc&#8230; and to my surprise, ended up with a working Linux system. :-) (I expected it to be crazy difficult, but it wasn&#8217;t so bad.)</p>
<p>I recommend trying this; it&#8217;s a great learning experience when you don&#8217;t know much about what makes Linux tick. I learned a lot, anyway.</p>
<p>Although the PPC version is not &#8220;official&#8221; (it&#8217;s supported by the community), it appears to be up-to-date and the installation went well. Granted, there were a few parts in the <a href="http://www.gentoo.org/doc/en/handbook/handbook-ppc.xml">handbook</a> that worked a bit differently in the newest version of Gentoo, but nothing I couldn&#8217;t figure out. Overall, the manual did an excellent job of guiding me through all the steps (many of which I had never done before, like setting up a file system from the command line, or preparing and compiling a kernel).</p>
<p>Now I just need to find a way to set the text mode to something lower than 128&#215;48, and I&#8217;m golden&#8230; =)</p>
]]></content:encoded>
			<wfw:commentRss>http://4.flowsnake.org/archives/894/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

