<?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; netbook</title>
	<atom:link href="http://n3wb.com/boolean/archives/tag/netbook/feed/" rel="self" type="application/rss+xml" />
	<link>http://n3wb.com/boolean</link>
	<description>tech commentary and observations from the future</description>
	<lastBuildDate>Mon, 26 Dec 2011 18:36:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>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>Dell Mini 10 and Crunchbang</title>
		<link>http://n3wb.com/boolean/archives/2009/12/dell-mini-10-and-crunchbang/</link>
		<comments>http://n3wb.com/boolean/archives/2009/12/dell-mini-10-and-crunchbang/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 17:13:25 +0000</pubDate>
		<dc:creator>boolean</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[thunderbird]]></category>

		<guid isPermaLink="false">http://n3wb.com/boolean/?p=598</guid>
		<description><![CDATA[Over the past week and a bit, I&#8217;ve been playing around with Crunchbang Linux on a Dell Mini 10 netbook. The experience has been entertaining at least and Crunchbang works surprisingly well once you get it configured. Out of the box, Cunchbang is a fairly minimalist desktop environment, using Openbox and Tint as the desktop [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past week and a bit, I&#8217;ve been playing around with Crunchbang Linux on a Dell Mini 10 netbook. The experience has been entertaining at least and Crunchbang works surprisingly well once you get it configured.</p>
<p><a href="http://www.flickr.com/photos/robceemoz/3745779233/" title="dell_mini20090722_0005 by robceemoz, on Flickr"><img src="http://farm4.static.flickr.com/3124/3745779233_a238ee2e31.jpg" width="500" height="333" alt="dell_mini20090722_0005" /></a></p>
<p>Out of the box, Cunchbang is a fairly minimalist desktop environment, using Openbox and Tint as the desktop and window manager.  A bit of tweaking to get menu sizes reduced and it takes up even less space on your desktop. Since vertical space is at a serious premium on this thing, the biggest challenges were getting Firefox and Thunderbird configured to make the most of the tiny screen.</p>
<p>On Firefox, I&#8217;m using <a href="https://addons.mozilla.org/en-US/firefox/addon/810" target="_blank">Full Screen</a> (not necessary in Firefox 3.6, of course), <a href="https://addons.mozilla.org/en-US/firefox/addon/5890" target="_blank">Tree Style Tabs</a> and a combined menu and toolbar to clear up some pixels. Reduced font-sizes from the default make browsing more manageable even when I&#8217;m not in full screen mode.</p>
<p>Thunderbird 3.0 was a bit trickier. In the advanced preferences pane, under the config editor, set <strong>mail.tabs.autoHide</strong> to <strong>True</strong> to get rid of the tabstrip if there&#8217;s only one tab showing. I also found the header area in the message pane was taking up a lot of room, so I installed the Compact Headers extension to take care of those. You will need to disable compatibility checking through Nightly Tester Tools or the config editor to get it to work with Tbird 3. (Thanks to wswmk in irc for the tips!)</p>
<p>Whether I could live with this as my main portable is another matter. The trackpad on the thing is pretty poor, requiring a really light touch to tap-to-click. There are no real buttons on it, but the two bottom corners act as left and right mouse clicks if you press the trackpad down &#8212; it clicks. Because the pad itself is so sensitive, this invariably moves the pointer off of your target and you&#8217;ll get a misclick. Even more amusing is the right-side scroll wheel. If you&#8217;re on the desktop in Crunchbang, this is interpreted as a &#8220;jump to workspace&#8221; action, randomly skipping you through your desktops. It took me awhile to realize I was doing this accidentally and that it was a feature.</p>
<p>Other interactions between OS and hardware are pretty good. With the exception of networking. Connecting to a wireless network is a bit of a crapshoot.  I can connect at home on a wirless G network with WPA2 passphrase, but it takes too long to negotiate initially. I could not connect to my parents&#8217; network after multiple attempts and they have a basic WEP passkey. I installed wicd as my default network manager after failing with Network Manager and it seems a little better, but still slow.</p>
<p>In short, networking in Linux still kind of sucks.</p>
<p>But sound works! And the included A/V apps in Crunchbang are decent if not awesome. VLC works really well and after struggling with SMB to get network shares working, I can even stream stuff off of my fileserver. Also includes Rhythmbox and Audacity among other open source audio-video apps. No Songbird though?</p>
<p>Overall, it&#8217;s a fun little machine to hack around on. Screen&#8217;s probably too small to do any development, but works just fine as a little internet toy or writing machine. That it&#8217;s entirely an opensource software stack helps too. I wrote this post on it, and genuinely like the keyboard (after flipping the Caps Lock and CTRL keys). It sure is portable.</p>
]]></content:encoded>
			<wfw:commentRss>http://n3wb.com/boolean/archives/2009/12/dell-mini-10-and-crunchbang/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

