Ubuntu 8.10 + T61中间小红钮不好用

阅读更多

 

1. Edit /etc/X11/xorg.conf, add the lines,

 

 Section "InputDevice"
       Identifier  "Configured Mouse"
       Driver      "mouse"
       Option      "CorePointer"
       Option      "Device"              "/dev/input/mice"
       Option      "Protocol"            "ExplorerPS/2"
       Option      "Emulate3Buttons"     "on"
       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

 

2. Edit /etc/hal/fdi/policy/mouse-wheel.fdi, and add the lines

 


 true
 2
 6 7
 4 5
 4 5
 true

 

Reference

 

http://www.thinkwiki.org/wiki/How_to_configure_the_TrackPoint#Most_common_Features
http://www.thetacticalnuke.com/2008/ubuntu-810-intrepid-ibex-beta-on-t61/

你可能感兴趣的:(Ubuntu,IBM)