Step1.建立一個新的檔案:
- 指令:sudo gedit /usr/lib/X11/xorg.conf.d/20-thinkpad.conf
- 檔案 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"
EndSectionStep2. 存檔。(完成)
1 則留言:
ubuntu 10.10 路徑要改成 /usr/share/X11/xorg.conf.d/20-thinkpad.conf
張貼留言