安装了Debian lenny 5.0.1 trackpoint 的中键却不可用。
解决办法:
在 /etc/X11/xorg.conf 文件中添加以下代码:
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "Emulate3Buttons" "true"
Option "Emulate3TimeOut" "50"
Option "EmulateWheel" "on"
Option "EmulateWheelTimeOut" "200"
Option "EmulateWheelButton" "2"
Option "YAxisMapping" "4 5"
Option "XAxisMapping" "6 7"
Option "ZAxisMapping" "4 5"
EndSection
重新启动后就可以了。
本文介绍了解决 Debian Lenny 5.0.1 中 trackpoint 中键无法使用的问题。通过在 xorg.conf 文件中添加特定配置选项来启用中键功能。
1364

被折叠的 条评论
为什么被折叠?



