<?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; mouse wheel</title>
	<atom:link href="http://www.jeffmalterre.com/tag/mouse-wheel/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>
	</channel>
</rss>

