<?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>n3wblog &#187; drivers</title>
	<atom:link href="http://n3wb.com/boolean/archives/tag/drivers/feed/" rel="self" type="application/rss+xml" />
	<link>http://n3wb.com/boolean</link>
	<description>tech commentary and observations from the future</description>
	<lastBuildDate>Wed, 04 Apr 2012 12:05:27 +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>Dell Mini 10 Trackpad fix for Crunchbang Linux</title>
		<link>http://n3wb.com/boolean/archives/2010/01/dell-mini-10-trackpad-fix-for-crunchbang/</link>
		<comments>http://n3wb.com/boolean/archives/2010/01/dell-mini-10-trackpad-fix-for-crunchbang/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 20:02:31 +0000</pubDate>
		<dc:creator>boolean</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mini]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[synaptics]]></category>
		<category><![CDATA[touchpad]]></category>
		<category><![CDATA[trackpad]]></category>

		<guid isPermaLink="false">http://n3wb.com/boolean/?p=605</guid>
		<description><![CDATA[Late last week I was griping about the poor trackpad performance on the Dell Mini 10 and decided to try to fix it. It was usable, but difficult and caused a lot of erroneous clicks and mouse-moves and was a bit like trying to use a Fisher Price toy to perform brain surgery. Clunky, imprecise, [...]]]></description>
			<content:encoded><![CDATA[<p>Late last week I was <a href="http://n3wb.com/boolean/archives/2010/01/dell-mini-10-with-ubuntu-crunchbang-touchpad-issues/">griping</a> about the poor trackpad performance on the Dell Mini 10 and decided to try to fix it. It was usable, but difficult and caused a lot of erroneous clicks and mouse-moves and was a bit like trying to use a Fisher Price toy to perform brain surgery. Clunky, imprecise, and dangerous.</p>
<p>A quick search found this superuser suggestion to install the Synaptics touchpad driver from the Ubuntu repository. Searching in the package manager turned up <strong>libsynaptics</strong> and <strong>gsynaptics</strong> so I installed them both.</p>
<p>Before this would work, I needed to create a file according to the instructions found <a href="http://agoranetbook.kayno.net/2009/04/26/installing-gsynaptics-a-graphical-interface-to-control-the-touchpad/" target="_blank">Kogan Agora Netbook blog</a>:</p>
<p><code>sudo vim /etc/hal/fdi/policy/shmconfig.fdi</code></p>
<p>Once opened, it needed to have the following as its contents:</p>
<pre style="padding-bottom: 18px;">&lt; ?xml version="1.0" encoding="UTF-8"?&gt;
&lt;deviceinfo version="0.2"&gt;
  &lt;device&gt;
    &lt;match key="input.x11_driver" string="synaptics"&gt;
      &lt;merge key="input.x11_options.SHMConfig" type="string"&gt;True&lt;/merge&gt;
    &lt;/match&gt;
  &lt;/device&gt;
&lt;/deviceinfo&gt;</pre>
<p>I have no idea of that version number is correct, but this allowed me to move on. Additionally, in /etc/X11/xorg.conf, I added the section (via sudo vim):</p>
<pre style="padding-bottom: 18px;">Section "InputDevice"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "SHMConfig"             "true"
EndSection</pre>
<p>after rebooting (or logging out, or restarting X), you can then run gsynaptics from gmrun or the terminal. Even better, assign a new entry to the OpenBox menu to execute gsynaptics from a System menu item labeled Touchpad. Once you have that, you can decrease the sensitivity of the touchpad, add and tweak acceleration values and modify tapping behavior. It works really well and has radically reduced the number of accidental mouse actions. This tweak alone has made the Crunchbang netbook experience much much better.</p>
]]></content:encoded>
			<wfw:commentRss>http://n3wb.com/boolean/archives/2010/01/dell-mini-10-trackpad-fix-for-crunchbang/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dell Mini 10 with Ubuntu /Crunchbang touchpad issues</title>
		<link>http://n3wb.com/boolean/archives/2010/01/dell-mini-10-with-ubuntu-crunchbang-touchpad-issues/</link>
		<comments>http://n3wb.com/boolean/archives/2010/01/dell-mini-10-with-ubuntu-crunchbang-touchpad-issues/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 01:33:00 +0000</pubDate>
		<dc:creator>boolean</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[mini]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[trackpad]]></category>

		<guid isPermaLink="false">http://n3wb.com/boolean/?p=602</guid>
		<description><![CDATA[A commenter asked about the horrible touchpad on the Dell Mini 10. Not sure if he was using Linux or Windows, but a couple of quick searches found some mention of a better driver. Top link was on superuser.com and has some hopefully helpful links. I&#8217;ll post back with results when I&#8217;ve had a chance [...]]]></description>
			<content:encoded><![CDATA[<p>A commenter <a href="http://n3wb.com/boolean/archives/2009/12/dell-mini-10-and-crunchbang/#comments">asked</a> about the horrible touchpad on the Dell Mini 10. Not sure if he was using Linux or Windows, but a couple of quick searches found some mention of a better driver. Top link was on superuser.com and has some hopefully helpful links. I&#8217;ll post back with results when I&#8217;ve had a chance to try it out.</p>
<p><a href="http://superuser.com/questions/23522/dell-mini-10-with-ubuntu-touchpad-issues">Dell Mini 10 with Ubuntu &#8211; touchpad issues &#8211; Super User</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://n3wb.com/boolean/archives/2010/01/dell-mini-10-with-ubuntu-crunchbang-touchpad-issues/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Modifier Keys broken in OS X 10.6 Snow Leopard</title>
		<link>http://n3wb.com/boolean/archives/2009/09/modifier-keys-broken-in-os-x-10-6-snow-leopard/</link>
		<comments>http://n3wb.com/boolean/archives/2009/09/modifier-keys-broken-in-os-x-10-6-snow-leopard/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 15:57:33 +0000</pubDate>
		<dc:creator>boolean</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[logitech]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://n3wb.com/boolean/archives/2009/09/modifier-keys-broken-in-os-x-10-6-snow-leopard/</guid>
		<description><![CDATA[I said I wasn&#8217;t going to let this happen to me again, but dad-gum-it, I just couldn&#8217;t stay away. I like this mouse too much to leave it at the bottom of a bin. So when I upgraded to Snow Leopard this week, I figured there&#8217;d be problems. This was a surprise though. The setting [...]]]></description>
			<content:encoded><![CDATA[<p>I <a target="_blank" href="http://n3wb.com/boolean/archives/2007/12/logitech-control-center-1-textmate-0/">said</a> I wasn&#8217;t going to let this happen to me again, but dad-gum-it, I just couldn&#8217;t stay away. I like <a target="_blank" href="http://n3wb.com/boolean/archives/2007/11/logitech-control-center/">this</a> mouse too much to leave it at the bottom of a bin. So when I upgraded to Snow Leopard this week, I figured there&#8217;d be problems. This was a surprise though.</p>
<p>The setting to swap the Caps Lock key for an extra Control key was no longer working with my Apple Bluetooth keyboard. This is crippling for me, as I spend a lot of time in the Terminal and using Ctrl key combos are the only real way to get around and edit lines of text.</p>
<p>A search found this <a target="_blank" href="http://troyandgay.com/blog/2009/08/30/snow-leopard-broke-control-and-caps-lock-swapping/">blog entry</a>:<br />
<blockquote>The problem turned out to be related to the wireless <span class="caps">USB </span>hub fo<a href="http://www.logitech.com/index.cfm/mice_pointers/mice/devices/130&amp;cl=US,EN">r Logitech’s MX Revolution</a> (and others?) mouse. If you unplug it before you change the Modifier Keys the changes do take effect. </p></blockquote>
<p>Thanks for the tip!</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=4eec3a3b-0a78-8fd5-aa80-01485fe74f8a" /></div>
]]></content:encoded>
			<wfw:commentRss>http://n3wb.com/boolean/archives/2009/09/modifier-keys-broken-in-os-x-10-6-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Wacom Intuos 3</title>
		<link>http://n3wb.com/boolean/archives/2008/04/wacom-intuos-3/</link>
		<comments>http://n3wb.com/boolean/archives/2008/04/wacom-intuos-3/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 20:48:13 +0000</pubDate>
		<dc:creator>boolean</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[gear]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[wacom]]></category>

		<guid isPermaLink="false">http://n3wb.com/boolean/archives/2008/04/wacom-intuos-3/</guid>
		<description><![CDATA[I&#8217;ve been an occasional user of Wacom&#8217;s Intuos 2 graphics tablets for a few years. I&#8217;ve always liked the idea of the tablet if not willing to commit to it for constant use. Last week, while I was visiting the left coast, I stopped into Fry&#8217;s and saw a Wacom Intuos 3 6&#215;8&#8243; tablet in [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><a href="http://www.flickr.com/photos/56381024@N00/2399507992/"><img src="http://farm3.static.flickr.com/2354/2399507992_86ebe8044e_m.jpg" alt="Wacom Intuos 3" /></a></p>
<p>I&#8217;ve been an occasional user of Wacom&#8217;s Intuos 2 graphics tablets for a few years. I&#8217;ve always liked the idea of the tablet if not willing to commit to it for constant use. Last week, while I was visiting the left coast, I stopped into Fry&#8217;s and saw a <a href="http://www.wacom.com/intuos/6x8.cfm">Wacom Intuos 3 6&#215;8&#8243;</a> tablet in an opened, slightly crumpled box for $30 off. This, I thought, was Just The Thing!</p>
<p>Since then I&#8217;ve been using it constantly as my Go-To mouse on my main machine. My troubles with various pointing devices have been <a href="http://n3wb.com/boolean/archives/2006/09/mighty-mouse/">well</a>-<a href="http://n3wb.com/boolean/archives/2007/10/keyboard-music/">documented</a> over the years. If I were to describe myself based on how I think I must appear, I would probably call me &#8220;mercurial&#8221;. I am OK with this self-assessment. Others might not be so charitable.</p>
<p>But! I feel reasonably sure that my <a href="http://n3wb.com/boolean/archives/2007/11/logitech-control-center/">complaints</a> were justified. The criticisms you level at a mouse are usually those annoyances you discover after using them for awhile. Take the Apple &#8220;Mighty&#8221; Mouse for example – its chief annoyances are: no real buttons, the &#8220;squeeze&#8221; button requires you to shift your whole hand. You can&#8217;t click and lift the mouse without a squeeze and some contortions. The ball doesn&#8217;t work with Windows&#8230; Logitech&#8217;s mice are decent but the drivers so flawed in OS X as to render them unusable. Also, after using the MX Revolution for a year plus, I began to find the huge lump quite uncomfortable for extended periods.</p>
<p>Enter the Wacom Intuos 3. The 5 button mouse is comfortable, light and the buttons are all well-placed. The scroll wheel only moves in one-axis, but the feeling is smooth and has a sort of rubbery quality. Most importantly, the positioning of the thing is very precise.</p>
<p>Now a word about using Wacoms as your standard mousing device: They take some getting used to. Not just because the mouse is different feeling, but because the <span style="font-style: italic">tablet</span> is the actual important device. That means the orientation of the tablet is important. If the angle&#8217;s wrong, you&#8217;ll find you&#8217;re mousing on a diagonal. I keep mine angled slightly so it&#8217;s perpendicular to the line of my arm when resting on it. Another point: if you slide off the sensor area as you are wont to do, your mouse stops working. You have to train yourself a little to use these things in an unretarded way. Do it wrong and you&#8217;ll look the fool! I&#8217;ve got the tracking speed boosted a bit from the default and acceleration turned up as well. This allows me to cover my screens in less space.</p>
<p>Those things aside, the thing works very neatly. The extra modifier buttons on the side of the tablet are more useful when using it as a pen device, though I do find myself using the touchstrips for scrolling from time-to-time. I wish they had a faster setting though. The drivers for the Wacoms have always been one of their strong points and they are no exception on this version. Virtually every function you can imagine can be mapped, remapped or configured. The pen is a device of alien origin sufficiently advanced to be considered magic. I don&#8217;t know how it works, and frankly, I don&#8217;t wanna know!</p>
]]></content:encoded>
			<wfw:commentRss>http://n3wb.com/boolean/archives/2008/04/wacom-intuos-3/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Junk Drawer</title>
		<link>http://n3wb.com/boolean/archives/2008/03/junk-drawer/</link>
		<comments>http://n3wb.com/boolean/archives/2008/03/junk-drawer/#comments</comments>
		<pubDate>Sun, 23 Mar 2008 17:12:23 +0000</pubDate>
		<dc:creator>boolean</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[gear]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[midi]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://n3wb.com/boolean/archives/2008/03/junk-drawer/</guid>
		<description><![CDATA[I woke up feeling a little creative this morning and didn&#8217;t feel compelled to put together shelves or unpack boxes. So I dug out my Korg EA-1, plugged it into my midi box (which finally has Leopard-compatible drivers) and whipped-up this little bit of synth noise. Junk Drawer.mp3 (192kbps VBR MP3) or Junk Drawer.m4a (177kbps [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><a href="http://www.flickr.com/photos/56381024@N00/2354336131/"></a></p>
<p style="text-align: center"><a href="http://www.flickr.com/photos/56381024@N00/2354336131/"><img src="http://farm4.static.flickr.com/3182/2354336131_6f5549e4d1_m.jpg" alt="b01" /></a></p>
<p>I woke up feeling a little creative this morning and didn&#8217;t feel compelled to put together shelves or unpack boxes. So I dug out my Korg EA-1, plugged it into my <a href="http://www.m-audio.com/products/en_us/MIDISPORT2x2-main.html">midi box</a> (which finally has Leopard-compatible <a href="http://www.m-audio.com/index.php?do=support&amp;tab=driver">drivers</a>) and whipped-up this little bit of synth noise.</p>
<p><a href="http://n3wb.com/pub/Junk%20Drawer%20A.mp3">Junk Drawer.mp3</a> (192kbps VBR MP3)</p>
<p>or</p>
<p><a href="http://n3wb.com/pub/Junk%20Drawer%20A.m4a">Junk Drawer.m4a</a> (177kbps VBR AAC)</p>
<p>3&#8217;27&#8243;.</p>
]]></content:encoded>
			<wfw:commentRss>http://n3wb.com/boolean/archives/2008/03/junk-drawer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://n3wb.com/pub/Junk%20Drawer%20A.mp3" length="5287445" type="audio/mpeg" />
		</item>
		<item>
		<title>Logitech Control Center 1, TextMate 0</title>
		<link>http://n3wb.com/boolean/archives/2007/12/logitech-control-center-1-textmate-0/</link>
		<comments>http://n3wb.com/boolean/archives/2007/12/logitech-control-center-1-textmate-0/#comments</comments>
		<pubDate>Sun, 02 Dec 2007 14:58:17 +0000</pubDate>
		<dc:creator>boolean</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[center]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[logitech]]></category>
		<category><![CDATA[mate]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[textmate]]></category>

		<guid isPermaLink="false">http://n3wb.com/boolean/archives/2007/12/logitech-control-center-1-textmate-0/</guid>
		<description><![CDATA[Ok, this was weird. The command-line TextMate launcher, &#8216;mate&#8217; was crashing for me in strange and exciting ways. I filed a ticket. A kind person replied back that some people were reporting that it was Logitech Control Center. Humoring the nice man, I dutifully removed Logitech&#8217;s preferences panel and drivers&#8230; and now &#8216;mate&#8217; works. This [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, this was weird. The command-line <a href="http://macromates.com/">TextMate</a> launcher, &#8216;mate&#8217; was crashing for me in strange and exciting ways. I filed a <a href="http://macromates.com/ticket/show?ticket_id=78950742">ticket</a>. A kind person replied back that some people were reporting that it was <a href="http://n3wb.com/boolean/archives/2007/11/logitech-control-center/">Logitech Control Center</a>. Humoring the nice man, I dutifully removed Logitech&#8217;s preferences panel and drivers&#8230; and now &#8216;mate&#8217; works.</p>
<p>This is a new low for the Logitech Control Center. Now that it&#8217;s stopped crashing, it&#8217;s started causing other programs to crash. Honestly though, I&#8217;m not sure where the blame lies in this case, but I do like TextMate a lot more than I like that Logitech Mouse, so here we are. (Maybe I should revise the scoring in this entry&#8217;s title)</p>
]]></content:encoded>
			<wfw:commentRss>http://n3wb.com/boolean/archives/2007/12/logitech-control-center-1-textmate-0/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Logitech Control Center</title>
		<link>http://n3wb.com/boolean/archives/2007/11/logitech-control-center/</link>
		<comments>http://n3wb.com/boolean/archives/2007/11/logitech-control-center/#comments</comments>
		<pubDate>Mon, 26 Nov 2007 12:51:46 +0000</pubDate>
		<dc:creator>boolean</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[logitech]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://n3wb.com/boolean/archives/2007/11/logitech-control-center/</guid>
		<description><![CDATA[In the past, I have talked no small amount of shit about Logitech&#8216;s driver situation on the Mac. I don&#8217;t think it was unreasonable though, and I didn&#8217;t feel the least bit bad about dumping my Logitech MX Revolution for an Apple Mighty Mouse. I did, however, miss all the buttons. A word about writing [...]]]></description>
			<content:encoded><![CDATA[<p>In the past, I have <a href="http://n3wb.com/boolean/archives/2007/10/keyboard-music/">talked</a> no small amount of shit about <a href="http://www.logitech.com/">Logitech</a>&#8216;s driver situation on the Mac. I don&#8217;t think it was unreasonable though, and I didn&#8217;t feel the least bit bad about dumping my <a href="http://www.logitech.com/index.cfm/mice_pointers/mice/devices/130&#038;cl=us,en">Logitech MX Revolution</a> for an <a href="http://n3wb.com/boolean/archives/2006/09/mighty-mouse/">Apple Mighty Mouse</a>. I did, however, miss all the buttons.</p>
<p>A word about writing software: it has to work. This is important. Also important, it has to do so without crashing. This is especially true of software that is written as an interface layer for hardware, or &#8220;driver software&#8221;. When this low-level, system software blows up, it can seriously ruin your day. Don&#8217;t think, &#8220;oh, it&#8217;s just a control panel, it doesn&#8217;t matter if it crashes&#8221;. It does. It&#8217;s where the user interacts with this shiny new piece of hardware and if it sucks, well, all the shiny packaging won&#8217;t cover that up. They will feel ripped off. And if you&#8217;re going to put a platform sticker on that packaging, like, &#8220;Mac OS X&#8221; or &#8220;Ubuntu!&#8221;, please make sure that the included software is not just something cobbled together with a collection of system hacks by a couple of interns. Software is hard, serious business. It is not to be undertaken lightly. End digression&#8230;</p>
<p>It is with the utmost humility and sheepishness that I say that the Control Center software no longer sucks as hard as it once did. In fact, it seems to do exactly what it&#8217;s supposed to do, and that is make my mouse work and not crash while doing it. Kudos to you Logitech! It works in Leopard and has support for the thumb-wheel (which I&#8217;ve mapped to Exposé and Spaces). It even has a slider for setting the mouse tracking multiplier. (hint: leave it at 1x)</p>
<p>I will even go as far as installing the driver software on my &#8220;new&#8221; media machine later today and trying it out with the S530 Wireless Keyboard and Mouse.</p>
<p>Download it here, I think:</p>
<p><a href="http://www.logitech.com/index.cfm/494/3129&#038;cl=us,en">Logitech Control Center for Macintosh OS X</a></p>
<p>PS, say what you will about their driver software, Logitech&#8217;s website is still a festering pit of anal leakage. The text in the dropdown says lcc231.zip even though the descriptive text on the page is version 2.4. Download it anyway, it&#8217;ll grab 2.4 for you&#8230;</p>
<p>PPS, Logitech, I still love you. Please make a nice mouse with lots of buttons (like the MX Revolution) and make it Bluetooth. Some of us really like that! Thanks.</p>
<p>PPPS, if you&#8217;re still looking for an OS X alternative to Logitech&#8217;s drivers, try <a href="http://www.usboverdrive.com/USBOverdrive/News.html">USB Overdrive</a>. Lots of people rave about it, though it&#8217;s not free.</p>
]]></content:encoded>
			<wfw:commentRss>http://n3wb.com/boolean/archives/2007/11/logitech-control-center/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

