<?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>Fuzzy Logic &#187; Linux</title>
	<atom:link href="http://www.thetacticalnuke.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thetacticalnuke.com</link>
	<description>Because things aren&#039;t confusing enough...</description>
	<lastBuildDate>Fri, 10 Jun 2011 22:52:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>VNC in Ubuntu 11.04 Fix</title>
		<link>http://www.thetacticalnuke.com/2011/05/vnc-in-ubuntu-11-04-fix/</link>
		<comments>http://www.thetacticalnuke.com/2011/05/vnc-in-ubuntu-11-04-fix/#comments</comments>
		<pubDate>Tue, 31 May 2011 19:44:35 +0000</pubDate>
		<dc:creator>Jason Young</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tip]]></category>

		<guid isPermaLink="false">http://www.thetacticalnuke.com/?p=224</guid>
		<description><![CDATA[Vino, the VNC server that&#8217;s set up by default in Ubuntu 11.04, has a huge problem:  it doesn&#8217;t refresh after the initial login.  You can click and type and it&#8217;ll register, but it won&#8217;t actually redraw the screen.  The following post has the solution:
http://ubuntuforums.org/showpost.php?p=10775950&#038;postcount=13

]]></description>
			<content:encoded><![CDATA[<p>Vino, the VNC server that&#8217;s set up by default in Ubuntu 11.04, has a huge problem:  it doesn&#8217;t refresh after the initial login.  You can click and type and it&#8217;ll register, but it won&#8217;t actually redraw the screen.  The following post has the solution:</p>
<p><a href="http://ubuntuforums.org/showpost.php?p=10775950&#038;postcount=13">http://ubuntuforums.org/showpost.php?p=10775950&#038;postcount=13<br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thetacticalnuke.com/2011/05/vnc-in-ubuntu-11-04-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lenovo Ideapad Z565 running Ubuntu 10.04</title>
		<link>http://www.thetacticalnuke.com/2011/05/lenovo-ideapad-z565-running-ubuntu-10-04/</link>
		<comments>http://www.thetacticalnuke.com/2011/05/lenovo-ideapad-z565-running-ubuntu-10-04/#comments</comments>
		<pubDate>Wed, 25 May 2011 00:19:11 +0000</pubDate>
		<dc:creator>Jason Young</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.thetacticalnuke.com/?p=222</guid>
		<description><![CDATA[I&#8217;ll start out with this: Do not try to make this work unless you&#8217;re into pain.
So basically there are three problems with this
1) The touchpad doesn&#8217;t work.  Evidently, this post seems to solve that problem (but I never got that far)
2) The wireless doesn&#8217;t work.  It runs on a Broadcom BCM4313 (rev 01) [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ll start out with this: Do not try to make this work unless you&#8217;re into pain.</p>
<p>So basically there are three problems with this</p>
<p>1) The touchpad doesn&#8217;t work.  Evidently, <a href="http://ubuntuforums.org/showthread.php?t=1574679">this post</a> seems to solve that problem (but I never got that far)</p>
<p>2) The wireless doesn&#8217;t work.  It runs on a Broadcom BCM4313 (rev 01) chipset which isn&#8217;t built into 10.04 LTS.  <a href="http://ubuntuforums.org/showthread.php?p=10057878">Another Ubuntu Forums post</a> details a way to solve this, involving compiling some new kernel drivers, however&#8230;.</p>
<p>3) The ethernet doesn&#8217;t work either.  To get it working, all you have to do is <a href="http://ubuntuforums.org/showthread.php?t=1505697">compile another kernel driver</a>.  </p>
<p>So you would have to download all of the necessary packages and source, then go from there.  Have fun.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thetacticalnuke.com/2011/05/lenovo-ideapad-z565-running-ubuntu-10-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Well fsck that&#8230;</title>
		<link>http://www.thetacticalnuke.com/2008/12/well-fsck-that/</link>
		<comments>http://www.thetacticalnuke.com/2008/12/well-fsck-that/#comments</comments>
		<pubDate>Sun, 21 Dec 2008 19:25:34 +0000</pubDate>
		<dc:creator>Jason Young</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[ext3]]></category>
		<category><![CDATA[fsck]]></category>

		<guid isPermaLink="false">http://www.thetacticalnuke.com/?p=98</guid>
		<description><![CDATA[I got home today and booted up my Ubuntu Linux (8.04) server that had been down most of the semester and got some fun errors.  Now, the reason it was down in the first place was because the CMOS battery was out which caused hell with the system&#8217;s security features and I hadn&#8217;t bothered to [...]]]></description>
			<content:encoded><![CDATA[<p>I got home today and booted up my Ubuntu Linux (8.04) server that had been down most of the semester and got some fun errors.  Now, the reason it was down in the first place was because the CMOS battery was out which caused hell with the system&#8217;s security features and I hadn&#8217;t bothered to get a new CMOS battery.  So I boot it up and walk upstairs to set up my desktop.  I come back downstairs and get this ever friendly message:</p>
<p>* An automatic file system check (fsck) of the root filesystem failed.  A manual fsck must be performed, then the system restarted. The fsck should be performed in maintenance mode with the root filesystem mounted in read-only mode.</p>
<p>So, basically, my main filesystem was broken somehow.  Adding insult to injury, of course, was the fact that the thing that was shown as <em>causing</em> the problem was S01E02 of Firefly, which I was considering watching soon.  Great. On a strange note, the other place that was giving me trouble was on /etc/acpi/suspend.d/10-thinkpad-standby-led.sh. As for the problem itself,  I know why it happened, of course&#8211;this server only goes down when the power goes out and I would imagine that the file reference didn&#8217;t get correctly written to the journal before the server crashed. So, after multiple &#8220;Multiply-claimed block(s) in inode: x: xxxx xxx&#8221; errors, it finally told me to reboot.  After doing so, it fscked the disk again and then had me reboot AGAIN.  Awesome.  That finally let it work though, so I can&#8217;t complain.  Now to get a new CMOS battery&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thetacticalnuke.com/2008/12/well-fsck-that/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe AIR 1.5 for Linux (finally)</title>
		<link>http://www.thetacticalnuke.com/2008/12/adobe-air-15-for-linux-finally/</link>
		<comments>http://www.thetacticalnuke.com/2008/12/adobe-air-15-for-linux-finally/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 13:21:08 +0000</pubDate>
		<dc:creator>Jason Young</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[AIR]]></category>

		<guid isPermaLink="false">http://www.thetacticalnuke.com/?p=91</guid>
		<description><![CDATA[Adobe announced on December 17th that AIR 1.5 is now available for Linux!  This is a pretty big deal for Linux users because the previous version we were using was a buggy version that didn&#8217;t have all of the newest features (and was unreliable at that).  With this new release comes the new version for [...]]]></description>
			<content:encoded><![CDATA[<p>Adobe announced on December 17th that <a href="http://blogs.adobe.com/air/2008/12/adobe_air_15_now_available_for.html" target="_blank">AIR 1.5 is now available for Linux</a>!  This is a pretty big deal for Linux users because the previous version we were using was a buggy version that didn&#8217;t have all of the newest features (and <a href="http://www.thetacticalnuke.com/2008/fixing-the-mime-key-error-in-filezilla-complements-of-adobe-air/" target="_blank">was unreliable at that</a>).  With this new release comes the new version for both x86 and <a href="http://kb.adobe.com/selfservice/viewContent.do?externalId=kb408084&amp;sliceId=1" target="_blank">x64 processors</a>!  Read on for the whole explanation!</p>
<p><span id="more-91"></span></p>
<p>Getting Adobe AIR for Ubuntu 8.10 couldn&#8217;t be easier.  Visit the <a href="http://get.adobe.com/air/" target="_blank">Adobe AIR download page</a> and it&#8217;ll automatically detect your system type from your browser&#8217;s settings.  The file is a .bin file which means you don&#8217;t have to compile it.  Assuming you download it with firefox, simply fire up your terminal, change to your download directory (probably ~/Desktop) and issue</p>
<pre>nuke@nuke-laptop:~/Desktop$ <strong>chmod +x AdobeAIRInstaller.bin </strong>
nuke@nuke-laptop:~/Desktop$ <strong>sudo ./AdobeAIRInstaller.bin</strong></pre>
<p>Note: I was getting a very nondescript error when I ran that command saying that Adobe AIR couldn&#8217;t be installed and, of course, that was about all of the information I got.  I found out it was because I had the Adobe AIR 1.1 beta installed, which I needed to uninstall.  If you get that, simply run the following command (on Ubuntu):</p>
<pre>nuke@nuke-laptop:~/Desktop$ <strong>sudo dpkg -r adobeair-enu</strong></pre>
<p>and you&#8217;ll be fine.  If you&#8217;re still having problems,definitely look at Adobe&#8217;s <a href="http://blogs.adobe.com/air/2008/12/tips_on_resolving_application.html" target="_blank">short FAQ on AIR 1.5</a>.  It will give you a few things to try.  I also had to uninstall my previous AIR stuff with the following commands:</p>
<pre>nuke@nuke-laptop:~$ <strong>rm .appdata/ -rf</strong>
nuke@nuke-laptop:~$ <strong>rm .adobe/AIR/ -rf</strong>
nuke@nuke-laptop:~$ <strong>rm .macromedia/Flash_Player/www.macromedia.com/bin/air* -rf</strong></pre>
<p>Then, to get things working, I had to go to the <a href="http://get.adobe.com/flashplayer/" target="_blank">Flash Player download site</a> and download the newest version of Flash!  Also, for anything else that I had installed for AIR (such as <a href="http://www.twhirl.org/" target="_blank">twhirl</a>) I had to go in and manually remove it from Ubuntu&#8217;s package system.  Now, with most AIR apps, they name the package $appname.air.123o1u4831414323 or somesuch.  However, with twhirl, it installs it as <em>de.makesoft.twhirl.0ea062bc275e7ed1e6ec3762effd73c7158adf33.1 </em>(at least for me) so I had to run</p>
<pre>nuke@nuke-laptop:~$ <strong>sudo dpkg -r de.makesoft.twhirl.0ea062bc275e7ed1e6ec3762effd73c7158adf33.1</strong></pre>
<p>That let me reinstall twhirl.  If you can&#8217;t find that exact app but have the same problem, try autocompleting (tab) in the terminal after you type &#8220;de.makesoft&#8221;.  After all of that work, it was working great.  Finally!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thetacticalnuke.com/2008/12/adobe-air-15-for-linux-finally/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easy install of GEANT4 on Ubuntu 7.04 (and 8.04 and 8.10)</title>
		<link>http://www.thetacticalnuke.com/2008/12/easy-install-of-geant4-on-ubuntu-704-and-804-and-810/</link>
		<comments>http://www.thetacticalnuke.com/2008/12/easy-install-of-geant4-on-ubuntu-704-and-804-and-810/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 05:12:45 +0000</pubDate>
		<dc:creator>Jason Young</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OSS]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[GEANT4]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.thetacticalnuke.com/?p=89</guid>
		<description><![CDATA[In my research I work with the Physics simulation software GEANT4.  It&#8217;s an incredibly detailed and realistic package, but it&#8217;s an absolute beast to get working.  A while ago one of my coworkers found this site and it makes it incredibly easy.  It went down a while ago, but you can find it at http://aix1.uottawa.ca/~skirkwoo/GEANT4-Kubuntu.html [...]]]></description>
			<content:encoded><![CDATA[<p>In my <a href="https://engineering.purdue.edu/IMASS" target="_blank">research</a> I work with the Physics simulation software <a href="http://geant4.web.cern.ch/geant4/" target="_blank">GEANT4</a>.  It&#8217;s an incredibly detailed and realistic package, but it&#8217;s an absolute beast to get working.  A while ago one of my coworkers found <a href="http://www.ece.ualberta.ca/~kirkwood/GEANT4-Kubuntu.html" target="_blank">this site</a> and it makes it incredibly easy.  It went down a while ago, but you can find it at <a href="http://aix1.uottawa.ca/~skirkwoo/GEANT4-Kubuntu.html" target="_blank">http://aix1.uottawa.ca/~skirkwoo/GEANT4-Kubuntu.html</a> now.  I believe the old link is up as well, but the newer link is <a href="http://aix1.uottawa.ca/~skirkwoo/" target="_blank">Dr. Kirkwood&#8217;s official site</a>.  It&#8217;s a really great install and very valuable because it works on 8.04 (Hardy Heron), which is a Long-Term Service release.  The guide is for Kubuntu, but it works great on Ubuntu as well.</p>
<p>A quick note about using newer version of Ubuntu: From 8.10 (Intrepid Ibex) on, Ubuntu doesn&#8217;t come with a g77 package. g77 is not used for GEANT4 specifically, but with <a href="http://root.cern.ch/" target="_blank">CERN&#8217;s ROOT</a>, which is an amazing statistical analysis package. You won&#8217;t NEED this for GEANT4, but it allows you to do some cool stuff.  Anyhow, instead of g77, Intrepid (8.10) comes with &#8216;gfortran&#8217; which is not the same code, it seems.  Now, there are two ways on handling it.  I, personally, advise sticking to 8.04 and the g77 it comes with.  However, you can use a newer version of Ubuntu (or its variants) and either <a href="http://ubuntuforums.org/showpost.php?p=6160836&amp;postcount=14" target="_blank">use Hardy packages</a> or install from source.  Either way, it&#8217;s nice to have ROOT installed for statistical analysis.</p>
<p>As a side note, I&#8217;m hoping to (eventually) post a complete walkthrough of the process I go through when compiling CLHEP, GEANT4, and ROOT on a 8.04 machine.  It&#8217;ll probably be a while before I manage to get it written up, but it sure would be nice&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thetacticalnuke.com/2008/12/easy-install-of-geant4-on-ubuntu-704-and-804-and-810/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Back in Time: Essential Linux Backup Tool</title>
		<link>http://www.thetacticalnuke.com/2008/12/back-in-time-essential-linux-backup-tool/</link>
		<comments>http://www.thetacticalnuke.com/2008/12/back-in-time-essential-linux-backup-tool/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 04:15:46 +0000</pubDate>
		<dc:creator>Jason Young</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OSS]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.thetacticalnuke.com/?p=82</guid>
		<description><![CDATA[As anyone who has ever listened to Security Now knows, backing up your data is incredibly important.  It&#8217;s that one thing that seems completely unneccessary almost all of the time, especially if you never delete anything.  Whenever your hard drive dies, however, you need a good solution to recover your data.  Linux users love using [...]]]></description>
			<content:encoded><![CDATA[<p>As anyone who has ever listened to <a href="http://www.grc.com/securitynow.htm" target="_blank">Security Now</a> knows, backing up your data is <em>incredibly</em> important.  It&#8217;s that one thing that seems completely unneccessary almost all of the time, especially if you never delete anything.  Whenever your hard drive dies, however, you need a good solution to recover your data.  Linux users love using rsync to sync to an external server but there doesn&#8217;t seem to have a great way to backup with a GUI to a local drive.  When I found the program <a href="http://code.google.com/p/flyback/" target="_blank">Flyback</a>, I thought I had found my solution.  However, I found it had a tendency to lock up at times for me.  It also hadn&#8217;t been updated when I wanted to switch.  Evidently someone forked it into a program called &#8220;Warpback&#8221;, but I haven&#8217;t seen any real work on that front.</p>
<p>After a bit of searching, though, I&#8217;ve found a nice updated program called <a href="http://www.le-web.org/back-in-time/" target="_blank">Back in Time</a>.  I really like a lot of the features it supports.  It&#8217;s written in python and uses rsync and diff to do its magic.  One of the nice features of Back in Time is that it only updates files that have been updated since the last backup.  This doesn&#8217;t seem like that huge of a thing, but it does it well.  The only problem I&#8217;ve found is that the it won&#8217;t accept symlinks that link to outside of its directories&#8211;you&#8217;ll have to manually include that directory to be included.  Other than that, it&#8217;s great!  Check it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thetacticalnuke.com/2008/12/back-in-time-essential-linux-backup-tool/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tip: Fix Java not finding libmawt.so (Ubuntu 8.10)</title>
		<link>http://www.thetacticalnuke.com/2008/12/tip-fix-java-not-finding-libmawtso-ubuntu-810/</link>
		<comments>http://www.thetacticalnuke.com/2008/12/tip-fix-java-not-finding-libmawtso-ubuntu-810/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 19:09:17 +0000</pubDate>
		<dc:creator>Jason Young</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[Fix]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Swing]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.thetacticalnuke.com/?p=80</guid>
		<description><![CDATA[Just a quick fix for this problem&#8211;I&#8217;m more posting this for myself than anyone else.  Anyhow, if you have at one point installed the non-official Java package and then installed the sun-java6-jre package set, you may be missing some things.  The error I was getting was
Exception in thread "main" java.lang.UnsatisfiedLinkError:
Can't load library: /usr/lib/jvm/java-6-openjdk/jre/lib/i386/xawt/libmawt.so
The exact error [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick fix for this problem&#8211;I&#8217;m more posting this for myself than anyone else.  Anyhow, if you have at one point installed the non-official Java package and then installed the <em>sun-java6-jre</em> package set, you may be missing some things.  The error I was getting was</p>
<pre><strong>Exception in thread "main" java.lang.UnsatisfiedLinkError:
Can't load library: /usr/lib/jvm/java-6-openjdk/jre/lib/i386/xawt/libmawt.so</strong></pre>
<p>The exact error being:</p>
<pre><strong>Exception in thread "main" java.lang.UnsatisfiedLinkError: Can't load library: /usr/lib/jvm/java-6-openjdk/jre/lib/i386/xawt/libmawt.so</strong>
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1666)
at java.lang.Runtime.load0(Runtime.java:787)
at java.lang.System.load(System.java:1022)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1767)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1684)
at java.lang.Runtime.loadLibrary0(Runtime.java:840)
at java.lang.System.loadLibrary(System.java:1047)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:67)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:47)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.loadLibraries(Toolkit.java:1610)
at java.awt.Toolkit.&lt;clinit&gt;(Toolkit.java:1632)
at java.awt.Component.&lt;clinit&gt;(Component.java:568)
at CreditSystem.main(CreditSystem.java:17)</pre>
<p>The solution I found was to issue the following command</p>
<pre>sudo update-java-alternatives -s java-6-sun</pre>
<p>That will update your files and fix it. Fun fun&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thetacticalnuke.com/2008/12/tip-fix-java-not-finding-libmawtso-ubuntu-810/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Ubuntu 8.10 (Intrepid Ibex) beta on T61</title>
		<link>http://www.thetacticalnuke.com/2008/10/ubuntu-810-intrepid-ibex-beta-on-t61/</link>
		<comments>http://www.thetacticalnuke.com/2008/10/ubuntu-810-intrepid-ibex-beta-on-t61/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 18:07:42 +0000</pubDate>
		<dc:creator>Jason Young</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[8.10]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[Intrepid Ibex]]></category>
		<category><![CDATA[Thinkpad]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.thetacticalnuke.com/?p=74</guid>
		<description><![CDATA[Canonical released the Ubuntu 8.10 beta candidate last week.  As an avid Ubuntu user, I decided to give it a try on my T61 laptop.  I&#8217;m generally hesitant to upgrade to betas with Ubuntu&#8211;I&#8217;ve really never managed to have a flawless upgrade process.  I was determined, however, that today would be different!  So I fired [...]]]></description>
			<content:encoded><![CDATA[<p>Canonical released the <a href="http://releases.ubuntu.com/releases/8.10/" target="_blank">Ubuntu 8.10 beta</a> candidate last week.  As an avid Ubuntu user, I decided to give it a try on my T61 laptop.  I&#8217;m generally hesitant to upgrade to betas with Ubuntu&#8211;I&#8217;ve really never managed to have a flawless upgrade process.  I was determined, however, that today would be different!  So I <a href="http://www.ubuntu.com/testing/intrepid/beta#Upgrading%20from%20Ubuntu%208.04" target="_blank">fired up the Update Manager</a> so I could update from 8.04 and prayed.</p>
<p><span id="more-74"></span></p>
<p>The first thing that I realized with this upgrade was that it was going to take a <strong>long</strong> time.  I had to download and upgrade 1800+ packages.  I started the process at about 9 in the morning.  By 12:30, all of my packages had downloaded and installed.  I was ready to reboot and give it a try!</p>
<h2>Fixing a Kubuntu Login Screen and Gnome not being default</h2>
<p>One major problem I always seem to run into was that, at some point in my past, I installed KDE4 to try it out and, in doing so, it took over my system.  Now anytime I get a system update I have to reinstall the official Ubuntu bootup screen and tell GDM to boot into Gnome, not KDE, for my system.  This is how to fix the bootup screen.</p>
<pre>System -&gt; Administration -&gt; StartUp-Manager -&gt; "Appearance" Tab</pre>
<pre>Change "Usplash Theme" to 'usplash-theme-ubuntu'</pre>
<p>To fix the Gnome problem, simply select Gnome from the &#8220;Options -&gt; Session&#8221; menu on your login page.</p>
<h2>Make the Trackpoint work again!</h2>
<p>Another problem I was having is that my Trackpoint would not right click or scroll with the middle button.  Seeing as that &#8216;<a href="http://xkcd.com/243/" target="_blank">clit mouse</a>&#8216;  that is the only thing I use, it was absolutely killing me.  After a small amount of googling, however, I found <a href="http://psung.blogspot.com/2008/09/scrolling-with-thinkpads-trackpoint-in.html" target="_blank">this post</a> which gave me the solution:</p>
<p>Edit: <tt>/etc/hal/fdi/policy/mouse-wheel.fdi</tt> and add</p>
<pre>&lt;match key="info.product" string="TPPS/2 IBM TrackPoint"&gt;
 &lt;merge key="input.x11_options.EmulateWheel" type="string"&gt;true&lt;/merge&gt;
 &lt;merge key="input.x11_options.EmulateWheelButton" type="string"&gt;2&lt;/merge&gt;
 &lt;merge key="input.x11_options.XAxisMapping" type="string"&gt;6 7&lt;/merge&gt;
 &lt;merge key="input.x11_options.YAxisMapping" type="string"&gt;4 5&lt;/merge&gt;
 &lt;merge key="input.x11_options.ZAxsisMapping" type="string"&gt;4 5&lt;/merge&gt;
 &lt;merge key="input.x11_options.Emulate3Buttons" type="string"&gt;true&lt;/merge&gt;
&lt;/match&gt;</pre>
<p>This should let you use your Trackpoint. That&#8217;s a great thing.</p>
<h2>Make Compiz the default Window Manager!</h2>
<p>For whatever reason, I&#8217;ve never had compiz as the default window manager.  I wanted this so I found this solution.  Edit the file  &#8220;~/.gnomerc&#8221;   and add:</p>
<pre class="message">export WINDOW_MANAGER=/usr/bin/compiz</pre>
<p>From there you can reboot and compiz should be the default Window Manager!</p>
<h2>Fix keyboard problems</h2>
<p>For whatever reason, upgrading borked my keyboard. Volume controls no longer worked, arrow keys turned into the PrintScreen button, etc.  This is, obviously, a pain.  The program &#8220;thinkpad-keys&#8221; works for me to fix these keys.  To add it to run every time, do the following:</p>
<pre>System -&gt; Preferences -&gt; Sessions -&gt; Add</pre>
<pre>Name: "Thinkpad Keys"</pre>
<pre>Command: "thinkpad-keys"</pre>
<pre>Add it and close.</pre>
<p>Now your keys are fixed!</p>
<p>Those are all of the fixes I have right now, but I&#8217;ll post if I find them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thetacticalnuke.com/2008/10/ubuntu-810-intrepid-ibex-beta-on-t61/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing WoW under Wine with Gutsy on a T61</title>
		<link>http://www.thetacticalnuke.com/2008/08/installing-wow-under-wine-with-gutsy-on-a-t61/</link>
		<comments>http://www.thetacticalnuke.com/2008/08/installing-wow-under-wine-with-gutsy-on-a-t61/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 01:46:12 +0000</pubDate>
		<dc:creator>Jason Young</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[Video Games]]></category>
		<category><![CDATA[Blizzard]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Wine]]></category>
		<category><![CDATA[WoW]]></category>

		<guid isPermaLink="false">http://www.thetacticalnuke.com/?p=50</guid>
		<description><![CDATA[So, thanks to Jeff Nadeau, I got hooked on WoW recently.  Unfortunately, I had a problem&#8211;How would I play this completely addicting game without the ability to play it on my laptop?  After all, the inability to play CSS/TF2 on my laptop with Wine was one of the big reasons I didn&#8217;t fail out of [...]]]></description>
			<content:encoded><![CDATA[<p>So, thanks to <a href="http://www.jnadeau.com" target="_blank">Jeff Nadeau</a>, I got hooked on WoW recently.  Unfortunately, I had a problem&#8211;How would I play this completely addicting game without the ability to play it on my laptop?  After all, the inability to play CSS/TF2 on my laptop with Wine was one of the big reasons I didn&#8217;t fail out of Engineering last year.  Luckily, after hacking at this for a few hours I managed a fix so I can properly lose all of my social life.</p>
<p><span id="more-50"></span></p>
<p>Just for the record, my computer is running Ubuntu Gutsy on a T61 14.1&#8243;.  The graphics card is the Intel X3100, running the default Ubuntu drivers.  The wine version used was Wine 1.1.2.</p>
<p>First of all, Wine has always been a really big problem for me. I never seem to get anything working properly.  In fact, up until today I had been running a year old version of Wine because any newer version somehow wouldn&#8217;t let me run the few applications I still emulated with Wine (mainly MS Office 2003).  Well, today I decided that I would bite the bullet and attempt to install WoW under wine.  Installing it, at least for me, was not unique&#8211;Copy the Installer.mpq files from each of the four discs, run the installer under Wine, and go for it.  After the initial game was installed (at version 1.0) the game <strong>ran perfectly</strong>&#8211;well, at least it booted up and went to the login screen perfectly.  After a series of what seemed like endless patches, I finally ended up at version <strong>2.4.3</strong>, which is the current version at the time of writing this.</p>
<p>Now, I did something stupid: I <em>assumed</em>.  I assumed that since WoW had started up initially (v1.0) that it would start up after patches (v2.4.3).  After all, I looked through patch notes and there was nothing about breaking wine compatibility (I completely stole that joke from Jeff.  Proper credit is due). But, when I started the program under default settings (DirectX), it didn&#8217;t want to work anymore.  It showed my screen slightly mangled and had a cursor, but nothing would work (not even killing the X server or attempting to SSH/VNC in) to stop it.  After a few hard reboots, I attempted to open it with the command</p>
<p>wine Wow.exe -opengl</p>
<p>I <em>assumed</em> that since I was running in Linux and OpenGL was native, that would be a much better solution.  What did I get for my assumption?</p>
<div id="attachment_51" class="wp-caption alignnone" style="width: 310px"><a href="http://www.thetacticalnuke.com/wp-content/uploads/2008/08/wowfun.png"><img class="size-medium wp-image-51" title="wow-broken-loginscreen" src="http://www.thetacticalnuke.com/wp-content/uploads/2008/08/wowfun-300x187.png" alt="The OpenGL version of the WoW login screen" width="300" height="187" /></a><p class="wp-caption-text">The OpenGL version of the WoW login screen</p></div>
<p>Yes, that&#8217;s correct.  A <strong>completely </strong>messed up version of WoW&#8217;s login screen.  Maybe, though, it&#8217;s just a problem with the login screen.  Sometimes various things in menus don&#8217;t work in games under Wine and it&#8217;s just a matter of getting into the game itself.  I <em>assumed</em> this was one of those cases, so I went for it.  My result?</p>
<div id="attachment_52" class="wp-caption alignnone" style="width: 310px"><a href="http://www.thetacticalnuke.com/wp-content/uploads/2008/08/wowworks.png"><img class="size-medium wp-image-52" title="wowworks" src="http://www.thetacticalnuke.com/wp-content/uploads/2008/08/wowworks-300x187.png" alt="A new graphical pack for WoW that Blizzard pushed just to me!" width="300" height="187" /></a><p class="wp-caption-text">A new graphical pack for WoW that Blizzard pushed just to me!</p></div>
<p>That&#8217;s right.  An AWESOME version of the WoW interface. <strong>Great.</strong> At this point, I was getting fairly frustrated.  I&#8217;m going to cut out the hour or two of me surfing the internet for any semblence of a solution and tell you the final setup I used to get it to work.</p>
<p><strong>This is my solution.  Your results may vary.</strong></p>
<ul>
<li>In the &#8216;winecfg&#8217; program, uncheck the box that says &#8220;<a href="http://www.thetacticalnuke.com/wp-content/uploads/2008/08/winecfg.png" target="_blank">Allow Pixel Shader (if supported by hardware)</a>&#8220;.</li>
<li>Add the following lines to your Config.wtf (located in ~/.wine/drive_c/Program Files/World of Warcraft/WTF/)</li>
<li>
<pre>SET UIFaster "2"</pre>
<pre>SET ffxDeath "0"</pre>
<pre>SET ffxGlow "0"</pre>
<pre>SET gxWindow "1"</pre>
<pre>SET SoundOutputSystem "1"</pre>
<pre>SET SoundBufferSize "150"</pre>
</li>
<li><strong>Keep</strong> the display on DirectX (wine Wow.exe -d3d) and remove any references to OpenGL in your Config.wtf file.  I could not get it to work with OpenGL, but DirectX worked.</li>
</ul>
<p>I doubt this solution will work for everyone, but I thought I may as well put it up to keep others from the same headache I suffered through.  This is what I got in the end:</p>
<div id="attachment_54" class="wp-caption alignnone" style="width: 310px"><a href="http://www.thetacticalnuke.com/wp-content/uploads/2008/08/wowsuccess.png"><img class="size-medium wp-image-54" title="wowsuccess" src="http://www.thetacticalnuke.com/wp-content/uploads/2008/08/wowsuccess-300x187.png" alt="My final result after lots of hacking with Wine" width="300" height="187" /></a><p class="wp-caption-text">My final result after lots of hacking with Wine</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.thetacticalnuke.com/2008/08/installing-wow-under-wine-with-gutsy-on-a-t61/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Auto-NDISWrapper: It could quite possibly change the world</title>
		<link>http://www.thetacticalnuke.com/2008/07/auto-ndiswrapper-it-could-quite-possibly-change-the-world/</link>
		<comments>http://www.thetacticalnuke.com/2008/07/auto-ndiswrapper-it-could-quite-possibly-change-the-world/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 14:22:52 +0000</pubDate>
		<dc:creator>Jason Young</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OSS]]></category>
		<category><![CDATA[ndiswrapper]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://www.thetacticalnuke.com/?p=26</guid>
		<description><![CDATA[Okay, so I have to plug this even though it&#8217;s on Digg and whatnot.  Auto-NDISWrapper has hit the 0.1 stage and it looks like it could be quite awesome.  I don&#8217;t have the available hardware to test this (mainly because my wifi card has a native driver) but this could quite honestly change the game [...]]]></description>
			<content:encoded><![CDATA[<p>Okay, so I have to plug this even though it&#8217;s on Digg and whatnot.  <a href="http://easylinuxwifi.org/" target="_blank">Auto-NDISWrapper</a> has hit the 0.1 stage and it looks like it could be quite awesome.  I don&#8217;t have the available hardware to test this (mainly because my wifi card has a native driver) but this could quite honestly change the game for Linux.  One of the main problems with Linux is the fact that some hardware doesn&#8217;t support Linux.  More specifically, a lot of wireless cards don&#8217;t work natively with Linux.  This leaves people having to use a wrapper of some sort (like ndiswrapper) to run their wifi cards.  A wrapper basically emulates the API of Windows to allow linux to use Windows drivers.  The problem with this is that it was always pretty tough to get working in a way that you could depend on.  I know that when I first attempted to install Linux on a computer and get it working with my wifi I was unable due to the lack of native drivers and I couldn&#8217;t manage to get ndiswrapper to work.  If this program hoenstly works and starts getting included in the package managers for the main distros this could change things for the better.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thetacticalnuke.com/2008/07/auto-ndiswrapper-it-could-quite-possibly-change-the-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

