關於我自己

我的相片
Taiwan
別拿我跟一般人比,我是有人生終極目標的!(看不順眼我說的話嗎?那你可以滾了!)

2009年5月3日 星期日

Ubuntu 9.04 x200 track point(小紅點) scrolling解決方法

Create a new file called /etc/hal/fdi/policy/mouse-wheel.fdi typing:

sudo gedit /etc/hal/fdi/policy/mouse-wheel.fdi

And fill it with this code:

<?xml version="1.0" encoding="UTF-8"?>

<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.ZAxsisMapping" type="string">4 5</merge>
<merge key="input.x11_options.Emulate3Buttons" type="string">true</merge>

</match>

重開機

source

2 則留言:

Alderis 提到...

請問在x200上真的解決了嗎? 這個辦法我在別的地方也有看到,不過它說不支援x200,好像是因為硬體不同? 我手邊的x200s實地做了一遍後,小紅點還是不工作

Hao-Go, the dog 提到...

是可以的我才會放上來,在我的電腦使用正常。