感谢支持
我们一直在努力

[Ubuntu]TrackPoint在x.org的解法

从国外网站看到的,Ubuntu中完全不用动到驱动程式的部分,只要改一下xorg.conf就可以了,我是加了倒数四行,中键卷轴就有作用了:


Section “InputDevice”
Identifier “Configured Mouse”
Driver “mouse”
Option “CorePointer”
Option “Device” “/dev/input/mice”
Option “Protocol” “ImPS/2″
Option “Emulate3Buttons” “true”
Option “ZAxisMapping” “4 5″
Option “EmulateWheel” “true” < == add this line
Option “EmulateWheelButton” “2″ <== add this line
EndSection 

赞(0) 打赏
转载请注明出处:服务器评测 » [Ubuntu]TrackPoint在x.org的解法
分享到: 更多 (0)

听说打赏我的人,都进福布斯排行榜啦!

支付宝扫一扫打赏

微信扫一扫打赏