在Thinkpad上安装Linux不是什么难事,但默认Linux系统对Thinkpad的TrackPoint支持不好,中建无法滚动屏幕。
但对Linux系统来说,这是小事一件,Linux以强大的系统配置能力闻名。
配置如下
- cat <11-trackpoint.conf
-
Section "InputClass"
-
Identifier "Trackpoint Wheel Emulation"
-
MatchProduct "TPPS/2 IBM TrackPoint|DualPoint Stick|Synaptics Inc. Composite TouchPad / TrackPoint|ThinkPad USB Keyboard with TrackPoint|USB Trackpoint pointing device|Composite TouchPad / TrackPoint"
-
MatchDevicePath "/dev/input/event*"
-
Option "EmulateWheel" "true"
-
Option "EmulateWheelButton" "2"
-
Option "Emulate3Buttons" "false"
-
Option "XAxisMapping" "6 7"
-
Option "YAxisMapping" "4 5"
-
EndSection
-
-
EOF
-
sudo cp 11-trackpoint.conf /usr/share/X11/xorg.conf.d
阅读(1352) | 评论(0) | 转发(0) |