2011年2月20日日曜日

Ubuntu 10.10 + ThinkPad X61 TrackPoint

cd /usr/share/X11/xorg.conf.d/
touch 20-thinkpad.conf
cat >> 20-thinkpad.conf

んで以下の設定を入れる。

Section "InputClass"
Identifier "Trackpoint Wheel Emulation"
MatchProduct "TrackPoint"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
Option "Emulate3Buttons" "false"
Option "XAxisMapping" "6 7"
Option "YAxisMapping" "4 5"
EndSection

参考
ThinkPad X61 + Ubuntu 10.04 トラックポイントでスクロールできるようにする
ThinkPad X61 + Ubuntu 10.10(Maverick Meerkat) トラックポイントでスクロールできるようにする