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

相关文章:

  • 2021-07-18
  • 2022-12-23
  • 2022-12-23
  • 2022-02-08
  • 2021-12-19
猜你喜欢
  • 2021-09-17
  • 2021-11-24
  • 2021-05-15
  • 2021-08-19
  • 2021-09-18
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案