<?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>apt-get install &#187; Hardware</title>
	<atom:link href="http://apt-get.biffster.org/category/hardware/feed/" rel="self" type="application/rss+xml" />
	<link>http://apt-get.biffster.org</link>
	<description>Cool topics for computer geeks</description>
	<lastBuildDate>Wed, 07 Jul 2010 18:28:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>I won&#8217;t be doing that again, or &#8220;Partition Fail!&#8221;</title>
		<link>http://apt-get.biffster.org/2009/04/22/i-wont-be-doing-that-again-or-partition-fail/</link>
		<comments>http://apt-get.biffster.org/2009/04/22/i-wont-be-doing-that-again-or-partition-fail/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 16:51:34 +0000</pubDate>
		<dc:creator>Biffster</dc:creator>
				<category><![CDATA[Debian/Linux]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[gparted]]></category>
		<category><![CDATA[partition]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://apt-get.biffster.org/2009/04/22/i-wont-be-doing-that-again-or-partition-fail/</guid>
		<description><![CDATA[I got a brand-spanking-new 1tb external drive (Western Digital MyBook) for archival, and I decided it would be a good time to redo my partitioning scheme on my current Linux Mint machine. I have two drives in that box, a 160gb (sdb) and 320gb (sda). For some reason, I had sliced and diced them partition-wise: [...]]]></description>
			<content:encoded><![CDATA[<p>I got a brand-spanking-new 1tb external drive (Western Digital MyBook) for archival, and I decided it would be a good time to redo my partitioning scheme on my current Linux Mint machine. I have two drives in that box, a 160gb (sdb) and 320gb (sda). For some reason, I had sliced and diced them partition-wise: sda had a total of 5 partitions, sdb had 6. most of the partitions were in small chunks, between 40 and 80gb, but there were a couple of smaller ones (15gb and 20gb). This resulted in me constantly running out of space in one of the partitions, then trying to shuffle data between other partitions. (I was too impatient to set up LVM. )</p>
<p>So I came up with my plan: copy the contents of each partition to a directory on the MyBook, then use gparted to combine all of the partitions on each disk. It would be a simple process: copy all data to the MyBook, unmount the current directory, create a symlink to the corresponding directory on the MyBook, then use gparted to nuke the corresponding partition. Simple and straight-forward.</p>
<p>My issue, hwoever, was that I didn&#8217;t stop to consider what the ramifications of unmounting part of a filesystem could have. I had no problem moving /home. And I actually had no problems copying /usr onto the MyBook. But then I made the mistake. And learned my lesson:</p>
<p>Never umount /usr if you are not logged in as root! Doing a &#8220;sudo umount /usr&#8221; worked perfect, of course. However, since sudo is in /usr/bin, and since I had just umounted /usr, there was no way to do a &#8220;sudo ln -s /media/mybook/usr /usr&#8221;. Or sudo. anything else, including mount. In short, I was hosed!</p>
<p>The easy fix, of course, would be to reboot and let the system re-mount /usr. Except that I had already removed the reference to that partition in /etc/fstab, and since sudo didn&#8217;t exist anymore, I couldn&#8217;t re-edit /etc/fstab.</p>
<p>With rebooting out, the next solution would be booting off of a recovery CD. The problem with that is I was not at home; I was making these changes remotely. Yeah, that was quite stupid of me; I won&#8217;t be doing that again!</p>
<p>I spent a couple hours last night trying to fix everything. I booted off a GPartEd Live CD, and then finished copying files from the various partitions to the MyBook. I then nuked all of the partitions off sda and created one nice, big partition. I&#8217;ll be mounting that as /data, and making symlinks where necessary. I also deleted all of the partitions off of sdb except for the root partition. I made this bigger (figured I won&#8217;t come close to 50gb anytime soon), then made the rest of the drive a big partition, too.</p>
<p>Of course, I am still running from the gparted CD. I need to copy everything back onto the new partitions. I am also decomissioning a file server, so I&#8217;ll be adding another 320gb drive to the system (all as one big partition). That&#8217;ll put my Linux Mint box at around 800gb of internal storage plus 1tb external. I think that might handle my needs for a while.</p>
<p>Assuming I don&#8217;t break anything else, of course.</p>
<div class="flockcredit" style="text-align: right; color: #CCC; font-size: x-small;">Blogged with the <a href="http://www.flock.com/blogged-with-flock" style="color: #999; font-weight: bold;" target="_new" title="Flock Browser">Flock Browser</a></div>
]]></content:encoded>
			<wfw:commentRss>http://apt-get.biffster.org/2009/04/22/i-wont-be-doing-that-again-or-partition-fail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wider is not necessarily better&#8230;</title>
		<link>http://apt-get.biffster.org/2007/12/05/wider-is-not-necessarily-better/</link>
		<comments>http://apt-get.biffster.org/2007/12/05/wider-is-not-necessarily-better/#comments</comments>
		<pubDate>Wed, 05 Dec 2007 19:49:51 +0000</pubDate>
		<dc:creator>Biffster</dc:creator>
				<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://apt-get.biffster.org/2007/12/05/wider-is-not-necessarily-better/</guid>
		<description><![CDATA[I tried upgrading to a new widescreen monitor. It was a 20&#8243; widescreen monitor from Dell that receives decent reviews and has decent specs. But my current, standard aspect monitor is much bigger and nicer than I remembered. It&#8217;s a 21&#8243; monitor, and it has a lot of niceties, such as a built-in USB 2.0 [...]]]></description>
			<content:encoded><![CDATA[<p><span class="postbody">I tried upgrading to a new widescreen monitor. It was a 20&#8243; widescreen monitor from Dell that receives decent reviews and has decent specs. But my current, standard aspect monitor is much bigger and nicer than I remembered. It&#8217;s a 21&#8243; monitor, and it has a lot of niceties, such as a built-in USB 2.0 hub and a super-adjustable base. After using the widescreen for a while, I realized that the 1680&#215;1050 resolution is not as good as the 1600&#215;1200 that I normally run my current monitor in. Adding everything up, I realized that I wanted to stay with the monitor I have, so I gave my wife the widescreen monitor.</p>
<p>Eventually, I may try widescreen again. Once there&#8217;s an aspect ratio around 1900&#215;1200 or so.<br /></span></p>
]]></content:encoded>
			<wfw:commentRss>http://apt-get.biffster.org/2007/12/05/wider-is-not-necessarily-better/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dell to offer Ubuntu on more systems</title>
		<link>http://apt-get.biffster.org/2007/06/29/dell-to-offer-ubuntu-on-more-systems/</link>
		<comments>http://apt-get.biffster.org/2007/06/29/dell-to-offer-ubuntu-on-more-systems/#comments</comments>
		<pubDate>Fri, 29 Jun 2007 21:39:06 +0000</pubDate>
		<dc:creator>Biffster</dc:creator>
				<category><![CDATA[Debian/Linux]]></category>
		<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://apt-get.biffster.org/2007/06/29/dell-to-offer-ubuntu-on-more-systems/</guid>
		<description><![CDATA[via DesktopLinux.com, Dell is apparently going to offer Ubuntu on a couple of new systems: Dell isn&#8217;t resting on its recent consumer Linux PC laurels. The computing giant has added a new laptop &#8212; the Inspiron 1420 Notebook &#8212; to its Ubuntu Linux 7.04 offering. It is also replacing the Dimension E520 desktop with the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.desktoplinux.com/news/NS6756576859.html">via DesktopLinux.com, Dell is apparently going to offer Ubuntu on a couple of new systems</a>:</p>
<blockquote><p> Dell isn&#8217;t resting on its recent consumer Linux PC laurels. The computing giant has added a new laptop &#8212; the Inspiron 1420 Notebook &#8212; to its Ubuntu Linux 7.04 offering. It is also replacing the Dimension E520 desktop with the new, low-priced Inspiron 530.</p></blockquote>
<p>The E530 seems like a lower-powered entry-level system. Which is probably a good idea for budget-conscious users. And those are exactly the type of users that may be willing to switch to Ubuntu to save some dollars. But I&#8217;d prefer to see a higher-end desktop configured with Ubuntu. Give me something with a faster processor and a more powerful nVidia GPU, por favor!</p>
]]></content:encoded>
			<wfw:commentRss>http://apt-get.biffster.org/2007/06/29/dell-to-offer-ubuntu-on-more-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An embarrassment of riches</title>
		<link>http://apt-get.biffster.org/2006/06/22/an-embarrassment-of-riches/</link>
		<comments>http://apt-get.biffster.org/2006/06/22/an-embarrassment-of-riches/#comments</comments>
		<pubDate>Fri, 23 Jun 2006 04:52:22 +0000</pubDate>
		<dc:creator>Biffster</dc:creator>
				<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://apt-get.biffster.org/2006/06/22/an-embarrassment-of-riches/</guid>
		<description><![CDATA[My first hard drive was a 40mb hard drive for an Amiga 600. At the time I was thrilled to have so much space. How could I ever use up that whole capacity? Impossible, I thought. Absolutely impossible. Fast-forward 15 years or so. After the hard drive I just added to my system (and big [...]]]></description>
			<content:encoded><![CDATA[<p>My first hard drive was a 40<em>mb</em> hard drive for an Amiga 600. At the time I was thrilled to have so much space. How could I ever use up that whole capacity? Impossible, I thought. Absolutely impossible. Fast-forward 15 years or so. After the hard drive I just added to my system (and big thanks to the <a href="http://gparted.sourceforge.net/livecd.php">gPartEd LiveCD</a> team for creating such a mind-bogglingly useful live cd), my main Xubuntu machine has a total of 480<span style="font-style: italic;">gb</span> of hard drive space.</p>
<p>Back in the day, I would&#8217;ve never been able to comprehend a single gigabyte of data. But having just shy of a half a terabyte on my own personal computer?</p>
<p>My how the world has changed.</p>
]]></content:encoded>
			<wfw:commentRss>http://apt-get.biffster.org/2006/06/22/an-embarrassment-of-riches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>www.palmopensource.com &#8211; The PalmOS Open Source Portal -</title>
		<link>http://apt-get.biffster.org/2005/10/05/wwwpalmopensourcecom-the-palmos-open-source-portal/</link>
		<comments>http://apt-get.biffster.org/2005/10/05/wwwpalmopensourcecom-the-palmos-open-source-portal/#comments</comments>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<dc:creator>Biffster</dc:creator>
				<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://biffster.org/wp3/?p=100</guid>
		<description><![CDATA[Sweet: Open Source Software for Palm-based devices. Or, as I like to refer to it: lotsa new software for my ancient visor! Unfortunately, this website doesn&#8217;t list what version of PalmOS is needed for each appp (something that Palm Boulevard does a very good job of). But still, everything is open source and free for [...]]]></description>
			<content:encoded><![CDATA[<p>Sweet: <a href="http://www.palmopensource.com/">Open Source Software for Palm-based devices</a>. Or, as I like to refer to it: lotsa new software for my ancient visor! Unfortunately, this website doesn&#8217;t list what version of PalmOS is needed for each appp (something that <a href="http://www.palmblvd.com/">Palm Boulevard </a> does a <i>very</i> good job of). But still, everything is open source and free for use.</p>
<p>Considering how useful some of these apps turn out to be, I may just get involved in development on a project or two.</p>
]]></content:encoded>
			<wfw:commentRss>http://apt-get.biffster.org/2005/10/05/wwwpalmopensourcecom-the-palmos-open-source-portal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Handspring Visor Deluxe and KPilot</title>
		<link>http://apt-get.biffster.org/2005/08/30/handspring-visor-deluxe-and-kpilot/</link>
		<comments>http://apt-get.biffster.org/2005/08/30/handspring-visor-deluxe-and-kpilot/#comments</comments>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<dc:creator>Biffster</dc:creator>
				<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://biffster.org/wp3/?p=74</guid>
		<description><![CDATA[When it was first released, I almost literally drooled over Handspring&#8217;s Palm Pilot &#8220;killer,&#8221; the Visor Deluxe. All that Palm goodness, but in a better designed package. How could it not be goodness? Unfortunately, it&#8217;s price tag of $250 was too rich for me back in 1999/2000. So I had to pass. Of the years, [...]]]></description>
			<content:encoded><![CDATA[<p>When it was first released, I almost literally drooled over Handspring&#8217;s Palm Pilot &#8220;killer,&#8221; the Visor Deluxe. All that Palm goodness, but in a better designed package. How could it not be goodness? Unfortunately, it&#8217;s price tag of $250 was too rich for me back in 1999/2000. So I had to pass.</p>
<p>Of the years, my desire to own one of these continued, though it dwindled a bit. Every now and then, I&#8217;d tell myself that I was just being silly to continue to want one. After all, Handspring folded and many other PDA manufacturers rose up to take their place. Who wants a bulky Visor when one can have a small, sleek and sexy PocketPC?</p>
<p>Well, I did. And I finally nabbed an original Visor Deluxe off of eBay for the grand price of $17. But many years later, would this device still be useful? Could I make any use out of it?</p>
<p>The answer is a big-time yes. The Visor Deluxe runs PalmOS, and Palm had some damned good productivity apps, even way back then. My favorite app so far is the To Do List. I find myself continually jotting down tasks as they come to me throughout the day. Normally, I would&#8217;ve just forgotten about the task before. Now, I capture it, prioritize it, and then complete the task. Instant rise in productivity!</p>
<p>So the only other question was how I&#8217;d do a hotsync with my computer. I&#8217;m a Linux guy, and wasn&#8217;t in a big hurry to boot into Windows just to sync up a PDA. So I did a little research, and found out a few things that totally failed to surprise me. First of all, there&#8217;s a kernel module built specifically for Handspring&#8217;s USB-to-Serial connectors on their Visor line. So I knew then that my Debian box would recognize that there was a Visor there. But what to sync with?</p>
<p>And that&#8217;s where I found <a href="http://www.slac.com/pilone/kpilot_home/">KPilot.</a> To quote from the website:</p>
<blockquote><p><i>KPilot is a replacement for the Palm Desktop software from PalmSource Inc., which makes your PalmOS powered handheld (e.g., a Palm Zire 31) capable of exchanging information with your KDE powered computer. [...]<br />KPilot has plugins that can exchange information between your Palm and other applications like KOrganizer, KNotes and KMail. In KPilot you can display and edit your contacts, write notes or install new programs on your Palm.</i></p></blockquote>
<p>Which is probably more than I needed to quote. The short version is that KPilot allows integration with all the pieces of the Kontact PIM suite. KOrganizer syncs with the Visor&#8217;s To Do and Calendar apps. KNotes syncs with the Visor&#8217;s Memo Pad. KAddressbook syncs with the Visor&#8217;s Address Book. And etc.</p>
<p>Syncing itself was almost pathetically easy. I hooked up the Visor&#8217;s USB cradle to a spare USB port. Then I put the Visor into it&#8217;s cradle and hit the hotsync button. Finally, I fired up KPilot and told it to auto-detect the PDA. The Visor beeped, and then the sync started. I actually thought something had gone wrong, &#8216;cuz the sync took less than 10 seconds. But I pulled the Visor out of its cradle, turned it on, went to the address book, and there were all of my Kaddressbook contacts! Ditto for my notes, calendar appointments, and tasks.</p>
<p>This is the way that I wish <i>everything</i> worked in Linux. You plug it in, you press a button, and it Just Works. There&#8217;s nothing to think about (indeed, I over-thought the whole thing, thinking I needed to convert my system to UDEV to make this work), nothing to configure, no new programs to learn. Press a button, Just Works.</p>
<p>Muy bueno! </p>
<p class="comment">Technorati tags: <a href="http://technorati.com/tag/kde">kde</a>, <a href="http://technorati.com/tag/pda">pda</a></p>
]]></content:encoded>
			<wfw:commentRss>http://apt-get.biffster.org/2005/08/30/handspring-visor-deluxe-and-kpilot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple&#8217;s Mighty Mouse</title>
		<link>http://apt-get.biffster.org/2005/08/03/apples-mighty-mouse/</link>
		<comments>http://apt-get.biffster.org/2005/08/03/apples-mighty-mouse/#comments</comments>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<dc:creator>Biffster</dc:creator>
				<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://biffster.org/wp3/?p=81</guid>
		<description><![CDATA[Talk about over-compensating: after years of sticking to a single-button mouse, Apple has come out with the Mighty Mouse, a four-button, scroll-ball, programmable mouse. It&#8217;s a beaut; I&#8217;m thinking of nabbing one for my Linux computer. I&#8217;m sure it won&#8217;t be long before someone has all the extra buttons mapped in X.org.]]></description>
			<content:encoded><![CDATA[<p>Talk about over-compensating: after years of sticking to a single-button mouse, <a href="http://www.thedenverchannel.com/technology/4798513/detail.html?rss=den&amp;psp=technology">Apple has come out with the Mighty Mouse, a four-button, scroll-ball, programmable mouse</a>. It&#8217;s a beaut; I&#8217;m thinking of nabbing one for my Linux computer. I&#8217;m sure it won&#8217;t be long before someone has all the extra buttons mapped in X.org.</p>
]]></content:encoded>
			<wfw:commentRss>http://apt-get.biffster.org/2005/08/03/apples-mighty-mouse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>That didn&#8217;t take long: HP splits Printer and PC divisions</title>
		<link>http://apt-get.biffster.org/2005/06/15/that-didnt-take-long-hp-splits-printer-and-pc-divisions/</link>
		<comments>http://apt-get.biffster.org/2005/06/15/that-didnt-take-long-hp-splits-printer-and-pc-divisions/#comments</comments>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<dc:creator>Biffster</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Miscellany]]></category>

		<guid isPermaLink="false">http://biffster.org/wp3/?p=57</guid>
		<description><![CDATA[It definitely didn&#8217;t take long for new HP CEO Mark Hurd to start undoing former CEO Carly Fiorina&#8217;s ill-advised changes: &#8220;The Wall Street Journal reported Tuesday that HP has separated its personal-computer and printer units just five months after combining them.&#8221; Carly decided to put her job on the line by combining the two divisions. [...]]]></description>
			<content:encoded><![CDATA[<p>It definitely didn&#8217;t take long for new <a href="http://www.thedenverchannel.com/technology/4607346/detail.html?rss=den&amp;psp=technology">HP CEO Mark Hurd to start undoing former CEO Carly Fiorina&#8217;s ill-advised changes</a>: &#8220;The Wall Street Journal reported Tuesday that HP has separated its personal-computer and printer units just five months after combining them.&#8221;</p>
<p>Carly decided to put her job on the line by combining the two divisions. It cost her her job, and just a few months later the divisions are split up again. Those of us who worked at HP back when Fiorina got the CEO position were pretty sure that she wouldn&#8217;t last long, and that she&#8217;d ruin the company on her way down. We were at least partially right.</p>
]]></content:encoded>
			<wfw:commentRss>http://apt-get.biffster.org/2005/06/15/that-didnt-take-long-hp-splits-printer-and-pc-divisions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asus A7V8X-X, Windows XP and USB 2.0</title>
		<link>http://apt-get.biffster.org/2005/05/19/asus-a7v8x-x-windows-xp-and-usb-20/</link>
		<comments>http://apt-get.biffster.org/2005/05/19/asus-a7v8x-x-windows-xp-and-usb-20/#comments</comments>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<dc:creator>Biffster</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://biffster.org/wp3/?p=37</guid>
		<description><![CDATA[I built my current, basing it on an Asus A7V8X-X systemboard and AMD Athlon XP 2500+. For the most part, I&#8217;ve been very pleased with it. The only problem that I&#8217;ve run into is under Windows XP: The USB ports are detected as USB 1.1 ports, instead of USB 2.0. This has been annoying me [...]]]></description>
			<content:encoded><![CDATA[<p>I built my current, basing it on an Asus A7V8X-X systemboard and AMD Athlon XP 2500+. For the most part, I&#8217;ve been very pleased with it. The only problem that I&#8217;ve run into is under Windows XP: The USB ports are detected as USB 1.1 ports, instead of USB 2.0.</p>
<p>This has been annoying me for a little while, but since I almost never use XP, it hasn&#8217;t annoyed me too much. The only time I really notice the problem is when I boot into XP, fire up iTunes, and plug in the iPod Shuffle to transfer songs to it. XP pops up a warning, &#8220;A high-speed device has been attached to a low-speed USB port.&#8221;</p>
<p>I had a couple of free minutes yesterday, so I decided to do a quick Google search. And I couldn&#8217;t find anything at all relating to this problem. I searched Asus&#8217;s website, too, and didn&#8217;t find anything even related. But on  <a href="http://www.asus.com/support/download/item.aspx?ModelName=A7V8X-X&amp;Type=Drivers">their downloads page for the A7V8X-X</a>, I noticed that they had a USB 2.0 driver. And it occurred to me that I never installed this driver in XP. I assumed that XP would simply detect the USB 2.0 port, and all would be fine. So I downloaded and installed the driver. After a reboot, XP correctly saw the ports as USB 2.0 high-speed. And transfer speeds in iTunes to the Shuffle went up drastically.</p>
<p>Moral of the story: Install the drivers, even if you don&#8217;t think they are necessary.</p>
]]></content:encoded>
			<wfw:commentRss>http://apt-get.biffster.org/2005/05/19/asus-a7v8x-x-windows-xp-and-usb-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New video card = massive hardware re-config</title>
		<link>http://apt-get.biffster.org/2005/03/22/new-video-card-massive-hardware-re-config/</link>
		<comments>http://apt-get.biffster.org/2005/03/22/new-video-card-massive-hardware-re-config/#comments</comments>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<dc:creator>Biffster</dc:creator>
				<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://biffster.org/wp3/?p=6</guid>
		<description><![CDATA[Well, this ought to be a lot of fun. I make use of two personal computers. One is a Gateway Select, powered by an Athlon 700MHz processor. This was once my main computer (back when 700MHz was a pretty beefy system), then got demoted to the wife&#8217;s computer, and then got re-commissioned as my main [...]]]></description>
			<content:encoded><![CDATA[<p>Well, this ought to be a lot of fun. I make use of two personal computers. One is a Gateway Select, powered by an Athlon 700MHz processor. This was once my main computer (back when 700MHz was a pretty beefy system), then got demoted to the wife&#8217;s computer, and then got re-commissioned as my main Debian PC. It is now basically my main PC again, since I run Debian (Sarge) all the time. It&#8217;s not fast, but it doesn&#8217;t need to be for what I use it for.</p>
<p>My second PC is a home-built Athlon 2500+ system. I run WinXP on this, and use it as my game machine. Aside from games and Quicken, this machine doesn&#8217;t get much use. I have a GeForce 2Ti in this system, a video card I originally had in the Gateway.</p>
<p>Erin bought me <i>Half-Life 2</i> for Christmas. I played this for a while, but I got tired of the lag and the sometimes-awful framerate, so I put it away in favor of finishing <i>Zelda: Ocarina of Time</i>. Now that I have done that, I decided it was time to upgrade my video card so I can finish <i>Half-Life 2</i>.</p>
<p>I have a 256mb nVidia GeForce 6600 waiting at home for me to install. But since I&#8217;m going to have to crack open one of the boxes, I figured I might as well do some other hardware swaps while I am at it. So I am going to make the following changes:
<ul>
<li>The Windows box gets the GeForce 6600</li>
<p>
<li>The Debian box gets the GeForce 2Ti</li>
<p>
<li>The Debian box loses its DVD-ROM drive</li>
<p>
<li>The Windows box gets the DVD-ROM drive, but loses its CD-RW drive</li>
<p>
<li>The Debian box then gets the CD-RW drive</li>
</ul>
<p>The end result is the Debian box will have a faster video card, plus a 48x CD-RW drive for use with K3b. The Windows box will get a kick-ass video card for <i>Half-Life 2</i>, and it will become a full-fledged DVD burning station, as it will now have both a DVD+-RW and a DVD-ROM drive.</p>
<p>I love shuffling hardware!</p>
]]></content:encoded>
			<wfw:commentRss>http://apt-get.biffster.org/2005/03/22/new-video-card-massive-hardware-re-config/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
