aoxh 发表于 2008-8-24 13:08

【转帖】解决UBUNTU中间銉不能用的问题

终端输入:
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf-backup
sudo gedit /etc/X11/xorg.conf


用以下代替相应部分:

Section "InputDevice"
   Identifier   "Configured Mouse"
   Driver      "mouse"
   Option      "CorePointer"
   Option      "Device"      "/dev/input/mice"
   Option      "Protocol"      "ExplorerPS/2"
   Option      "ZAxisMapping"      "4 5"
   Option      "Emulate3Buttons"   "true"
   Option "EmulateWheel" "true"         # newadd
   Option "EmulateWheelButton" "2"      # newadd
   Option "XAxisMapping" "6 7"            # newadd
   Option "YAxisMapping" "4 5"            # newadd
EndSection


重启或注销后中间銉可以使用了。
页: [1]
查看完整版本: 【转帖】解决UBUNTU中间銉不能用的问题