红联Linux门户
Linux帮助
当前位置: 红联Linux门户 > Ubuntu

[Ubuntu]TrackPoint在x.org的解法

发布时间:2008-09-05 00:39:42来源:红联作者:Dssiuet
从这边http://ubuntuforums.org/showpost.php?p=127713&postcount=4看到的,完全不用动到驱动程式的部分,只要改一下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 条评论