解决方案:
1、sudo gedit /etc/X11/xorg.conf
2、编辑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

3、重启计算机

相关文章:

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