你撒下一粒善良的种_子, 会在暗中蔓延出一片灿烂的花海
分类: LINUX
2009-04-27 16:50:56
其实这个效果很容易实现,在xorg.conf改一下设置就行,这是我的xorg小红帽设置,如果还没解决的话,你参考一下:
Section “InputDevice”
Identifier “ThinkPad TrackPoint”
Driver “mouse”
Option “CorePointer”
Option “Protocol” “IMPS/2″
Option “Device” “/dev/input/mice”
Option “Emulate3Buttons” “no”
Option “EmulateWheel” “true”
Option “EmulateWheelButton” “2″
Option “YAxisMapping” “4 5″
Option “EmulateWheelInertia” “18″
EndSection