<?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>n3wt0n! &#187; technical</title>
	<atom:link href="http://n3wt0n.com/blog/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://n3wt0n.com/blog</link>
	<description>Student4Life</description>
	<lastBuildDate>Wed, 25 Jan 2012 21:40:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Trendnet TEW 423pi wifi and Ubuntu 10.04</title>
		<link>http://n3wt0n.com/blog/trendnet-tew-423pi-wifi-and-ubuntu-10-04/</link>
		<comments>http://n3wt0n.com/blog/trendnet-tew-423pi-wifi-and-ubuntu-10-04/#comments</comments>
		<pubDate>Wed, 22 Sep 2010 14:11:16 +0000</pubDate>
		<dc:creator>kyle</dc:creator>
				<category><![CDATA[technical]]></category>
		<category><![CDATA[423pi]]></category>
		<category><![CDATA[ndiswrapper]]></category>
		<category><![CDATA[tew]]></category>
		<category><![CDATA[trendnet]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://n3wt0n.com/blog/?p=867</guid>
		<description><![CDATA[I&#8217;ve spent parts of the last 24 hours trying to get wifi running on my desktop (I primarily use my work laptop). The desktop uses a cheapo Trendnet TEW 423pi (revision C1.xR). After bashing my head against my desk following the Ubuntu Community instructions to installing ndiswrapper and Windows wifi drivers, and finding that the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve spent parts of the last 24 hours trying to get wifi running on my desktop (I primarily use my work laptop). The desktop uses a cheapo Trendnet TEW 423pi (<a href="http://www.trendnet.com/downloads/list_subcategory.asp?SUBTYPE_ID=1061" target="_blank">revision C1.xR</a>).</p>
<p>After bashing my head against my desk following the <a href="https://help.ubuntu.com/community/WifiDocs/Driver/Ndiswrapper" target="_blank">Ubuntu Community instructions</a> to installing ndiswrapper and Windows wifi drivers, and finding that the wireless networking still doesn&#8217;t work, I find a simple solution to my problem. I notice the network-manager, for both the wired and wireless connections, when clicked on displays: <strong>wireless networks device not managed</strong>.</p>
<p>A quick google search for <strong>ubuntu wireless networks device not managed</strong> and I find the simple solution. The solution was found at <a href="http://ubuntuforums.org/showpost.php?p=7105587&amp;postcount=8" target="_blank">post #8</a> of <a href="http://ubuntuforums.org/showthread.php?t=1109585" target="_blank">this thread</a>.</p>
<blockquote><p>Changing [ifupdown] managed=false to true in /etc/NetworkManager/nm-system-settings.conf resolved the issue.</p></blockquote>
<div class="plus-one-wrap"><g:plusone href="http://n3wt0n.com/blog/trendnet-tew-423pi-wifi-and-ubuntu-10-04/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://n3wt0n.com/blog/trendnet-tew-423pi-wifi-and-ubuntu-10-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To: Google App Inventor in Ubuntu 10.04</title>
		<link>http://n3wt0n.com/blog/how-to-google-app-inventor-in-ubuntu-10-04/</link>
		<comments>http://n3wt0n.com/blog/how-to-google-app-inventor-in-ubuntu-10-04/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 18:55:39 +0000</pubDate>
		<dc:creator>kyle</dc:creator>
				<category><![CDATA[technical]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[app inventor]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://n3wt0n.com/blog/?p=828</guid>
		<description><![CDATA[I was recently given access to Google&#8217;s App Inventor. You know, that &#8216;building-block&#8217; development environment that&#8217;s supposed to make application development on Android handsets easy and fun? If you&#8217;re like me, you followed the setup procedures provided by Google. And then you eagerly created a new project and tried to start the &#8220;Blocks Editor&#8221;, as [...]]]></description>
			<content:encoded><![CDATA[<p>I was recently given access to Google&#8217;s <a href="http://appinventor.googlelabs.com/" target="_blank">App Inventor</a>. You know, that &#8216;building-block&#8217; development environment that&#8217;s supposed to make application development on Android handsets easy and fun?</p>
<p>If you&#8217;re like me, you <a href="http://appinventor.googlelabs.com/learn/setup/index.html" target="_blank">followed the setup procedures</a> provided by Google. And then you eagerly created a new project and tried to start the &#8220;Blocks Editor&#8221;, as per the <a href="http://appinventor.googlelabs.com/learn/setup/starting.html" target="_blank">next set of instructions</a> provided by Google. And then things broke.</p>
<p>The Blocks Editor requires super user permissions to run, otherwise the web start crashes. Here&#8217;s how to easily launch the Blocks Editor.</p>
<p>From the command line, create a file</p>
<pre>touch javaWebStart.sh</pre>
<p>and make it executable</p>
<pre>chmod +x javaWebStart.sh</pre>
<p>and open it in your favorite editor.</p>
<p>Paste the following into the file</p>
<pre>#!/bin/sh
gksudo /usr/bin/javaws $1</pre>
<p>and save it!</p>
<p>Now when you click &#8220;Open the Blocks Editor&#8221; and it asks you what program you want to open it with, point it to that script. It will ask for your root password (the gksudo part does that) and Blocks Editor has everything it needs to set itself up. No more crash!</p>
<div class="plus-one-wrap"><g:plusone href="http://n3wt0n.com/blog/how-to-google-app-inventor-in-ubuntu-10-04/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://n3wt0n.com/blog/how-to-google-app-inventor-in-ubuntu-10-04/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>X-COM: UFO Defense, Steam, and DOSBox</title>
		<link>http://n3wt0n.com/blog/x-com-ufo-defense-steam-and-dosbox/</link>
		<comments>http://n3wt0n.com/blog/x-com-ufo-defense-steam-and-dosbox/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 06:02:55 +0000</pubDate>
		<dc:creator>kyle</dc:creator>
				<category><![CDATA[technical]]></category>
		<category><![CDATA[commander keen]]></category>
		<category><![CDATA[doom]]></category>
		<category><![CDATA[dos]]></category>
		<category><![CDATA[dosbox]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[steam]]></category>
		<category><![CDATA[XCOM]]></category>

		<guid isPermaLink="false">http://n3wt0n.com/blog/?p=813</guid>
		<description><![CDATA[I recently purchased the X-COM: Complete Pack during the Steam Perils of Summer sale, and of course I wanted to run the game in my Ubuntu (10.04) partition. Turns out it&#8217;s really easy. Steam runs the game in DOSBox, and DOSBox is available natively in Ubuntu. First, I&#8217;ll assume you&#8217;ve already got access to the [...]]]></description>
			<content:encoded><![CDATA[<p>I recently purchased the <a href="http://store.steampowered.com/sub/964/" target="_blank">X-COM: Complete Pack</a> during the Steam Perils of Summer sale, and of course I wanted to run the game in my Ubuntu (10.04) partition. Turns out it&#8217;s really easy. Steam runs the game in DOSBox, and DOSBox is available natively in Ubuntu.</p>
<p>First, I&#8217;ll assume you&#8217;ve already got access to the Steam-installed version of the game (either through Steam running in <a href="http://www.winehq.org/" target="_blank">Wine</a> or Steam on a Windows partition). I copied the XCOM game directory to a convenient location. You can find the XCOM directory at wherever your Steam install is&#8230;</p>
<pre>Steam/steamapps/common/xcom ufo defense/XCOM</pre>
<p>and I copied that to</p>
<pre>/home/myaccount/Games/dos/c/XCOM</pre>
<p>You can do the same from the command line, assuming you have a Wine-installed version of Steam, by copying the entire block below and pasting it into a console. Don&#8217;t mind if the text runs further than this window allows. The entire command should copy when selected.</p>
<pre>cp -r \
/home/myaccount/.wine/drive_c/Program\ Files/Steam/steamapps/common/xcom\ ufo\ defense/XCOM/ \
/home/myaccount/Games/dos/c/</pre>
<p>Now install DOSBox. From the command line,</p>
<pre>sudo aptitude install dosbox</pre>
<p>When that&#8217;s done, run dosbox from the command line.</p>
<pre>dosbox
</pre>
<p>Or from the Applications bar.</p>
<pre>Applications &gt; Games &gt; DOSBox Emulator</pre>
<p>This will open the DOSBox window. You&#8217;ll notice it mounts the &#8216;z&#8217; drive by default. We want to mount the &#8216;c&#8217; drive, which as you&#8217;ll recall we created in <strong>/home/myaccount/Games/dos/c/</strong></p>
<p>In DOSBox type</p>
<pre>mount c /home/myaccount/Games/dos/c/</pre>
<p>And change the focus to the c drive by typing</p>
<pre>c:</pre>
<p>Now we just navigate to the XCOM directory.</p>
<pre>cd XCOM</pre>
<p>and run the game</p>
<pre>XCOM.BAT</pre>
<p>And that&#8217;s it! Just don&#8217;t ask me how to play the game because I&#8217;ve got no idea. (It drops you onto the globe and doesn&#8217;t give you any hint what you&#8217;re supposed to do next).</p>
<p>In a similar case, you could use the same method to run the <a href="http://store.steampowered.com/app/2280/" target="_blank">original</a> <a href="http://store.steampowered.com/app/2300/" target="_blank">DOOM</a> when purchased in Steam, or even <a href="http://store.steampowered.com/app/9180/" target="_blank">Commander Keen</a>.</p>
<div class="plus-one-wrap"><g:plusone href="http://n3wt0n.com/blog/x-com-ufo-defense-steam-and-dosbox/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://n3wt0n.com/blog/x-com-ufo-defense-steam-and-dosbox/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>From the Android of&#8230;</title>
		<link>http://n3wt0n.com/blog/from-the-android-of/</link>
		<comments>http://n3wt0n.com/blog/from-the-android-of/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 00:36:12 +0000</pubDate>
		<dc:creator>kyle</dc:creator>
				<category><![CDATA[technical]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[phone]]></category>

		<guid isPermaLink="false">http://n3wt0n.com/blog/?p=758</guid>
		<description><![CDATA[Writing this from my new phone. This takes me out of the stone age. I used to have a Motorola Razr. It lasted me three years but recently stopped working 100%. Now I&#8217;m having fun with a Motorola Milestone. What android needs now is a music marketplace. Then I might be compelled to stop listening [...]]]></description>
			<content:encoded><![CDATA[<p>Writing this from my new phone. This takes me out of the stone age. I used to have a Motorola Razr. It lasted me three years but recently stopped working 100%. Now I&#8217;m having fun with a Motorola Milestone.</p>
<p>What android needs now is a music marketplace. Then I might be compelled to stop listening to only free and creative commons music.</p>
<div class="plus-one-wrap"><g:plusone href="http://n3wt0n.com/blog/from-the-android-of/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://n3wt0n.com/blog/from-the-android-of/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More Steam and Linux Goodies</title>
		<link>http://n3wt0n.com/blog/more-steam-and-linux-goodies/</link>
		<comments>http://n3wt0n.com/blog/more-steam-and-linux-goodies/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 16:17:08 +0000</pubDate>
		<dc:creator>kyle</dc:creator>
				<category><![CDATA[technical]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://n3wt0n.com/blog/?p=750</guid>
		<description><![CDATA[I just want to say a quick word about this week&#8217;s Midweek Madness on Steam. It features 7 indie games. Seven! And all for $2 each or $9.99 for the whole bunch. The two most relevant to this post are two that also have Linux binaries. There&#8217;s Altitude, a real-time, side-scrolling, shoot other planes while [...]]]></description>
			<content:encoded><![CDATA[<p>I just want to say a quick word about this week&#8217;s <a href="http://store.steampowered.com/sub/3059" target="_blank">Midweek Madness</a> on Steam. It features 7 indie games. Seven! And all for $2 each or $9.99 for the whole bunch.</p>
<p>The two most relevant to this post are two that also have Linux binaries. There&#8217;s <a href="http://altitudegame.com/" target="_blank">Altitude</a>, a real-time, side-scrolling, shoot other planes while you fly game. The other is <a href="http://www.galcon.com/fusion/" target="_blank">Galcon Fusion</a>, a real-time, top-down, take over planets and wipe out the competition game.</p>
<p>The cool thing these two games are doing is, you purchase the game on Steam (presumably in your Windows partition or through wine), and then register the game. The game authenticates against their respective developers&#8217; websites and have you create an account for each. Now that you&#8217;re registered, download the Linux binary/demo and then enter your account details (username and password). You now have two great full-version games you can play natively in Linux!</p>
<div class="plus-one-wrap"><g:plusone href="http://n3wt0n.com/blog/more-steam-and-linux-goodies/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://n3wt0n.com/blog/more-steam-and-linux-goodies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Doom 3 in Ubuntu (from Steam)</title>
		<link>http://n3wt0n.com/blog/install-doom-3-in-ubuntu-from-steam/</link>
		<comments>http://n3wt0n.com/blog/install-doom-3-in-ubuntu-from-steam/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 19:15:10 +0000</pubDate>
		<dc:creator>kyle</dc:creator>
				<category><![CDATA[technical]]></category>
		<category><![CDATA[doom 3]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[retail]]></category>
		<category><![CDATA[steam]]></category>

		<guid isPermaLink="false">http://n3wt0n.com/blog/?p=745</guid>
		<description><![CDATA[These are further instructions to the Ubuntu Community documentation on Doom 3 (and Resurrection of Evil). Where those instructions deal with installing from the retail CDs which you&#8217;d be hard-pressed to find any more, my instructions are how to install from an existing Steam installation. The Steam version of Doom 3 most likely exists within [...]]]></description>
			<content:encoded><![CDATA[<p>These are further instructions to the Ubuntu Community documentation on <a href="https://help.ubuntu.com/community/Doom3" target="_blank">Doom 3</a> (and Resurrection of Evil). Where those instructions deal with installing from the retail CDs which you&#8217;d be hard-pressed to find any more, my instructions are how to install from an existing Steam installation.</p>
<p>The Steam version of Doom 3 most likely exists within a Windows partition on your computer, but I don&#8217;t see why you couldn&#8217;t install <a href="http://store.steampowered.com/sub/425/" target="_blank">Steam/Doom3</a> via <a href="http://www.winehq.org/" target="_blank">Wine</a> and copy the files over from that.</p>
<p>First, download the <a href="ftp://ftp.idsoftware.com/idstuff/doom3/linux/" target="_blank">Doom 3 Linux installer from id software</a> (~20MB). As of the time of this writing, the file name is <strong>doom3-linux-1.3.1.1304.x86.run</strong>.</p>
<p>Next, run the installer.</p>
<pre>sudo sh doom3-linux-1.3.1.1304.x86.run</pre>
<p>I left all options default, installing to <strong>/usr/local/games/doom3</strong>, which is why you need to run as <strong>sudo</strong>.</p>
<p>The game won&#8217;t run yet. We still have to copy the retail files over to the installation directory. So mount the Windows partition so we have access to those files.</p>
<p>The files we&#8217;re interested in are located in</p>
<pre>Steam/steamapps/common/doom\ 3/base</pre>
<p>and if you have the expansion</p>
<pre>Steam/steamapps/common/doom\ 3/d3xp</pre>
<p>and the CD-Keys (<strong>doomkey</strong> and <strong>xpkey</strong>) found in</p>
<pre>Steam/steamapps/common/doom 3/base</pre>
<p>To install Doom 3, navigate to the <strong>doom\ 3/base</strong> directory and copy each of</p>
<pre>pak000.pk4
pak001.pk4
pak002.pk4
pak003.pk4
pak004.pk4</pre>
<p>into</p>
<pre>/usr/local/games/doom3/base</pre>
<p>and if you are also installing Resurrection of Evil you&#8217;ll want to navigate to <strong>doom\ 3/d3xp</strong> and copy</p>
<pre>pak000.pk4</pre>
<p>into</p>
<pre>/usr/local/games/doom3/d3xp</pre>
<p>That&#8217;s it. To launch the game you can type</p>
<pre>doom3</pre>
<p>from the command line, and to launch Resurrection of Evil you type</p>
<pre>doom3 +set fs_game d3xp</pre>
<p>But wait! There&#8217;s more! A common complaint at this point is that the Steam CD-Key does not work. Doom 3 expects 18 characters, but the Steam provided CD Key contains only 16 characters.</p>
<p>Easy solution.</p>
<p>Copy <strong>doomkey</strong>, and <strong>xpkey</strong> if you have it, from the Doom 3 Steam directory into your local doom3 home directory</p>
<pre>~/.doom3/base</pre>
<p>Done!</p>
<div class="plus-one-wrap"><g:plusone href="http://n3wt0n.com/blog/install-doom-3-in-ubuntu-from-steam/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://n3wt0n.com/blog/install-doom-3-in-ubuntu-from-steam/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Linux Game Sales Count</title>
		<link>http://n3wt0n.com/blog/linux-game-sales-count/</link>
		<comments>http://n3wt0n.com/blog/linux-game-sales-count/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 16:56:09 +0000</pubDate>
		<dc:creator>kyle</dc:creator>
				<category><![CDATA[technical]]></category>
		<category><![CDATA[count]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[sales]]></category>

		<guid isPermaLink="false">http://n3wt0n.com/blog/?p=737</guid>
		<description><![CDATA[I propose that when counting the &#8220;Linux sales&#8221; of a game to reduce the Windows sales of that title by the same amount. I can&#8217;t speak for everyone, but when I purchase a game for Linux (usually via digital download) like these great games which are on sale right now: $10 &#8211; Machinarium and Samorost2 [...]]]></description>
			<content:encoded><![CDATA[<p>I propose that when counting the &#8220;Linux sales&#8221; of a game to reduce the Windows sales of that title by the same amount.</p>
<p>I can&#8217;t speak for everyone, but when I purchase a game for Linux (usually via digital download) like these great games which are on sale right now:</p>
<ul>
<li>$10 &#8211; <a href="http://machinarium.net/blog/2009/12/16/amanita-design-christmas-pack-machinarium-samorost2-for-10-60-off/" target="_blank">Machinarium and Samorost2 + soundtracks + art</a></li>
<li>$X &#8211; <a href="http://www.charliesgames.com/wordpress/?p=471" target="_blank">Irukanji and Bullet Candy</a></li>
</ul>
<p>when I&#8217;m offered links to the Linux version and to the Windows version, I download from the Linux link first but I always download the Windows version immediately after.</p>
<p>I&#8217;m uncertain how many people are out there who do the same thing, but I propose reducing the Windows count by a certain amount all the same.</p>
<p>I even bought a Windows netbook (and later returned it) with the intent of wiping Win and replacing with Linux.</p>
<div class="plus-one-wrap"><g:plusone href="http://n3wt0n.com/blog/linux-game-sales-count/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://n3wt0n.com/blog/linux-game-sales-count/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VirtualBox Network with XP Guest in Ubuntu Host</title>
		<link>http://n3wt0n.com/blog/virtualbox-network-with-xp-guest-in-ubuntu-host/</link>
		<comments>http://n3wt0n.com/blog/virtualbox-network-with-xp-guest-in-ubuntu-host/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 04:19:47 +0000</pubDate>
		<dc:creator>kyle</dc:creator>
				<category><![CDATA[technical]]></category>
		<category><![CDATA[guest]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[sun]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[winxp]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://n3wt0n.com/blog/?p=711</guid>
		<description><![CDATA[This tip refers to VirtualBox 3.0.8 and Ubuntu 9.04. If you&#8217;re anything like me, you might have need of a WinXP install within Ubuntu. In my case, it&#8217;s convenient to have a VirtualBox of Windows running for immediate testing of websites (as I build them) so that I can test the sites functionality and appearance [...]]]></description>
			<content:encoded><![CDATA[<pre>This tip refers to <strong>VirtualBox 3.0.8</strong> and <strong>Ubuntu 9.04</strong>.</pre>
<p>If you&#8217;re anything like me, you might have need of a WinXP install within Ubuntu. In my case, it&#8217;s convenient to have a VirtualBox of Windows running for immediate testing of websites (as I build them) so that I can test the sites functionality and appearance within Internet Explorer.</p>
<p>Unfortunately, the default settings of a guest WinXP install don&#8217;t allow for networking &#8220;out of the box&#8221;. But it&#8217;s an easy fix!</p>
<p>First, make sure the virtual machine is not already running. Turn it off if it is.</p>
<p>Next, highlight the WinXP virtual machine within the Sun VirtualBox main screen. Click <strong>Settings</strong>. Select <strong>Network</strong>. Change the <em>Adapter Type</em> to <strong>Intel PRO/1000 T Server (bunchanumbers)</strong> then <strong>OK</strong> and start the virtual machine.</p>
<p>When you boot into the Windows guest, the network should now work.</p>
<div class="plus-one-wrap"><g:plusone href="http://n3wt0n.com/blog/virtualbox-network-with-xp-guest-in-ubuntu-host/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://n3wt0n.com/blog/virtualbox-network-with-xp-guest-in-ubuntu-host/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Adjust World of Goo&#8217;s Resolution</title>
		<link>http://n3wt0n.com/blog/adjust-world-of-goos-resolution/</link>
		<comments>http://n3wt0n.com/blog/adjust-world-of-goos-resolution/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 16:06:58 +0000</pubDate>
		<dc:creator>kyle</dc:creator>
				<category><![CDATA[technical]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[resolution]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[world of goo]]></category>

		<guid isPermaLink="false">http://n3wt0n.com/blog/?p=703</guid>
		<description><![CDATA[World of Goo celebrated it&#8217;s first birthday earlier this week. To honor the birthday, 2D Boy, the game&#8217;s developers, have priced the game at whatever you want to pay. But you have to act quick as the sale runs out October 19. Significantly, there is a .deb installer for the game. It runs very well [...]]]></description>
			<content:encoded><![CDATA[<p>World of Goo celebrated it&#8217;s first birthday earlier this week. To honor the birthday, 2D Boy, the game&#8217;s developers, have priced the game at <a href="http://2dboy.com/games.php" target="_blank">whatever you want to pay</a>. But you have to act quick as the sale runs out October 19.</p>
<p>Significantly, there is a .deb installer for the game. It runs very well on my old laptop running Ubuntu 9.04.</p>
<p>Back to the topic at hand, can you change the resolution of the game? How about running the game inside a window rather than fullscreen?</p>
<p>Yes you can, and yes you can. Here&#8217;s how.</p>
<p>Find the config.txt for the game in</p>
<pre>/opt/WorldOfGoo/properties/</pre>
<p>You could edit that config.txt if you like, but it&#8217;s recommended you copy it to your $HOME directory.</p>
<pre>cp /opt/WorldOfGoo/properties/config.txt ~/.WorldOfGoo/</pre>
<p>Now you don&#8217;t have to sudo the file to edit it. Open up the config.txt that you placed in <strong>$HOME/.WorldOfGoo/</strong> (I like to use scite).</p>
<pre>scite ~/.WorldOfGoo/config.txt</pre>
<p>Starting around <strong>line 20</strong> is the Graphics Display area. It looks something like:</p>
<pre>&lt;!-- Graphics display --&gt;
 &lt;param name="screen_width" value="800" /&gt;
 &lt;param name="screen_height" value="600" /&gt;
 &lt;param name="color_depth" value="0" /&gt;
 &lt;param name="fullscreen" value="false" /&gt;
 &lt;param name="ui_inset" value="10" /&gt;</pre>
<p>Change the <strong>screen_width</strong> and <strong>screen_height</strong> values to whatever you desire. Likewise with the <strong>fullscreen</strong> option. My config shows I run the game in 800 by 600 resolution in a window.</p>
<p>Next time you launch the game, the settings will have taken effect.</p>
<div class="plus-one-wrap"><g:plusone href="http://n3wt0n.com/blog/adjust-world-of-goos-resolution/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://n3wt0n.com/blog/adjust-world-of-goos-resolution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>1234567890++</title>
		<link>http://n3wt0n.com/blog/1234567890-2/</link>
		<comments>http://n3wt0n.com/blog/1234567890-2/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 23:35:48 +0000</pubDate>
		<dc:creator>kyle</dc:creator>
				<category><![CDATA[technical]]></category>

		<guid isPermaLink="false">http://n3wt0n.com/blog/?p=228</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-229" title="1234567890" src="http://n3wt0n.com/blog/wp-content/uploads/2009/02/1234567890.png" alt="1234567890" width="624" height="348" /></p>
<div class="plus-one-wrap"><g:plusone href="http://n3wt0n.com/blog/1234567890-2/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://n3wt0n.com/blog/1234567890-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

