修改/etc/X11/xorg.conf,把缺的和少的都改一下,重启后可以用。但是大部分网站说将其中的ps/2改成IMPS/2就行。

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

相关文章:

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