Ubuntu 10.04
啟動方式
sudo vim /usr/lib/X11/xorg.conf.d/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
update--2011-08-29
Section "InputClass"
Identifier "Trackpoint Wheel Emulation"
MatchProduct "TPPS/2 IBM TrackPoint|DualPoint Stick|Synaptics Inc. Composite TouchPad / TrackPoint|ThinkPad USB Keyboard with TrackPoint"
MatchDevicePath "/dev/input/event*"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
Option "Emulate3Buttons" "false"
Option "XAxisMapping" "6 7"
Option "YAxisMapping" "4 5"
EndSection
sudo reboot now
重開機後就可以用嚕
Reference:
http://psung.blogspot.com/2010/04/thinkpad-trackpoint-scrolling-in-ubuntu.html
http://www.fovweb.com/fov/ubuntu-thinkpad.html
3 則留言:
發生問題
66.431224 thinkpad_acpi: Not yet supported ThinkPad detected!
2.6.32-33
Ubuntu
firefox 5.0 會把"弄成「
搞得鬼
張貼留言