<?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>Jeff Malterre &#187; ubuntu</title>
	<atom:link href="http://www.jeffmalterre.com/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeffmalterre.com</link>
	<description>accessible web programmer, SEO specialist, e-commerce professional</description>
	<lastBuildDate>Tue, 05 Oct 2010 18:23:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Thinkpad x61 with Ubuntu: Getting the 3rd mouse button to work.</title>
		<link>http://www.jeffmalterre.com/2008/12/19/thinkpad-x61-with-ubuntu-getting-the-3rd-mouse-button-to-work/</link>
		<comments>http://www.jeffmalterre.com/2008/12/19/thinkpad-x61-with-ubuntu-getting-the-3rd-mouse-button-to-work/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 17:11:01 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Thinkpad X61]]></category>
		<category><![CDATA[3rd mouse button]]></category>
		<category><![CDATA[mouse wheel]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.sibble.com/?p=915</guid>
		<description><![CDATA[There are two different methods I found, which work for different version of Ubuntu. Ubuntu 8.10 First, copy/paste below &#60;match key=&#34;info.product&#34; string=&#34;TPPS/2 IBM TrackPoint&#34;&#62; &#60;merge key=&#34;input.x11_options.EmulateWheel&#34; type=&#34;string&#34;&#62;true&#60;/merge&#62; &#60;merge key=&#34;input.x11_options.EmulateWheelButton&#34; type=&#34;string&#34;&#62;2&#60;/merge&#62; &#60;merge key=&#34;input.x11_options.YAxisMapping&#34; type=&#34;string&#34;&#62;4 5&#60;/merge&#62; &#60;merge key=&#34;input.x11_options.XAxisMapping&#34; type=&#34;string&#34;&#62;6 7&#60;/merge&#62; &#60;merge key=&#34;input.x11_options.Emulate3Buttons&#34; type=&#34;string&#34;&#62;true&#60;/merge&#62; &#60;merge key=&#34;input.x11_options.EmulateWheelTimeout&#34; type=&#34;string&#34;&#62;200&#60;/merge&#62; &#60;/match&#62; Then, make a new file /etc/hal/fdi/policy/mouse-wheel.fdi sudo vi /etc/hal/fdi/policy/mouse-wheel.fdi Insert [...]]]></description>
			<content:encoded><![CDATA[<p>There are two different methods I found, which work for different version of Ubuntu.</p>
<p><span id="more-915"></span></p>
<h2>Ubuntu 8.10</h2>
<p>First, copy/paste below</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;match</span> <span style="color: #000066;">key</span>=<span style="color: #ff0000;">&quot;info.product&quot;</span> <span style="color: #000066;">string</span>=<span style="color: #ff0000;">&quot;TPPS/2 IBM TrackPoint&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;merge</span> <span style="color: #000066;">key</span>=<span style="color: #ff0000;">&quot;input.x11_options.EmulateWheel&quot;</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;string&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>true<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/merge<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;merge</span> <span style="color: #000066;">key</span>=<span style="color: #ff0000;">&quot;input.x11_options.EmulateWheelButton&quot;</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;string&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>2<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/merge<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;merge</span> <span style="color: #000066;">key</span>=<span style="color: #ff0000;">&quot;input.x11_options.YAxisMapping&quot;</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;string&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>4 5<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/merge<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;merge</span> <span style="color: #000066;">key</span>=<span style="color: #ff0000;">&quot;input.x11_options.XAxisMapping&quot;</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;string&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>6 7<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/merge<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;merge</span> <span style="color: #000066;">key</span>=<span style="color: #ff0000;">&quot;input.x11_options.Emulate3Buttons&quot;</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;string&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>true<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/merge<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;merge</span> <span style="color: #000066;">key</span>=<span style="color: #ff0000;">&quot;input.x11_options.EmulateWheelTimeout&quot;</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;string&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>200<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/merge<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/match<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

<p>Then, make a new file <em>/etc/hal/fdi/policy/mouse-wheel.fdi</em></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">vi</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>hal<span style="color: #000000; font-weight: bold;">/</span>fdi<span style="color: #000000; font-weight: bold;">/</span>policy<span style="color: #000000; font-weight: bold;">/</span>mouse-wheel.fdi</pre></div></div>

<p>Insert a new line <em>by hitting the letter i</em><br />
Paste <em>by hitting shift+ctrl+v</em><br />
Save and quit <em>by typing :wq</em><br />
Reboot.<br />
That&#8217;s it, pretty hard eh?</p>
<h2>Ubuntu 7.10</h2>
<p>Replace the mouse entry of your <em>/etc/X11/xorg.conf</em> with the following (its a good idea to back up your xorg.conf before making any changes):</p>

<div class="wp_syntax"><div class="code"><pre class="xorg" style="font-family:monospace;">Section &quot;InputDevice&quot;
&nbsp;
Identifier &quot;Mouse1&quot;
&nbsp;
Driver &quot;mouse&quot;
&nbsp;
Option &quot;Protocol&quot; &quot;ExplorerPS/2&quot; # IMPS/2 is not recommend for TrackPoints
&nbsp;
Option &quot;Device&quot; &quot;/dev/input/mice&quot;
&nbsp;
Option &quot;EmulateWheel&quot; &quot;on&quot;
&nbsp;
Option &quot;EmulateWheelTimeout&quot; &quot;200&quot;
&nbsp;
Option &quot;EmulateWheelButton&quot; &quot;2&quot;
&nbsp;
Option &quot;YAxisMapping&quot; &quot;4 5&quot;
&nbsp;
Option &quot;XAxisMapping&quot; &quot;6 7&quot;
&nbsp;
EndSection</pre></div></div>

<p>Reboot.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeffmalterre.com/2008/12/19/thinkpad-x61-with-ubuntu-getting-the-3rd-mouse-button-to-work/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Thinkpad X61 and Ubuntu 7.10</title>
		<link>http://www.jeffmalterre.com/2008/04/20/thinkpad-x61-and-ubuntu-710/</link>
		<comments>http://www.jeffmalterre.com/2008/04/20/thinkpad-x61-and-ubuntu-710/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 03:41:28 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Thinkpad X61]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[thinkpad]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[x61]]></category>

		<guid isPermaLink="false">http://www.sibble.com/?p=16</guid>
		<description><![CDATA[Well, I picked up a new Thinkpad X61 and it quickly became my favorite notebook. It&#8217;s extremely small and light-weight (weighing only 2.7lbs). One of the reasons I went with IBM is mainly because everything works out of the box with Linux. This first thing I did was create a complete partition backup image. I [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I picked up a new Thinkpad X61 and it quickly became my favorite notebook.  It&#8217;s extremely small and light-weight (weighing only 2.7lbs).  One of the reasons I went with IBM is mainly because everything works out of the box with Linux.  This first thing I did was create a complete partition backup image.  I was pretty happy with the notebook&#8217;s performance with Vista, however I don&#8217;t like Vista&#8230;</p>
<p>I installed Ubuntu 7.10 via a net-install disc (able to do this with UltraBase docking station.)  Generally speaking, everything <em>important</em> worked without any additional configuration on my part.  Some features didn&#8217;t work, so I did some research to get them working (wasn&#8217;t hard.)</p>
<p>Overall, I&#8217;m <strong>very happy</strong>.  The only thing I&#8217;m worried about is the temperature.  I guess you can&#8217;t expect perfect air ventilation with such a small notebook.  One thing I did read (and also confirm) is that the wireless card generates a lot of heat.  It&#8217;s located roughly around the area you&#8217;re right hand would rest while typing.  It becomes so hot, that I&#8217;d rather disable the built in Intel wireless card, and use one of my wireless PC Cards.</p>
<p>I read a few people saying that sound did not work out of the box, but I believe they were using older kernel versions.  Make sure you use the latest possible kernel available to you.  On Ubuntu 7.10, the only thing I had to do was change the GNOME volume from MIC to PCM.</p>
<p>Here are some references I used to help get things working:<a href="http://http//forum.thinkpads.com/viewtopic.php?p=346779&amp;sid=8d853d569e97021a17e1604cd7fe1628"><strong></strong></a></p>
<p><strong><a href="http://forum.thinkpads.com/viewtopic.php?p=346779&amp;sid=8d853d569e97021a17e1604cd7fe1628">Ubuntu Gusty Gibbon 7.10 on X61s </a></strong><a href="http://forum.thinkpads.com/viewtopic.php?p=346779&amp;sid=8d853d569e97021a17e1604cd7fe1628">- </a><em><a href="http://http//forum.thinkpads.com/viewtopic.php?p=346779&amp;sid=8d853d569e97021a17e1604cd7fe1628"><a href="http://forum.thinkpads.com/viewtopic.php?p=346779&amp;sid=8d853d569e97021a17e1604cd7fe1628">forum.thinkpads.org</a><br />
</a> </em>On demand frequency governor, CPU frequency scaling, tap-to-click, middle mouse wheel for scrolling, and <span class="postbody">enabling Compiz Fusion with Intel X3100 graphics.</span></p>
<p><strong><a href="http://www.thinkwiki.org/wiki/Category:X61">X61</a></strong><a href="http://www.thinkwiki.org/wiki/Category:X61"> &#8211; </a><em><a href="http://www.thinkwiki.org/wiki/Category:X61">thinkwiki.org</a></em><em><br />
</em>A lot of great information here.<a href="http://http//www.thinkwiki.org/wiki/Category:X61"><em></em></a></p>
<p>I will update this post when new updates are available.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeffmalterre.com/2008/04/20/thinkpad-x61-and-ubuntu-710/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

