<?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>compbrain.net &#187; ubuntu</title>
	<atom:link href="http://compbrain.net/archives/tag/ubuntu/feed" rel="self" type="application/rss+xml" />
	<link>http://compbrain.net</link>
	<description>A collection of occasional thoughts</description>
	<lastBuildDate>Sun, 14 Mar 2010 02:27:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>qmmp</title>
		<link>http://compbrain.net/archives/51</link>
		<comments>http://compbrain.net/archives/51#comments</comments>
		<pubDate>Sun, 06 Dec 2009 17:58:56 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[qmmp]]></category>
		<category><![CDATA[screenshot]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[winamp]]></category>

		<guid isPermaLink="false">http://compbrain.net/?p=51</guid>
		<description><![CDATA[I&#8217;ve gotten to rather like qmmp. It offers a nice balance of simplicity and functionality, and has the added benefit of being modeled visually after my favourite windows based media player, winamp. To make this style more complete, i&#8217;ve added the official Winamp base skin.
The classic skin came from here. Just download the .zip and [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve gotten to rather like <a href="http://code.google.com/p/qmmp/">qmmp</a>. It offers a nice balance of simplicity and functionality, and has the added benefit of being modeled visually after my favourite windows based media player, winamp. To make this style more complete, i&#8217;ve added the official Winamp base skin.<br />
<div id="attachment_52" class="wp-caption aligncenter" style="width: 310px"><img src="http://compbrain.net/wp-content/uploads/2009/12/Screenshot-300x160.png" alt="QMMP with Winamp base skin" title="QMMP Winamp Skin" width="300" height="160" class="size-medium wp-image-52" /><p class="wp-caption-text">QMMP with Winamp base skin</p></div></p>
<p>The classic skin came from <a href="http://wiki.skinconsortium.com/index.php?title=Winamp_Classic_Skins">here</a>. Just download the .zip and place it in ~/.qmmp/skins, open up the settings, make the switch, and you&#8217;re good to go.</p>
]]></content:encoded>
			<wfw:commentRss>http://compbrain.net/archives/51/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sharp LC32DA5U 720p with Intel Graphics</title>
		<link>http://compbrain.net/archives/44</link>
		<comments>http://compbrain.net/archives/44#comments</comments>
		<pubDate>Mon, 05 Oct 2009 16:22:07 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[xbmc]]></category>
		<category><![CDATA[xrandr]]></category>

		<guid isPermaLink="false">http://compbrain.net/?p=44</guid>
		<description><![CDATA[We&#8217;ve got a Sharp LC32DA5U in our dorm connected to a homebuilt PC from Frys. Recently we upgraded to Ubuntu Karmic and the latest SVN releases of XBMC. In order to get a reasonable resolution out of the TV/PC combination we needed this little xrandr script to set the resolution before xbmc starts up. The [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve got a Sharp LC32DA5U in our dorm connected to a homebuilt PC from Frys. Recently we upgraded to Ubuntu Karmic and the latest SVN releases of XBMC. In order to get a reasonable resolution out of the TV/PC combination we needed this little xrandr script to set the resolution before xbmc starts up. The modelines for this TV are not easy to track down, so here they are in script form for future reference.<br />
<code><br />
#!/bin/bash<br />
# This one leaves a vertical stripe on the left<br />
#MODELINE="74.250 1280 1320 1376 1650 720 722 728 750 +HSync +VSync"<br />
# This one seems to actually work<br />
MODELINE="74.250 1280 1390 1430 1650 720 725 730 750 +HSync +VSync"<br />
xrandr --newmode 1280x720 $MODELINE<br />
xrandr --addmode DVI1 1280x720<br />
xrandr --output DVI1 --mode 1280x720<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://compbrain.net/archives/44/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weekend at Lime Rock Park</title>
		<link>http://compbrain.net/archives/41</link>
		<comments>http://compbrain.net/archives/41#comments</comments>
		<pubDate>Fri, 04 Sep 2009 00:59:36 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[Travel]]></category>
		<category><![CDATA[camping]]></category>
		<category><![CDATA[lime rock]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://compbrain.net/?p=41</guid>
		<description><![CDATA[I am at Lime Rock Park this weekend for the Rolex Vintage Festival. I had to check in to a college website for course registration, so I fired up my laptop with a Virgin Mobile Broadband2Go card, and got it done. Using the modemmanager PPA with Jaunty seems to make things really usable.
]]></description>
			<content:encoded><![CDATA[<p>I am at <a href="http://www.limerock.com/">Lime Rock Park</a> this weekend for the Rolex Vintage Festival. I had to check in to a college website for course registration, so I fired up my laptop with a Virgin Mobile Broadband2Go card, and got it done. Using the modemmanager PPA with Jaunty seems to make things really usable.<br />
<div id="attachment_40" class="wp-caption aligncenter" style="width: 235px"><img src="http://compbrain.net/wp-content/uploads/2009/09/IMG_2174-225x300.jpg" alt="Dell M1330 in a Tent" title="Laptop in Tent" width="225" height="300" class="size-medium wp-image-40" /><p class="wp-caption-text">Dell M1330 in a Tent</p></div></p>
]]></content:encoded>
			<wfw:commentRss>http://compbrain.net/archives/41/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>gflags for Ubuntu</title>
		<link>http://compbrain.net/archives/28</link>
		<comments>http://compbrain.net/archives/28#comments</comments>
		<pubDate>Wed, 26 Aug 2009 06:09:42 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://compbrain.net/?p=28</guid>
		<description><![CDATA[If you are looking for the excellent Google gflags python module as an Ubuntu package, look no farther. It is available from my PPA: https://launchpad.net/~compbrain/+archive/ppa
A quick how-to install is included below.

$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E5C2D9CD
$ sudo sh -c 'echo "deb http://ppa.launchpad.net/compbrain/ppa/ubuntu jaunty main" > /etc/apt/sources.list.d/compbrainppa.list'
$ sudo apt-get update &#038;&#038; sudo apt-get install [...]]]></description>
			<content:encoded><![CDATA[<p>If you are looking for the excellent <a href="http://code.google.com/p/google-gflags/">Google gflags</a> python module as an Ubuntu package, look no farther. It is available from my PPA: <a href="https://launchpad.net/~compbrain/+archive/ppa">https://launchpad.net/~compbrain/+archive/ppa</a></p>
<p>A quick how-to install is included below.</p>
<pre>
$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E5C2D9CD
$ sudo sh -c 'echo "deb http://ppa.launchpad.net/compbrain/ppa/ubuntu jaunty main" > /etc/apt/sources.list.d/compbrainppa.list'
$ sudo apt-get update &#038;&#038; sudo apt-get install python-gflags
</pre>
]]></content:encoded>
			<wfw:commentRss>http://compbrain.net/archives/28/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nginx PHP5 Fastcgi</title>
		<link>http://compbrain.net/archives/24</link>
		<comments>http://compbrain.net/archives/24#comments</comments>
		<pubDate>Fri, 31 Jul 2009 03:45:45 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[webserver]]></category>

		<guid isPermaLink="false">http://compbrain.net/?p=24</guid>
		<description><![CDATA[Quick note for myself and anyone else looking to replace lighttpd or apache2 with nginx for serving php (ala wordpress):
http://frankkumro.com/2009/01/03/ubuntu-nginx-and-php5/
]]></description>
			<content:encoded><![CDATA[<p>Quick note for myself and anyone else looking to replace lighttpd or apache2 with nginx for serving php (ala wordpress):<br />
<a href="http://frankkumro.com/2009/01/03/ubuntu-nginx-and-php5/">http://frankkumro.com/2009/01/03/ubuntu-nginx-and-php5/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://compbrain.net/archives/24/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix a Broken AVI Seek Table/Index</title>
		<link>http://compbrain.net/archives/18</link>
		<comments>http://compbrain.net/archives/18#comments</comments>
		<pubDate>Wed, 29 Jul 2009 16:21:42 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[avi]]></category>
		<category><![CDATA[fixit]]></category>
		<category><![CDATA[mplayer]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://compbrain.net/?p=18</guid>
		<description><![CDATA[Recently I was given a video by a friend in AVI format that caused trouble when playing it on my Neuros OSD. When I watched the video on my laptop with mplayer, everything was fine, but when you tried to seek with the Neuros it reported a video 16 minutes in length instead of the [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I was given a video by a friend in AVI format that caused trouble when playing it on my <a title="Neuros OSD" href="http://www.neurostechnology.com/osd">Neuros OSD</a>. When I watched the video on my laptop with mplayer, everything was fine, but when you tried to seek with the Neuros it reported a video 16 minutes in length instead of the full hour it should have been. Poking around the internet I found the following solution: Use mencoder to rebuild the AVI index, and write it out to a new copy of the video.</p>
<p><code><br />
$ mencoder -forceidx input.avi -o output.avi -oac copy -ovc copy<br />
$ mv output.avi input.avi<br />
</code></p>
<p>After that, the new input.avi should be playable, and seeking should work properly again.</p>
]]></content:encoded>
			<wfw:commentRss>http://compbrain.net/archives/18/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
