在console下

sudo gedit

 

打开 /etc/X11/xorg.conf

找到:

Section "InputDevice"
Identifier "Configured Mouse"
Driver "vmmouse"
[..  ..]
EndSection

替代成:

Section "InputDevice"
Identifier "Configured Mouse"
Driver "vmmouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection

保存。关闭所有的程序。

按 Ctrl+Alt+Backspace重起。

 

相关文章:

  • 2022-12-23
  • 2022-02-28
  • 2021-07-07
  • 2022-02-08
  • 2021-12-19
猜你喜欢
  • 2022-12-23
  • 2021-12-06
  • 2021-06-22
  • 2021-11-08
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案