<?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>JimVernon.com &#187; Linux</title>
	<atom:link href="http://jimvernon.com/archives/category/technology/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://jimvernon.com</link>
	<description></description>
	<lastBuildDate>Tue, 01 May 2012 08:41:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How to disable the Workspace Switcher in Ubuntu Unity</title>
		<link>http://jimvernon.com/archives/273</link>
		<comments>http://jimvernon.com/archives/273#comments</comments>
		<pubDate>Sun, 15 Apr 2012 21:24:50 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://jimvernon.com/?p=273</guid>
		<description><![CDATA[It&#8217;s pretty simple, actually. Install MyUnity from the Software Center, or run this command in a terminal: sudo apt-get install myunity Then open MyUnity, go to the Desktop tab, and set the number of vertical/horizontal virtual desktops to 1. Log out, and then log back in. The Workspace Switcher should be gone.]]></description>
			<content:encoded><![CDATA[<p> 	It&#8217;s pretty simple, actually. Install MyUnity from the Software Center, or run this command in a terminal:</p>
<p>sudo apt-get install myunity</p>
<p>Then open MyUnity, go to the Desktop tab, and set the number of vertical/horizontal virtual desktops to 1. Log out, and then log back in. The Workspace Switcher should be gone.</p>
]]></content:encoded>
			<wfw:commentRss>http://jimvernon.com/archives/273/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting rid of Compiz lag in Ubuntu</title>
		<link>http://jimvernon.com/archives/258</link>
		<comments>http://jimvernon.com/archives/258#comments</comments>
		<pubDate>Thu, 29 Dec 2011 03:48:38 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://jimvernon.com/?p=258</guid>
		<description><![CDATA[One of the problems I&#8217;ve had with Ubuntu on pretty much every machine that I&#8217;ve ever put it on is that Compiz (Desktop Effects) does not run smoothly.  It&#8217;s always slightly laggy and jittery, and it&#8217;s especially noticeable when you&#8217;re moving a window around.  Fortunately, there is a fix that I discovered awhile ago that [...]]]></description>
			<content:encoded><![CDATA[<p> 	One of the problems I&#8217;ve had with Ubuntu on pretty much every machine that I&#8217;ve ever put it on is that Compiz (Desktop Effects) does not run smoothly.  It&#8217;s always slightly laggy and jittery, and it&#8217;s especially noticeable when you&#8217;re moving a window around.  Fortunately, there is a fix that I discovered awhile ago that has worked every time.  The short version is that you need to install compizconfig-settings-manager and turn off the setting to auto-detect your display&#8217;s refresh rate, bump up the frame rate manually, and disable vertical sync (optional, but seems to help to).</p>
<p>Here&#8217;s a quick how to:</p>
<ol>
<li>Open a terminal and type this command: sudo apt-get install compizconfig-settings-manager</li>
<li>Once it&#8217;s installed, run it.  It should be in the System menu if you&#8217;re using Gnome 2, or you can type &#8220;compizconfig&#8221; in the search box in Unity.  You&#8217;ll get a window like this: <a href="http://www.jimvernon.com/wp-content/uploads/2011/12/main-window.png"><img class="aligncenter size-medium wp-image-259" title="CompizConfig Screen" src="http://www.jimvernon.com/wp-content/uploads/2011/12/main-window-300x188.png" alt="" width="300" height="188" /></a></li>
<li>Click the Composite button on the top.  You should see this screen: <a href="http://www.jimvernon.com/wp-content/uploads/2011/12/setting-before.png"><img class="size-medium wp-image-261 aligncenter" title="setting-before" src="http://www.jimvernon.com/wp-content/uploads/2011/12/setting-before-300x188.png" alt="" width="300" height="188" /></a></li>
<li>Uncheck &#8220;Detect Refresh Rate&#8221; and set the refresh rate to 60 (or whatever you&#8217;re screen&#8217;s refresh rate is, if you know it).  It should look like this:<a href="http://www.jimvernon.com/wp-content/uploads/2011/12/setting-after.png"><img class="aligncenter size-medium wp-image-262" title="setting-after" src="http://www.jimvernon.com/wp-content/uploads/2011/12/setting-after-300x188.png" alt="" width="300" height="188" /></a></li>
<li>Click Back.</li>
<li>Click the OpenGL button near the top.  You should see this screen:<a href="http://www.jimvernon.com/wp-content/uploads/2011/12/setting2-before.png"><img class="aligncenter size-medium wp-image-263" title="setting2-before" src="http://www.jimvernon.com/wp-content/uploads/2011/12/setting2-before-300x189.png" alt="" width="300" height="189" /></a></li>
<li>Uncheck &#8220;Sync to VBlank&#8221;.  It should look like this: <a href="http://www.jimvernon.com/wp-content/uploads/2011/12/settings2-after.png"><img class="aligncenter size-medium wp-image-264" title="settings2-after" src="http://www.jimvernon.com/wp-content/uploads/2011/12/settings2-after-300x189.png" alt="" width="300" height="189" /></a></li>
<li>Close CompizConfig-Settings-Manager and reboot your computer.  You should notice that the performance is much smoother now.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://jimvernon.com/archives/258/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.04 ftw!</title>
		<link>http://jimvernon.com/archives/189</link>
		<comments>http://jimvernon.com/archives/189#comments</comments>
		<pubDate>Thu, 11 Jun 2009 20:30:48 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://jimvernon.com/archives/189</guid>
		<description><![CDATA[I upgraded my Ubuntu 8.10 (32 bit) to Ubuntu 9.04 (64bit), and the difference is amazing.  There are little things, like the new notification system and slightly different themes, but the BIG thing is SPEED.  Everything is faster.  It boots faster, it opens programs faster, Compiz&#8217;s framerate is much higher&#8230;.I&#8217;m very impressed. Now just waiting [...]]]></description>
			<content:encoded><![CDATA[<p> 	I upgraded my Ubuntu 8.10 (32 bit) to Ubuntu 9.04 (64bit), and the difference is amazing.  There are little things, like the new notification system and slightly different themes, but the BIG thing is SPEED.  Everything is faster.  It boots faster, it opens programs faster, Compiz&#8217;s framerate is much higher&#8230;.I&#8217;m very impressed.</p>
<p>Now just waiting for Firefox 3.5 to be released.</p>
]]></content:encoded>
			<wfw:commentRss>http://jimvernon.com/archives/189/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flickering titlebars when using Emerald Window Manager and OpenOffice</title>
		<link>http://jimvernon.com/archives/162</link>
		<comments>http://jimvernon.com/archives/162#comments</comments>
		<pubDate>Sun, 18 Jan 2009 05:44:48 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://jimvernon.com/?p=162</guid>
		<description><![CDATA[For the longest time I was having a problem where my titlebar would flicker/disappear when using OpenOffice or Thunderbird.  The latest Nvidia driver (180.22) seems to have fixed the problem.  You can get the driver here: http://www.nvidia.com/object/linux_display_ia32_180.22.html]]></description>
			<content:encoded><![CDATA[<p> 	For the longest time I was having a problem where my titlebar would flicker/disappear when using OpenOffice or Thunderbird.  The latest Nvidia driver (180.22) seems to have fixed the problem.  You can get the driver here:</p>
<p><a href="http://www.nvidia.com/object/linux_display_ia32_180.22.html">http://www.nvidia.com/object/linux_display_ia32_180.22.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jimvernon.com/archives/162/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>OpenOffice.org 3 Icons for Ubuntu</title>
		<link>http://jimvernon.com/archives/154</link>
		<comments>http://jimvernon.com/archives/154#comments</comments>
		<pubDate>Tue, 09 Dec 2008 19:11:42 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://jimvernon.com/?p=154</guid>
		<description><![CDATA[For some reason when I installed OpenOffice 3 this week in Ubuntu, it didn&#8217;t actually update the icons from 2.4.  I looked all over my icons folders, and couldn&#8217;t find them.  So I have put together an icon set of the official icons plus some Office 2007 icons for the .doc, .xls, and .ppt files. [...]]]></description>
			<content:encoded><![CDATA[<p> 	For some reason when I installed OpenOffice 3 this week in Ubuntu, it didn&#8217;t actually update the icons from 2.4.  I looked all over my icons folders, and couldn&#8217;t find them.  So I have put together an icon set of the official icons plus some Office 2007 icons for the .doc, .xls, and .ppt files.</p>
<p>You can download it here:  <a href="http://www.jimvernon.com/wp-content/uploads/2008/12/ooo3_icons.zip">OOO3_icons.zip</a></p>
<p>It&#8217;s a Gnome icon theme, but you&#8217;ll need to do a few things to get it working how you want.  Extract the folder into your /home/you/.icons directory, and open the index.theme file with a text editor like Gedit or Nano.  Replace the names in the Inherits line with the name of the icon theme that you normally use.  That way, it will use these icons for OpenOffice, but fallback to the theme you entered on that line for the rest of the icons.</p>
<p>Once you&#8217;ve done that, open your Appearances control panel, hit the customize theme button, and switch your icons to the ones you just installed.</p>
<p>The change should take place instantly, but if it doesn&#8217;t, try logging off and back on.</p>
]]></content:encoded>
			<wfw:commentRss>http://jimvernon.com/archives/154/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I do not understand.</title>
		<link>http://jimvernon.com/archives/98</link>
		<comments>http://jimvernon.com/archives/98#comments</comments>
		<pubDate>Fri, 29 Aug 2008 18:01:40 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://jimvernon.com/?p=98</guid>
		<description><![CDATA[I installed the beta version of Flash 10 awhile back to fix some crashing/freezing problems in Firefox on my Ubuntu laptop. Everything worked fine until yesterday, when I began having the same problems, so I removed Flash 10 and reinstalled Flash 9. I haven&#8217;t had any problems since. How is it that a piece of [...]]]></description>
			<content:encoded><![CDATA[<p> 	I installed the beta version of Flash 10 awhile back to fix some crashing/freezing problems in Firefox on my Ubuntu laptop.  Everything worked fine until yesterday, when I began having the same problems, so I removed Flash 10 and reinstalled Flash 9.  I haven&#8217;t had any problems since.</p>
<p>How is it that a piece of software that does work stops working and the old software that didn&#8217;t work starts working?  I do not know.</p>
]]></content:encoded>
			<wfw:commentRss>http://jimvernon.com/archives/98/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A short review of &#8220;Linux Networking Cookbook&#8221;</title>
		<link>http://jimvernon.com/archives/86</link>
		<comments>http://jimvernon.com/archives/86#comments</comments>
		<pubDate>Thu, 28 Aug 2008 20:25:38 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://jimvernon.com/archives/86</guid>
		<description><![CDATA[I checked this book out from the library the other day and started reading it last night. I&#8217;ve only read two chapters, but I think this is going to have to be a purchase. The author, Carla Schroder, has a very direct, to-the-point way of writing that makes it very easy to follow along. She [...]]]></description>
			<content:encoded><![CDATA[<p> 	<a href="http://oreilly.com/catalog/9780596102487/"><img class="size-medium wp-image-91" title="linux_networking_cookbook" src="http://www.jimvernon.com/wp-content/uploads/2008/08/linux_networking_cookbook.jpg" alt="" width="183" height="240" align="right" /></a>I checked this book out from the library the other day and started reading it last night.  I&#8217;ve only read two chapters, but I think this is going to have to be a purchase.  The author, Carla Schroder, has a very direct, to-the-point way of writing that makes it very easy to follow along.  She doesn&#8217;t waste time over-explaining topics, but at the same time, she gives enough information to get you going.  She also provides references to additional resources in case you want to know more about a particular topic.</p>
<p>As for organization, the book is organized, well, like a cookbook.  This makes it an excellent reference if you are looking for how to do something very specific.  Just look in the index for your topic, turn to it, and follow the clearly worded instructions.  Not looking for anything in particular?  I noticed that the book also can be used as a walkthrough for learning various facets of networking with Linux.</p>
<p>Although I&#8217;m just getting started with the book, I can already tell that it&#8217;s going to be an excellent resource.  I&#8217;d recommend it to anyone who&#8217;s getting started with Linux and wants to get more acquainted with the operating system from a system/network administrator perspective.</p>
]]></content:encoded>
			<wfw:commentRss>http://jimvernon.com/archives/86/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Blizzard Store and WINE</title>
		<link>http://jimvernon.com/archives/82</link>
		<comments>http://jimvernon.com/archives/82#comments</comments>
		<pubDate>Tue, 26 Aug 2008 09:59:42 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://jimvernon.com/archives/82</guid>
		<description><![CDATA[I downloaded Diablo II from the Blizzard Store a few weeks ago to use on my laptop that I have Ubuntu installed on. I attempted to install Diablo II with WINE (Windows compatibility for Linux) and I noticed that I could not get past the license agreement. The Accept button was grayed out and would [...]]]></description>
			<content:encoded><![CDATA[<p> 	I downloaded Diablo II from the Blizzard Store a few weeks ago to use on my laptop that I have Ubuntu installed on.  I attempted to install Diablo II with WINE (Windows compatibility for Linux) and I noticed that I could not get past the license agreement.  The Accept button was grayed out and would not activate.  I googled around, checked UbuntuForums.org, and could not find an answer to the problem.  So I gave up and used an XP vm for awhile, which worked fine until I screwed up my XP vm a couple of days ago.</p>
<p>So I tried installing Diablo II with WINE again, and I don&#8217;t remember what I saw that tipped me off, but I realized that the License Agreement was trying to use Internet Explorer to render the form&#8230;but in WINE, the Mozilla Gecko engine was used instead.  So I found some instructions on installing IE6 with WINE (If I can find the page again, I&#8217;ll post it) and what do you know, after I did that, Diablo II installed just fine.</p>
<p>Note, this only seems to affect the installers downloaded from the Blizzard Store.</p>
]]></content:encoded>
			<wfw:commentRss>http://jimvernon.com/archives/82/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Diablo II and VirtualBox</title>
		<link>http://jimvernon.com/archives/69</link>
		<comments>http://jimvernon.com/archives/69#comments</comments>
		<pubDate>Mon, 07 Jul 2008 21:04:37 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://jimvernon.com/archives/69</guid>
		<description><![CDATA[I was trying to get Diablo 2 to run under WINE in Ubuntu, but the version that I downloaded from the Blizzard store wouldn&#8217;t install.  I was unable to get past the license agreement because the Agree button was grayed out even after scrolling all the way down the page.  So I instead installed it [...]]]></description>
			<content:encoded><![CDATA[<p> 	I was trying to get Diablo 2 to run under WINE in Ubuntu, but the version that I downloaded from the Blizzard store wouldn&#8217;t install.  I was unable to get past the license agreement because the Agree button was grayed out even after scrolling all the way down the page.  So I instead installed it on an XP guest in Virtual Box.</p>
<p>The only problem I had there was that VirtualBox does not support 3D acceleration, so I was getting a Direct3D error when I tried to play the game.  This was solved by opening the Registry Editor, going to:</p>
<p>HKEY_Current_User/Software/Blizzard Entertainment/Diablo II/VideoConfig</p>
<p>and setting the Render value to 0.  It opened just fine after that, and ran suprisingly quickly for being run inside a virtual machine.</p>
]]></content:encoded>
			<wfw:commentRss>http://jimvernon.com/archives/69/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Getting a RealTek 8185 Wireless card to work in Ubuntu</title>
		<link>http://jimvernon.com/archives/53</link>
		<comments>http://jimvernon.com/archives/53#comments</comments>
		<pubDate>Fri, 25 Apr 2008 22:52:32 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://jimvernon.com/?p=53</guid>
		<description><![CDATA[I&#8217;ve never been able to use the Linux driver for my RTL 8185 in Ubuntu.  Instead, I&#8217;ve used Ndiswrapper with the Windows XP driver.  It works great. Here&#8217;s the download for the XP driver: rtl8185 Once you have that, you&#8217;ll want to install NdisWrapper.  Open a terminal and type: sudo apt-get install ndiswrapper-utils-1.9 Once you [...]]]></description>
			<content:encoded><![CDATA[<p> 	I&#8217;ve never been able to use the Linux driver for my RTL 8185 in Ubuntu.  Instead, I&#8217;ve used Ndiswrapper with the Windows XP driver.  It works great.</p>
<p>Here&#8217;s the download for the XP driver: <a href="http://jimvernon.com/wp-content/uploads/2008/04/rtl8185.zip">rtl8185</a></p>
<p>Once you have that, you&#8217;ll want to install NdisWrapper.  Open a terminal and type:</p>
<blockquote><p>sudo apt-get install ndiswrapper-utils-1.9</p></blockquote>
<p>Once you have ndiswrapper installed, unzip the file you downloaded and change your terminal to that directory.  Then install the drivers with these commands:</p>
<blockquote><p>sudo ndiswrapper -i net8185.inf</p>
<p>sudo ndiswrapper -m</p>
<p>sudo ndiswrapper -mi</p>
<p>sudo ndiswrapper -ma</p>
<p>sudo modprobe ndiswrapper</p></blockquote>
<p>At this point, you should be able to use your wireless card.  If you type &#8220;ifconfig&#8221; in your terminal, you should see &#8220;wlan0&#8243; listed.</p>
<p>This has worked every time for me, so I hope it solves any issues you are having with this card too!</p>
<p>EDIT:</p>
<p>If everytime you reboot, you have to run &#8216;sudo modprobe ndiswrapper&#8217; command, try adding ndiswrapper to your  /etc/modules file.</p>
<p>To do that:</p>
<blockquote><p>Open a terminal and type:</p>
<p>sudo gedit /etc/modules</p>
<p>Add a line and type ndiswrapper</p>
<p>Save and close the file.</p>
<p>Reboot.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://jimvernon.com/archives/53/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>

