RSS
 

Archive for June 30th, 2009

Scrolling with the Thinkpad's TrackPoint in Ubuntu 9.04 Jaunty

30 Jun

I think scrolling using the middle button + TrackPoint was broken for a while, although it is now fixed. to fix it instead of modifying your xorg.conf, create a new file called /etc/hal/fdi/policy/mouse-wheel.fdi with the following contents:

<match key="info.product" string="TPPS/2 IBM TrackPoint">
<merge key="input.x11_options.EmulateWheel" type="string">true</merge>
<merge key="input.x11_options.EmulateWheelButton" type="string">2</merge>
<merge key="input.x11_options.XAxisMapping" type="string">6 7</merge>
<merge key="input.x11_options.YAxisMapping" type="string">4 5</merge>
<merge key="input.x11_options.ZAxisMapping" type="string">4 5</merge>
<merge key="input.x11_options.Emulate3Buttons" type="string">true</merge>
</match>

Then restart your computer.

I have tested this method on my X200 and it looks working fine.
[ad#Ubuntu 9.04]

 
No Comments

Posted in Ubuntu