12.03.2011

Ubuntu x ThinkPad x Wheel

3 Dec 2011

After installing Ubuntu10.04 on Thinkpad X61 yesterday, I found wheel didn't work well so I fixed as below.

sotaro@sotaro-laptop:~$ cat bin/sh/thinkpad.sh
xinput set-prop 'TPPS/2 IBM TrackPoint' "Evdev Wheel Emulation" 1
xinput set-prop 'TPPS/2 IBM TrackPoint' "Evdev Wheel Emulation Button" 2
xinput set-prop 'TPPS/2 IBM TrackPoint' "Evdev Wheel Emulation Timeout" 200
sotaro@sotaro-laptop:~$ sh bin/sh/thinkpad.sh 

I also add the script to Startup Applications to avoid running it every time.

sotaro@sotaro-laptop:~$ chmod +x bin/sh/thinkpad.sh
Add the script to System>Preferences>Startup Applications

スクロールが動作しないことに気づいたので、下記の方法で修正。

↑のスクリプトを実行する。
次回以降何もしなくて良いようにスタートアップアプリケーションにも追加する。

0 件のコメント:

コメントを投稿