<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>The Seventh Teletype</title>
	<atom:link href="http://seventhteletype.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://seventhteletype.wordpress.com</link>
	<description>$ apt-get -a life</description>
	<lastBuildDate>Tue, 28 Jul 2009 17:49:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='seventhteletype.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>The Seventh Teletype</title>
		<link>http://seventhteletype.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://seventhteletype.wordpress.com/osd.xml" title="The Seventh Teletype" />
	<atom:link rel='hub' href='http://seventhteletype.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Arch x keyboard layout (and midori)</title>
		<link>http://seventhteletype.wordpress.com/2009/07/28/arch-x-keyboard-layout-and-midori/</link>
		<comments>http://seventhteletype.wordpress.com/2009/07/28/arch-x-keyboard-layout-and-midori/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 17:36:19 +0000</pubDate>
		<dc:creator>sohcahtoa</dc:creator>
				<category><![CDATA[Aleutia E2]]></category>
		<category><![CDATA[Arch Linux]]></category>

		<guid isPermaLink="false">http://seventhteletype.wordpress.com/?p=174</guid>
		<description><![CDATA[I&#8217;m posting this from the Midori version 0.1.8 Web browser, installed on Arch from the repositories (sudo pacman -S midori). It seems to be snappier than Firefox and certainly appears to use less RAM, although RAM usage isn&#8217;t much of an issue on the E2 with 1Gb less the graphics share. Below is the xorg.conf [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seventhteletype.wordpress.com&amp;blog=7836039&amp;post=174&amp;subd=seventhteletype&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://seventhteletype.files.wordpress.com/2009/07/arch-linux-screen-grab-with-openbox-and-midori.png"><img src="http://seventhteletype.files.wordpress.com/2009/07/arch-linux-screen-grab-with-openbox-and-midori.png?w=300&#038;h=240" alt="Midori on Openbox with Arch" title="Midori on Openbox with Arch" width="300" height="240" class="alignnone size-medium wp-image-175" /></a></p>
<p>I&#8217;m posting this from the Midori version 0.1.8 Web browser, installed on Arch from the repositories (sudo pacman -S midori). It seems to be snappier than Firefox and certainly appears to use less RAM, although RAM usage isn&#8217;t much of an issue on the E2 with 1Gb less the graphics share.</p>
<p>Below is the xorg.conf (most settings auto-detected as I have dbus and hal running, see xinitrc further below). I&#8217;m using just openbox as a window manager, and I start it up using startx.</p>
<pre class="xml">
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/misc"
	FontPath     "/usr/share/fonts/100dpi:unscaled"
	FontPath     "/usr/share/fonts/75dpi:unscaled"
	FontPath     "/usr/share/fonts/TTF"
	FontPath     "/usr/share/fonts/Type1"
EndSection

Section "Module"
	Load  "extmod"
	Load  "glx"
	Load  "dri"
	Load  "dbe"
	Load  "dri2"
	Load  "record"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
        Option      "CoreKeyboard"
        Option      "XkbLayout" "gb"
        Option      "XkbRules"  "xorg"
        Option      "XkbModel"  "pc105"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Device"
        # Available Driver options are
        # Values: i integer, : float, : "True"/"False",
        # : "String", : " Hz/kHz/MHz"
        # [arg]: arg optional
        #Option     "PrintVGARegs"       	# []
        #Option     "PrintTVRegs"        	# []
        #Option     "I2CScan"            	# []
        #Option     "VBEModes"           	# []
        #Option     "NoAccel"            	# []
        #Option     "AccelMethod"        	#
        #Option     "ExaNoComposite"     	# []
        #Option     "ExaScratchSize"     	#
        Option     "SWCursor"           	# []
        #Option     "ShadowFB"           	# []
        #Option     "Rotate"             	# []
        #Option     "VideoRAM"           	#
        #Option     "ActiveDevice"       	# []
        #Option     "BusWidth"           	# []
        #Option     "Center"             	# []
        #Option     "PanelSize"          	# []
        #Option     "ForcePanel"         	# []
        #Option     "TVDotCrawl"         	# []
        #Option     "TVDeflicker"        	# i
        #Option     "TVType"             	# []
        #Option     "TVOutput"           	# []
        #Option     "DisableVQ"          	# []
        #Option     "DisableIRQ"         	# []
        #Option     "EnableAGPDMA"       	# []
        #Option     "NoAGPFor2D"         	# []
        #Option     "NoXVDMA"            	# []
        #Option     "VbeSaveRestore"     	# []
        #Option     "DisableXvBWCheck"   	# []
        #Option     "MaxDRIMem"          	# i
        #Option     "AGPMem"             	# i
	Identifier  "Card0"
	Driver      "openchrome"
	VendorName  "VIA Technologies, Inc."
	BoardName   "CX700/VX700 [S3 UniChrome Pro]"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection
</pre>
<p>Then comes my .xinitrc dotfile</p>
<pre class="xml">
#!/bin/sh
#
# ~/.xinitrc
#
# Executed by startx (run your window manager from here)

# exec gnome-session
# exec startkde
# exec startxfce4
# ...or the Window Manager of your choice
exec dbus-launch --exit-with-session openbox-session
</pre>
<p>I&#8217;m using feh to set the wallpaper, and an &#8216;autostart.sh&#8217; script in the .config/openbox directory to load feh first on bootup.</p>
<p>I use a British layout keyboard. Identifying the GB locale during installation meant that the keyboard layout was correctly set for command line use. I had to create an extra XML file to  ensure that the UK layout was used under Xorg. There is <a href="http://bbs.archlinux.org/viewtopic.php?id=63977">an Arch forum post that explains the detail</a> &#8211; just substitute gb for es in the file.  The XML file has to be saved (as root) at /etc/hal/fdi/policy/10-keymap.fdi (I just used sudo leafpad /etc/hal/fdi/policy/10-keymap.fdi and copied the code in. I know Real Men would use Vi at the terminal).</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/seventhteletype.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/seventhteletype.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/seventhteletype.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/seventhteletype.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/seventhteletype.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/seventhteletype.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/seventhteletype.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/seventhteletype.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/seventhteletype.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/seventhteletype.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/seventhteletype.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/seventhteletype.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/seventhteletype.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/seventhteletype.wordpress.com/174/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seventhteletype.wordpress.com&amp;blog=7836039&amp;post=174&amp;subd=seventhteletype&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://seventhteletype.wordpress.com/2009/07/28/arch-x-keyboard-layout-and-midori/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22019df676845c609c5bff95ed8da95c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sohcahtoa</media:title>
		</media:content>

		<media:content url="http://seventhteletype.files.wordpress.com/2009/07/arch-linux-screen-grab-with-openbox-and-midori.png?w=300" medium="image">
			<media:title type="html">Midori on Openbox with Arch</media:title>
		</media:content>
	</item>
		<item>
		<title>Arch Linux</title>
		<link>http://seventhteletype.wordpress.com/2009/07/26/arch-linux/</link>
		<comments>http://seventhteletype.wordpress.com/2009/07/26/arch-linux/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 14:58:10 +0000</pubDate>
		<dc:creator>sohcahtoa</dc:creator>
				<category><![CDATA[Aleutia E2]]></category>
		<category><![CDATA[Arch Linux]]></category>

		<guid isPermaLink="false">http://seventhteletype.wordpress.com/?p=167</guid>
		<description><![CDATA[I&#8217;ve just put Arch Linux on the Aleutia E2. I had to use the unofficial Archboot ISO, as the &#8216;official&#8217; arch installers (both the .img intended for installing from a USB stick, and the .iso for burning onto a CD-ROM) both dumped me into the grub prompt when booting the E2. Both booted to the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seventhteletype.wordpress.com&amp;blog=7836039&amp;post=167&amp;subd=seventhteletype&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just put Arch Linux on the Aleutia E2. I had to use the unofficial Archboot ISO, as the &#8216;official&#8217; arch installers (both the .img intended for installing from a USB stick, and the .iso for burning onto a CD-ROM) both dumped me into the grub prompt when booting the E2. Both booted to the linux prompt when I booted from the images on an Asus EeePC. The Archboot distribution is a complete base system, so you end up replacing most of the files when you upgrade the distribution after installing. The &#8216;official&#8217; boot images are &#8216;ftp/http&#8217; installers so you get the up to date packages as you install. The Archboot image is available on all the <a href="http://www.archlinux.org/download/">Arch Mirrors</a> in case you need it.</p>
<p>Once booted into the installer (using my trusty and ancient Iomega external CD drive) I just followed the <a href="http://wiki.archlinux.org/index.php/Beginners_Guide">Arch Beginner&#8217;s Guide</a> and it (sort of) worked. I went for the LXDE desktop, and got caught by the fact that the LXDE package does not include openbox itself, so you end up without a window manager! What I should have done was</p>
<p><code>  pacman -S openbox<br />
  pacman -S lxde</code></p>
<p>but all sorted now. The E2 does seem slightly snappier than with Debian Squeeze, but the YouTube videos still won&#8217;t play (I think I&#8217;m being a little ambitious for a 500 MHz 32 bit processor). I can (and am) listen to the flash audio streams from Magnatune though, so <a href="http://www.magnatune.com/artists/albums/heringman-artlute/lofi_play">here is a little Lute music from Joseph Herringman</a>. </p>
<p>Now I need to sort out getting British English keyboard layout working in X (its fine at the command prompt) and downloading the biggies (OpenOffice &amp;c).</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/seventhteletype.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/seventhteletype.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/seventhteletype.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/seventhteletype.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/seventhteletype.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/seventhteletype.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/seventhteletype.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/seventhteletype.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/seventhteletype.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/seventhteletype.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/seventhteletype.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/seventhteletype.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/seventhteletype.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/seventhteletype.wordpress.com/167/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seventhteletype.wordpress.com&amp;blog=7836039&amp;post=167&amp;subd=seventhteletype&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://seventhteletype.wordpress.com/2009/07/26/arch-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22019df676845c609c5bff95ed8da95c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sohcahtoa</media:title>
		</media:content>
	</item>
		<item>
		<title>Arch</title>
		<link>http://seventhteletype.wordpress.com/2009/07/16/arch/</link>
		<comments>http://seventhteletype.wordpress.com/2009/07/16/arch/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 19:34:57 +0000</pubDate>
		<dc:creator>sohcahtoa</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://seventhteletype.wordpress.com/?p=164</guid>
		<description><![CDATA[Arch Linux is often recommended because of its speed. I had just resolved to print the installation guide when I saw this article on K.Mandla&#8217;s blog. I shall attempt to install Arch on the spare partition on the E2, just basic system, xorg, dwm, firefox and the flash plugin. If the result can cope with [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seventhteletype.wordpress.com&amp;blog=7836039&amp;post=164&amp;subd=seventhteletype&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Arch Linux is often recommended because of its speed. I had just resolved to <a href="http://wiki.archlinux.org/index.php/Beginners_Guide">print the installation guide</a> when I saw <a href="http://kmandla.wordpress.com/2009/07/14/probability-approaches-1/">this article</a> on K.Mandla&#8217;s blog. </p>
<p>I shall attempt to install Arch on the spare partition on the E2, just basic system, xorg, dwm, firefox and the flash plugin. If the result can cope with a YouTube video I shall donate £25 to the Arch project. Below is my standard test YouTube&#8230;</p>
<span style="text-align:center; display: block;"><a href="http://seventhteletype.wordpress.com/2009/07/16/arch/"><img src="http://img.youtube.com/vi/c08i_9gumJs/2.jpg" alt="" /></a></span>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/seventhteletype.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/seventhteletype.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/seventhteletype.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/seventhteletype.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/seventhteletype.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/seventhteletype.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/seventhteletype.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/seventhteletype.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/seventhteletype.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/seventhteletype.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/seventhteletype.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/seventhteletype.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/seventhteletype.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/seventhteletype.wordpress.com/164/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seventhteletype.wordpress.com&amp;blog=7836039&amp;post=164&amp;subd=seventhteletype&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://seventhteletype.wordpress.com/2009/07/16/arch/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22019df676845c609c5bff95ed8da95c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sohcahtoa</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu Jaunty Standard</title>
		<link>http://seventhteletype.wordpress.com/2009/07/05/ubuntu-jaunty-standard/</link>
		<comments>http://seventhteletype.wordpress.com/2009/07/05/ubuntu-jaunty-standard/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 18:55:52 +0000</pubDate>
		<dc:creator>sohcahtoa</dc:creator>
				<category><![CDATA[Ubuntu 9.04 Gnome]]></category>

		<guid isPermaLink="false">http://seventhteletype.wordpress.com/?p=155</guid>
		<description><![CDATA[Using Ubuntu Gnome Jaunty Jakalope, aka 9.04, on an ASUS Pundit AH1 quiet desktop PC. Dual core, 2.4GHz, integrated graphics (NVIDIA but picked up by &#8216;restricted drivers&#8217; tool). Compiz works, and provides an Expose style view of all four virtual desktops (I don&#8217;t like the cube). Most things &#8216;just work&#8217;. Sound has problems, managed to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seventhteletype.wordpress.com&amp;blog=7836039&amp;post=155&amp;subd=seventhteletype&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_156" class="wp-caption alignnone" style="width: 310px"><a href="http://seventhteletype.files.wordpress.com/2009/07/compiz-on-ubuntu-four-desktops.png"><img src="http://seventhteletype.files.wordpress.com/2009/07/compiz-on-ubuntu-four-desktops.png?w=300&#038;h=240" alt="Ubuntu standard on an AMD dual core box" title="compiz-on-ubuntu-four-desktops" width="300" height="240" class="size-medium wp-image-156" /></a><p class="wp-caption-text">Ubuntu standard on an AMD dual core box</p></div>
<p>Using Ubuntu Gnome Jaunty Jakalope, aka 9.04, on an ASUS Pundit AH1 quiet desktop PC. Dual core, 2.4GHz, integrated graphics (NVIDIA but picked up by &#8216;restricted drivers&#8217; tool). Compiz works, and provides an Expose style view of all four virtual desktops (I don&#8217;t like the cube).</p>
<p>Most things &#8216;just work&#8217;. Sound has problems, managed to get sound recorder, record my desktop and audacity working. Audacity works if you set the sample rate to 48Kb/sec. </p>
<p>I&#8217;m using Firefox 3.5 (<a href="http://webupd8.blogspot.com/2009/06/firefox-35-rc-1-ubuntu-repository-deb.html">having enabled the PPA repository in /etc/apt/sources.lst</a>) and performance is noticeably snappier than Firefox 3.1. I have a full installation of ffmpeg and the firefox Easy Youtube Downloader for converting YouTube videos to WMA format. The College where I teach has a firewall that blocks YouTube to protect students, but staff want to use the good stuff in their teaching.</p>
<p>It is really nice that you can get most of the software you need for normal everyday tasks for nothing on a system that is secure and that is updated regularly. Rock On.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/seventhteletype.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/seventhteletype.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/seventhteletype.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/seventhteletype.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/seventhteletype.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/seventhteletype.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/seventhteletype.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/seventhteletype.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/seventhteletype.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/seventhteletype.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/seventhteletype.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/seventhteletype.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/seventhteletype.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/seventhteletype.wordpress.com/155/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seventhteletype.wordpress.com&amp;blog=7836039&amp;post=155&amp;subd=seventhteletype&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://seventhteletype.wordpress.com/2009/07/05/ubuntu-jaunty-standard/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22019df676845c609c5bff95ed8da95c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sohcahtoa</media:title>
		</media:content>

		<media:content url="http://seventhteletype.files.wordpress.com/2009/07/compiz-on-ubuntu-four-desktops.png?w=300" medium="image">
			<media:title type="html">compiz-on-ubuntu-four-desktops</media:title>
		</media:content>
	</item>
		<item>
		<title>Debian Lenny and Squeeze on Aleutia E2</title>
		<link>http://seventhteletype.wordpress.com/2009/06/28/debian-lenny-and-squeeze-on-aleutia-e2/</link>
		<comments>http://seventhteletype.wordpress.com/2009/06/28/debian-lenny-and-squeeze-on-aleutia-e2/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 09:51:01 +0000</pubDate>
		<dc:creator>sohcahtoa</dc:creator>
				<category><![CDATA[Aleutia E2]]></category>
		<category><![CDATA[debian minimal]]></category>

		<guid isPermaLink="false">http://seventhteletype.wordpress.com/?p=139</guid>
		<description><![CDATA[The E2 came with Ubuntu 8.10 installed, and I opted for the 80Gb mechanical hard drive option (so I can&#8217;t claim that it is totally silent, but you have to concentrate and listen from about six inches to hear the drive spinning), so I shrunk the Ubuntu partion to 10GB. I made a new 10Gb [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seventhteletype.wordpress.com&amp;blog=7836039&amp;post=139&amp;subd=seventhteletype&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_151" class="wp-caption alignnone" style="width: 310px"><a href="http://seventhteletype.files.wordpress.com/2009/06/e2front-crop1.jpg"><img src="http://seventhteletype.files.wordpress.com/2009/06/e2front-crop1.jpg?w=300&#038;h=98" alt="Aleutia E2 front view" title="e2front-crop" width="300" height="98" class="size-medium wp-image-151" /></a><p class="wp-caption-text">Aleutia E2 front view</p></div>
<p>The E2 came with Ubuntu 8.10 installed, and I opted for the 80Gb mechanical hard drive option (so I can&#8217;t claim that it is <em>totally</em> silent, but you have to concentrate and listen from about six inches to hear the drive spinning), so I shrunk the Ubuntu partion to 10GB.  I made a new 10Gb partition for &#8216;guest&#8217; linuxes, kept the existing 2.5 Gb swap, and the rest I formatted to VFAT 32 so I can share data between two Linux operating systems without permissions issues or without overlapping configuration files. </p>
<p>The partitioning was done by booting from a USB drive into SliTaz Standard and using the partitioner. I ended up using gparted from within Ubuntu to format the spare space on the drive to VFAT 32 as SliTaz standard would not create VFAT formats for some reason, the option was grayed out.</p>
<p>The Debian live CD would not boot from a USB stick (created using unetbootin), so I booted from an old Iomega USB CD drive (recognised instantly and easily set as a boot device in the E2 Bios). Once booted, I got &#8216;signal over range&#8217; errors when the X server started. I suspected this may have to do with my no name 17 inch LCD panel not revealing its pixel size properly, which is why the Ubuntu Jaunty install is stuck at 600 by 800. Proceeded to install a minimal CLI Debian from the netinstall ISO booted from the external CD drive.</p>
<p>Once booted into the CLI, I added the x server and a window manager (dwm initially but also fluxbox later), and then added an xorg.conf file that would force the use of the VESA driver, and set an appropriate screen size. The xorg.conf file for Debian Lenny for use with the E2 chipset is shown &#8216;below the fold&#8217; in this article.</p>
<p>After some googling I found an xorg.conf file that would work with the Openchrome mode (see &#8216;below the fold&#8217; for that version of xorg.conf), however, OpenOffice began to loose menu text and produce poor screen refreshes with parts of the screen missing, so I used the VESA mode.</p>
<p>Decided to do a distribution upgrade to Debian Squeeze, and a new version of the Openchrome driver. This solved the issues with full openchrome mode, and, again, the xorg.conf file I use is reproduced at the end of this post.</p>
<p>I added SLIM for graphical log in and created a .xinitrc file to handle the two window managers (dwm and fluxbox). SLIM mentions a lot of other window managers by default. When you log in, pressing F1 gives you a choice of dwm or fluxbox with fluxbox as default. </p>
<p><code>#<br />
# ~/.xinitrc<br />
#<br />
# Executed by startx (run your window manager from here)<br />
#</p>
<p>erresources=$HOME/.Xresources<br />
usermodmap=$HOME/.Xmodmap<br />
sysresources=/etc/X11/xinit/.Xresources<br />
sysmodmap=/etc/X11/xinit/.Xmodmap</p>
<p>case "$1" in<br />
    fluxbox) exec startfluxbox ;;<br />
    dwm) exec $HOME/bin/dwm_run ;;<br />
esac</code></p>
<p><span id="more-139"></span></p>
<h2>How to upgrade from Lenny to Squeeze</h2>
<p>Start a terminal and SU so the terminal is issuing commands as root, then</p>
<p><code>nano /etc/apt/sources.list</code></p>
<p>and change all the mentions of lenny to squeeze and save (ctrl-o) and exit nano (ctrl-x). Then update the package lists so they reflect the squeeze repositories, and then install the new version of aptitude and finally issue the full upgrade command. </p>
<p> <code>sudo aptitude update<br />
 sudo aptitude install apt dpkg aptitude<br />
 sudo aptitude full-upgrade</code></p>
<p>On my minimal system that involved downloading and configuring 340Mb of packages, so coffee time. The only attention needed was when the system asked about cron about 10 minutes in. I just accepted the default. The only casualty was keyboard recognition, it defaulted to the US layout. I specified the appropriate lines in the xorg.conf file to set it back to UK (see Squeeze xorg.conf below)</p>
<h2>Lenny force VESA xorg.conf</h2>
<p>From Ubuntu 8.10 and Debian Lenny, the xorg.conf file is usually empty for most &#8216;mainstream&#8217; systems, and the graphics hardware, display device, mouse, keyboard &amp;c are autodetected live using the &#8216;jockey&#8217; hardware monitoring system. You can over ride these by adding an xorg.conf file that forces certain options. I&#8217;ve had to make such files for Ubuntu 9.04, Debian Lenny and Debian Squeeze to get video working properly on the Aleutia E2. Below is the xorg.conf file that forces use of the VESA compatibility mode, used with Debian Lenny.</p>
<p><code># xorg.conf (X.Org X Window System server configuration file)<br />
#<br />
# This file was generated by dexconf, the Debian X Configuration tool, using<br />
# values from the debconf database.<br />
#<br />
# Edit this file with caution, and see the xorg.conf manual page.<br />
# (Type "man xorg.conf" at the shell prompt.)<br />
#<br />
# This file is automatically updated on xserver-xorg package upgrades *only*<br />
# if it has not been modified since the last upgrade of the xserver-xorg<br />
# package.<br />
#<br />
# If you have edited this file but would like it to be automatically updated<br />
# again, run the following command:<br />
#   sudo dpkg-reconfigure -phigh xserver-xorg</p>
<p>Section "InputDevice"<br />
	Identifier	"Generic Keyboard"<br />
	Driver		"kbd"<br />
	Option		"XkbRules"	"xorg"<br />
	Option		"XkbModel"	"pc105"<br />
	Option		"XkbLayout"	"gb"<br />
EndSection</p>
<p>Section "InputDevice"<br />
	Identifier	"Configured Mouse"<br />
	Driver		"mouse"<br />
EndSection</p>
<p>Section "Device"<br />
	Identifier	"Configured Video Device"<br />
        Driver          "vesa"<br />
EndSection</p>
<p>Section "Monitor"<br />
	Identifier	"Configured Monitor"<br />
EndSection</p>
<p>Section "Screen"<br />
        Identifier      "Default Screen"<br />
        Monitor         "Configured Monitor"<br />
        DefaultDepth 24<br />
           SubSection "Display"<br />
           Depth 24<br />
           Modes "1280x1024"<br />
        EndSubsection<br />
EndSection</code></p>
<h2>Debian Lenny Openchrome xorg.conf</h2>
<p>This xorg.conf file gets the hardware working fully with all the resources of the openchrome driver. However, I had funny menu behaviour in openoffice with these settings&#8230;</p>
<p><code> # xorg.conf (X.Org X Window System server configuration file)<br />
#<br />
# This file was generated by dexconf, the Debian X Configuration tool, using<br />
# values from the debconf database.<br />
#<br />
# Edit this file with caution, and see the xorg.conf manual page.<br />
# (Type "man xorg.conf" at the shell prompt.)<br />
#<br />
# This file is automatically updated on xserver-xorg package upgrades *only*<br />
# if it has not been modified since the last upgrade of the xserver-xorg<br />
# package.<br />
#<br />
# If you have edited this file but would like it to be automatically updated<br />
# again, run the following command:<br />
#   sudo dpkg-reconfigure -phigh xserver-xorg</p>
<p>Section "InputDevice"<br />
	Identifier	"Generic Keyboard"<br />
	Driver		"kbd"<br />
	Option		"XkbRules"	"xorg"<br />
	Option		"XkbModel"	"pc105"<br />
	Option		"XkbLayout"	"gb"<br />
EndSection</p>
<p>Section "InputDevice"<br />
	Identifier	"Configured Mouse"<br />
	Driver		"mouse"<br />
EndSection</p>
<p> Section "Device"<br />
	Identifier	"Configured Video Device"<br />
        Option          "PanelSize" "1280x1024"<br />
        Option          "sw_cursor"<br />
 EndSection</p>
<p>Section "Monitor"<br />
	Identifier	"Configured Monitor"<br />
EndSection</p>
<p>Section "Screen"<br />
        Identifier      "Default Screen"<br />
        Monitor         "Configured Monitor"<br />
        DefaultDepth 24<br />
           SubSection "Display"<br />
           Depth 24<br />
           Modes "1280x1024"<br />
        EndSubsection<br />
EndSection</code></p>
<h2>Debian Squeeze xorg.conf</h2>
<p>This one seems to be working with my minimal Debian Squeeze installation on this 500MHz fanless pc with VIA processor and openchrome graphics using the VIA CX700/VX700 chipset.</p>
<p><code># xorg.conf (X.Org X Window System server configuration file)<br />
 #<br />
 # This file was generated by dexconf, the Debian X Configuration tool, using<br />
 # values from the debconf database.<br />
 #<br />
 # Edit this file with caution, and see the xorg.conf manual page.<br />
 # (Type "man xorg.conf" at the shell prompt.)<br />
 #<br />
 # This file is automatically updated on xserver-xorg package upgrades *only*<br />
 # if it has not been modified since the last upgrade of the xserver-xorg<br />
 # package.<br />
 #<br />
 # Note that some configuration settings that could be done previously<br />
 # in this file, now are automatically configured by the server and settings<br />
 # here are ignored.<br />
 #<br />
 # If you have edited this file but would like it to be automatically updated<br />
 # again, run the following command:<br />
 #   sudo dpkg-reconfigure -phigh xserver-xorg</p>
<p>Section "InputDevice"<br />
        Identifier      "Generic Keyboard"<br />
        Driver          "kbd"<br />
        Option          "XkbRules"      "xorg"<br />
        Option          "XkbModel"      "pc105"<br />
        Option          "XkbLayout"     "gb"<br />
EndSection</p>
<p>Section "InputDevice"<br />
        Identifier      "Configured Mouse"<br />
        Driver          "mouse"<br />
EndSection</p>
<p> Section "Device"<br />
	Identifier	"Configured Video Device"<br />
        Option          "PanelSize" "1280x1024"<br />
 EndSection</p>
<p> Section "Monitor"<br />
	Identifier	"Configured Monitor"<br />
 EndSection</p>
<p> Section "Screen"<br />
	Identifier	"Default Screen"<br />
	Monitor		"Configured Monitor"<br />
	Device		"Configured Video Device"<br />
 EndSection</code></p>
<p>As you can see, less settings needed, and these settings may be more to do with my no name LCD monitor not providing the information in the correct format than the openchrome driver.</p>
<h2>lspci output</h2>
<p><code>0:00.0 Host bridge: VIA Technologies, Inc. CX700/VX700 Host Bridge (rev 10)<br />
00:00.1 Host bridge: VIA Technologies, Inc. CX700/VX700 Host Bridge<br />
00:00.2 Host bridge: VIA Technologies, Inc. CX700/VX700 Host Bridge<br />
00:00.3 Host bridge: VIA Technologies, Inc. CX700/VX700 Host Bridge<br />
00:00.4 Host bridge: VIA Technologies, Inc. CX700/VX700 Host Bridge<br />
00:00.7 Host bridge: VIA Technologies, Inc. CX700/VX700 Host Bridge<br />
00:01.0 PCI bridge: VIA Technologies, Inc. VT8237/VX700 PCI Bridge<br />
00:08.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)<br />
00:0f.0 IDE interface: VIA Technologies, Inc. VX800 Serial ATA and EIDE Controller<br />
00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 90)<br />
00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 90)<br />
00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 90)<br />
00:11.0 ISA bridge: VIA Technologies, Inc. CX700/VX700 PCI to ISA Bridge<br />
00:11.7 Host bridge: VIA Technologies, Inc. CX700/VX700 Internal Module Bus<br />
00:13.0 PCI bridge: VIA Technologies, Inc. CX700/VX700 Host Bridge<br />
01:00.0 VGA compatible controller: VIA Technologies, Inc. CX700/VX700 [S3 UniChrome Pro] (rev 03)<br />
02:01.0 Audio device: VIA Technologies, Inc. VT1708/A [Azalia HDAC] (VIA High Definition Audio Controller) (rev 10)</code></p>
<p>Just so you know exactly what hardware is on this little box.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/seventhteletype.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/seventhteletype.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/seventhteletype.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/seventhteletype.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/seventhteletype.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/seventhteletype.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/seventhteletype.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/seventhteletype.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/seventhteletype.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/seventhteletype.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/seventhteletype.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/seventhteletype.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/seventhteletype.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/seventhteletype.wordpress.com/139/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seventhteletype.wordpress.com&amp;blog=7836039&amp;post=139&amp;subd=seventhteletype&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://seventhteletype.wordpress.com/2009/06/28/debian-lenny-and-squeeze-on-aleutia-e2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22019df676845c609c5bff95ed8da95c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sohcahtoa</media:title>
		</media:content>

		<media:content url="http://seventhteletype.files.wordpress.com/2009/06/e2front-crop1.jpg?w=300" medium="image">
			<media:title type="html">e2front-crop</media:title>
		</media:content>
	</item>
		<item>
		<title>Aleutia E2 arrives</title>
		<link>http://seventhteletype.wordpress.com/2009/06/20/aleutia-e2-arrives/</link>
		<comments>http://seventhteletype.wordpress.com/2009/06/20/aleutia-e2-arrives/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 16:56:02 +0000</pubDate>
		<dc:creator>sohcahtoa</dc:creator>
				<category><![CDATA[Aleutia E2]]></category>

		<guid isPermaLink="false">http://seventhteletype.wordpress.com/?p=134</guid>
		<description><![CDATA[My Aleutia E2 has arrived. Based on a VIA Eden 500MHz processor, with CX700/VX700 chipset (Ultrachrome graphics), no fans, but I opted for an 80Gb mechanical hard drive over solid state storage. Almost completely silent. Has bolt holes so you can bolt the box on the back of an LCD monitor. Takes 11 watts of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seventhteletype.wordpress.com&amp;blog=7836039&amp;post=134&amp;subd=seventhteletype&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_135" class="wp-caption alignnone" style="width: 310px"><a href="http://seventhteletype.files.wordpress.com/2009/06/e2withcds.jpg"><img src="http://seventhteletype.files.wordpress.com/2009/06/e2withcds.jpg?w=300&#038;h=299" alt="Aleutia E2: a pc smaller than a CD box" title="e2withcds" width="300" height="299" class="size-medium wp-image-135" /></a><p class="wp-caption-text">Aleutia E2: a pc smaller than a CD box</p></div>
<p>My <a href="http://www.aleutia.com/products/e2">Aleutia E2</a> has arrived. Based on a VIA Eden 500MHz processor, with CX700/VX700 chipset (Ultrachrome graphics), no fans, but I opted for an 80Gb mechanical hard drive over solid state storage. Almost completely silent. Has bolt holes so you can bolt the box on the back of an LCD monitor. Takes 11 watts of power maximum.</p>
<p>Comes with Ubuntu 8.10. Runs Debian Squeeze (updated openchrome drivers) and SliTaz. You need to use an xorg.conf file to change certain settings. More details soon.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/seventhteletype.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/seventhteletype.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/seventhteletype.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/seventhteletype.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/seventhteletype.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/seventhteletype.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/seventhteletype.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/seventhteletype.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/seventhteletype.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/seventhteletype.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/seventhteletype.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/seventhteletype.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/seventhteletype.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/seventhteletype.wordpress.com/134/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seventhteletype.wordpress.com&amp;blog=7836039&amp;post=134&amp;subd=seventhteletype&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://seventhteletype.wordpress.com/2009/06/20/aleutia-e2-arrives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22019df676845c609c5bff95ed8da95c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sohcahtoa</media:title>
		</media:content>

		<media:content url="http://seventhteletype.files.wordpress.com/2009/06/e2withcds.jpg?w=300" medium="image">
			<media:title type="html">e2withcds</media:title>
		</media:content>
	</item>
		<item>
		<title>rebuild_db</title>
		<link>http://seventhteletype.wordpress.com/2009/06/01/rebuild_db/</link>
		<comments>http://seventhteletype.wordpress.com/2009/06/01/rebuild_db/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 19:36:37 +0000</pubDate>
		<dc:creator>sohcahtoa</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://seventhteletype.wordpress.com/?p=128</guid>
		<description><![CDATA[Manage your iPod Shuffle using an 18Kb python script. Can&#8217;t get lower weight than that! I&#8217;m using the script to pop extra mp3 tracks onto my shuffle. I listen to (creative commons licenced) mp3s on this laptop using the terminal based mpg321 which has its own decoder. Kyle Gann is allowing us a preview of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seventhteletype.wordpress.com&amp;blog=7836039&amp;post=128&amp;subd=seventhteletype&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://shuffle-db.sourceforge.net/">Manage your iPod Shuffle</a> using an 18Kb python script. Can&#8217;t get lower weight than that! I&#8217;m using the script to pop extra mp3 tracks onto my shuffle. I listen to (creative commons licenced) mp3s on this laptop using the terminal based mpg321 which has its own decoder. </p>
<p><a href="http://www.artsjournal.com/postclassic/2009/05/delayed_gratification.html">Kyle Gann is allowing us a preview of her <em>Planets</em> suite</a>. Enjoy.</p>
<p>I&#8217;d forgotten how slow a USB 1.1 connection is, 10 minutes to back up my iPod Shuffle g2 silver.</p>
<pre>keith@l400:~$keith@l400:~$ free -m
             total       used       free     shared    buffers     cached
Mem:           244        241          3          0          4        113
-/+ buffers/cache:        123        121
Swap:          768         30        738</pre>
<p>Above with Firefox and three tabs, two instances of Thunar and terminal session running.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/seventhteletype.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/seventhteletype.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/seventhteletype.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/seventhteletype.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/seventhteletype.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/seventhteletype.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/seventhteletype.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/seventhteletype.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/seventhteletype.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/seventhteletype.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/seventhteletype.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/seventhteletype.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/seventhteletype.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/seventhteletype.wordpress.com/128/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seventhteletype.wordpress.com&amp;blog=7836039&amp;post=128&amp;subd=seventhteletype&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://seventhteletype.wordpress.com/2009/06/01/rebuild_db/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22019df676845c609c5bff95ed8da95c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sohcahtoa</media:title>
		</media:content>
	</item>
		<item>
		<title>Xubuntu lighter</title>
		<link>http://seventhteletype.wordpress.com/2009/05/31/xubuntu-lighter/</link>
		<comments>http://seventhteletype.wordpress.com/2009/05/31/xubuntu-lighter/#comments</comments>
		<pubDate>Sun, 31 May 2009 11:20:03 +0000</pubDate>
		<dc:creator>sohcahtoa</dc:creator>
				<category><![CDATA[Ubuntu 9.04 Gnome]]></category>

		<guid isPermaLink="false">http://seventhteletype.wordpress.com/?p=118</guid>
		<description><![CDATA[I used the Distrowatch Weekly Feature &#8220;Minimal Xubuntu&#8221; suggestions for a lighter XFCE4 based desktop, using Xubuntu pacakges but leaving out some of the Ubuntu branding and overhead. The article has tables that compare the memory use of Ubuntu and Debian versions, and gives memory estimates for each new service as you add the packages. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seventhteletype.wordpress.com&amp;blog=7836039&amp;post=118&amp;subd=seventhteletype&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I used the <a href="http://distrowatch.com/weekly.php?issue=20090504#feature">Distrowatch Weekly Feature &#8220;Minimal Xubuntu&#8221;</a> suggestions for a lighter XFCE4 based desktop, using Xubuntu pacakges but leaving out some of the Ubuntu branding and overhead. The article has tables that compare the memory use of Ubuntu and Debian versions, and gives memory estimates for each new service as you add the packages.</p>
<p>The recipe I settled upon is&#8230;</p>
<ul>
<li>Install CLI from the Ubuntu net install iso</li>
<li><code>sudo aptitude install xorg gdm xfce4 xfce4-goodies firefox</code><br />which adds 360Mb of files and gives around 80 to 90Mb of memory use. I accepted the defaults when an alert box about hddtemp demon arived.</li>
<li><code>sudo aptitude install gnome-power-manager</code><br />Allows hibernation on lid close! But see below for settings</li>
<li>To get hibernation working, I had to go to use <strong>XFCE | Settings | Screensaver | Advanced</strong> and tick the <strong>Power Management </strong>box
<div id="attachment_119" class="wp-caption alignnone" style="width: 366px"><a href="http://seventhteletype.files.wordpress.com/2009/05/xfce-settings-screensaver-advanced.png"><img src="http://seventhteletype.files.wordpress.com/2009/05/xfce-settings-screensaver-advanced.png?w=356&#038;h=193" alt="Screen Saver | Advanced" title="xfce-settings-screensaver-advanced" width="356" height="193" class="size-full wp-image-119" /></a><p class="wp-caption-text">Screen Saver | Advanced</p></div>
</li>
<li>Then I was able to go to <strong>XFCE | Settings | Power Management </strong> and select <strong>Hibernate</strong> as the action to take when closing the lid. Remember to set this on both On AC Power and Battery tabs!</li>
<li>I&#8217;ve decided not to install network manager. I&#8217;ll just use wvdial on my mobile internet modem. This laptop does not have a wireless card, and the Netgear WG111v3 USB wifi adaptor is playing up on all my computers.</li>
</ul>
<p>Applications include firefox with flash, openoffice.org, mtpaint, and mirage. I&#8217;ll see how much stuff evince brings with it and might use epdfview instead for PDF viewing. MTpaint is a light and simple photo editor, all I need is something to resize and crop screen grabs and to adjust the colour balance and contrast of snaps now and again.</p>
<p>I&#8217;m using mpg321, a terminal based MP3 decoder and player, for listening to mp3s as that saves installing all the restricted drivers stuff. I noticed that XFCE has a terminal based sound mixer called aumix installed. As usual, all the volume controls are turned down, so you need to use this to set levels for your YouTube and mpg321 listening.</p>
<p>Results with Firefox (5 tabs, flash player active with widgets in WordPress.com), OpenOffice writer with a 16 page handout loaded (280+ OLE objects), mpg321 playing <a href="http://www.gardnermuseum.org/music/artist/carr.asp">some nice Bach cello</a>&#8230;</p>
<pre>keith@l400:~$ free -m
             total       used       free     shared    buffers     cached
Mem:           244        237          7          0          4        104
-/+ buffers/cache:        128        116
Swap:          768         37        731
keith@l400:~$ df -m
Filesystem           1M-blocks      Used Available Use% Mounted on
/dev/sda5                 7976      1811      5761  24% /
tmpfs                      123         0       123   0% /lib/init/rw
varrun                     123         1       123   1% /var/run
varlock                    123         0       123   0% /var/lock
udev                       123         1       123   1% /dev
tmpfs                      123         1       123   1% /dev/shm
lrm                        123         3       121   2% /lib/modules/2.6.28-11-generic/volatile
</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/seventhteletype.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/seventhteletype.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/seventhteletype.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/seventhteletype.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/seventhteletype.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/seventhteletype.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/seventhteletype.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/seventhteletype.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/seventhteletype.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/seventhteletype.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/seventhteletype.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/seventhteletype.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/seventhteletype.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/seventhteletype.wordpress.com/118/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seventhteletype.wordpress.com&amp;blog=7836039&amp;post=118&amp;subd=seventhteletype&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://seventhteletype.wordpress.com/2009/05/31/xubuntu-lighter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22019df676845c609c5bff95ed8da95c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sohcahtoa</media:title>
		</media:content>

		<media:content url="http://seventhteletype.files.wordpress.com/2009/05/xfce-settings-screensaver-advanced.png" medium="image">
			<media:title type="html">xfce-settings-screensaver-advanced</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu CLI hibernate with slim gnome</title>
		<link>http://seventhteletype.wordpress.com/2009/05/30/ubuntu-cli-hibernate-with-slim-gnome/</link>
		<comments>http://seventhteletype.wordpress.com/2009/05/30/ubuntu-cli-hibernate-with-slim-gnome/#comments</comments>
		<pubDate>Sat, 30 May 2009 19:21:16 +0000</pubDate>
		<dc:creator>sohcahtoa</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://seventhteletype.wordpress.com/?p=109</guid>
		<description><![CDATA[keith@l400:~$ free -m total used free shared buffers cached Mem: 244 239 5 0 9 135 -/+ buffers/cache: 94 150 Swap: 768 8 759 keith@l400:~$ df -m Filesystem 1M-blocks Used Available Use% Mounted on /dev/sda5 7976 1368 6203 19% / tmpfs 123 0 123 0% /lib/init/rw varrun 123 1 123 1% /var/run varlock 123 0 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seventhteletype.wordpress.com&amp;blog=7836039&amp;post=109&amp;subd=seventhteletype&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<pre>keith@l400:~$ free -m
             total       used       free     shared    buffers     cached
Mem:           244        239          5          0          9        135
-/+ buffers/cache:         94        150
Swap:          768          8        759
keith@l400:~$ df -m
Filesystem           1M-blocks      Used Available Use% Mounted on
/dev/sda5                 7976      1368      6203  19% /
tmpfs                      123         0       123   0% /lib/init/rw
varrun                     123         1       123   1% /var/run
varlock                    123         0       123   0% /var/lock
udev                       123         1       123   1% /dev
tmpfs                      123         0       123   0% /dev/shm
lrm                        123         3       121   2% /lib/modules/2.6.28-11-generic/volatile
</pre>
<p>A slimmed down Ubuntu Gnome desktop with no applications other than Firefox installed. Adding GIMP and openoffice took another 560+Mb, but the installation is still just on 2Gb.</p>
<p>Method from a <a href="http://distrowatch.com/weekly.php?issue=20081215#feature">Distrowatch article based on Intrepid</a> but all still works on Jaunty.</p>
<p>An answer on Ubuntuforums and a previous thread about pmi, a command line interface to power management tools, give me hope about being able to hibernate and suspend from a dwm on Xorg with no desktop manager system. See</p>
<ul>
<li><a href="http://ubuntuforums.org/archive/index.php/t-329902.html">pmi interface</a></li>
<li><a href="http://ubuntuforums.org/showthread.php?t=1173705">what to install to get hibernation working</a></li>
</ul>
<p>I&#8217;d better explain</p>
<ul>
<li>Stock Ubuntu: hibernate works when you set the Power Options settings so that the lid closed action is hibernate</li>
<li>Stock Ubuntu with a new session and a different window manager (e.g. dwm) close lid does not hibernate, but if you install pmi-interface you can issue a command from your user terminal &#8216;pmi action hibernate&#8217; that will cause hibernation.</li>
<li>I&#8217;m now going to re-install a CLI system and install just <code> pm-utils uswsusp acpi-support pmi-interface</code> and see what happens. Can I hibernate from a CLI only system? Once I answer that question, some way of trapping the lid closing event will manifest itself.</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/seventhteletype.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/seventhteletype.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/seventhteletype.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/seventhteletype.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/seventhteletype.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/seventhteletype.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/seventhteletype.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/seventhteletype.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/seventhteletype.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/seventhteletype.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/seventhteletype.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/seventhteletype.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/seventhteletype.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/seventhteletype.wordpress.com/109/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seventhteletype.wordpress.com&amp;blog=7836039&amp;post=109&amp;subd=seventhteletype&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://seventhteletype.wordpress.com/2009/05/30/ubuntu-cli-hibernate-with-slim-gnome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22019df676845c609c5bff95ed8da95c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sohcahtoa</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu 9.04 stock</title>
		<link>http://seventhteletype.wordpress.com/2009/05/29/ubuntu-9-04-stock/</link>
		<comments>http://seventhteletype.wordpress.com/2009/05/29/ubuntu-9-04-stock/#comments</comments>
		<pubDate>Fri, 29 May 2009 19:18:08 +0000</pubDate>
		<dc:creator>sohcahtoa</dc:creator>
				<category><![CDATA[Dell L400 P3 laptop (old)]]></category>
		<category><![CDATA[Ubuntu 9.04 Gnome]]></category>

		<guid isPermaLink="false">http://seventhteletype.wordpress.com/?p=100</guid>
		<description><![CDATA[keith@l400:~$ df -m Filesystem 1M-blocks Used Available Use% Mounted on /dev/sda5 7976 2716 4856 36% / tmpfs 123 0 123 0% /lib/init/rw varrun 123 1 123 1% /var/run varlock 123 0 123 0% /var/lock udev 123 1 123 1% /dev tmpfs 123 1 123 1% /dev/shm lrm 123 3 121 2% /lib/modules/2.6.28-11-generic/volatile keith@l400:~$ free -m [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seventhteletype.wordpress.com&amp;blog=7836039&amp;post=100&amp;subd=seventhteletype&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<pre>
keith@l400:~$ df -m
Filesystem           1M-blocks      Used Available Use% Mounted on
/dev/sda5                 7976      2716      4856  36% /
tmpfs                      123         0       123   0% /lib/init/rw
varrun                     123         1       123   1% /var/run
varlock                    123         0       123   0% /var/lock
udev                       123         1       123   1% /dev
tmpfs                      123         1       123   1% /dev/shm
lrm                        123         3       121   2% /lib/modules/2.6.28-11-generic/volatile
keith@l400:~$ free -m
             total       used       free     shared    buffers     cached
Mem:           244        226         18          0          5         72
-/+ buffers/cache:        148         96
Swap:          768         20        748
</pre>
<p>Stock Ubuntu 9.04 (geological time frame to install) and as you can see with Firefox loaded and logged into this blog we are into swap already. I increased the swap size a bit from the last install just in case that is causing any issues with hibernate. I doubt it though. Haven&#8217;t even got to the flash plug in yet!</p>
<p>Hibernate works when you adjust the settings in &#8216;power management&#8217; so that closing the lid selects hibernate instead of &#8216;blank screen&#8217;. I wonder if there is a similar setting in Debian 5?</p>
<p>Installing LXDE and fresh booting into an LXDE session reduces the memory footprint with Firefox running to around 91 Mb</p>
<pre>
keith@l400:~$ free -m
             total       used       free     shared    buffers     cached
Mem:           244        186         58          0          8         85
-/+ buffers/cache:         91        153
Swap:          768          3        765
</pre>
<p>But we are still into swap with just Firefox loaded (no flashplayer). And so to the stock dwm in the Ubuntu repository &#8211; which isn&#8217;t quite behaving as it should (shift-alt-enter does not start a new terminal for instance, I had to alt-p and type xterm). 77Mb with one Firefox window, but at least there is no swapping yet.</p>
<pre>
keith@l400:~$ free -m
             total       used       free     shared    buffers     cached
Mem:           244        212         32          0         11        122
-/+ buffers/cache:         77        167
Swap:          768          0        768
</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/seventhteletype.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/seventhteletype.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/seventhteletype.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/seventhteletype.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/seventhteletype.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/seventhteletype.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/seventhteletype.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/seventhteletype.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/seventhteletype.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/seventhteletype.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/seventhteletype.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/seventhteletype.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/seventhteletype.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/seventhteletype.wordpress.com/100/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seventhteletype.wordpress.com&amp;blog=7836039&amp;post=100&amp;subd=seventhteletype&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://seventhteletype.wordpress.com/2009/05/29/ubuntu-9-04-stock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22019df676845c609c5bff95ed8da95c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sohcahtoa</media:title>
		</media:content>
	</item>
	</channel>
</rss>
