漂泊浪子

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

VMware中启用鼠标滚轮

sudo gedit /etc/X11/xorg.conf

  Section "InputDevice"

  IdentifIEr "Configured Mouse"

  Driver "vmmouse"

  Option "Protocol" "IMPS/2"

  Option "CorePointer"

  Option "Device" "/dev/input/mice"

  Option "ZAxisMapping" "4 5"

  Option "Emulate3Buttons" "yes"

  EndSection

配置完后如果不行,重启 X Window ctrl+alt+backspace

posted on 2010-01-12 11:51  漂泊浪子  阅读(667)  评论(0编辑  收藏  举报