修改/etc/X11/xorg.conf文件
原文件对应内容
Section "InputDevice"
        Identifier        "Configured Mouse"
        Driver                "vmmouse"
        Option                "CorePointer"
        Option                "Device"        "/dev/input/mice"
EndSection
修改后的内容
Section "InputDevice"
        Identifier        "Configured Mouse"
        Driver                "mouse"
        Option                 "Protocol"         "IMPS/2"
        Option                "CorePointer"
        Option                "Device"        "/dev/input/mice"
EndSection
在网上找了好长时间才找到的,共享出来。   

相关文章:

  • 2021-12-16
  • 2021-11-20
  • 2021-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-24
  • 2022-12-23
猜你喜欢
  • 2021-07-18
  • 2021-04-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-24
  • 2022-12-23
相关资源
相似解决方案