在Ubuntu终端中运行
sudo gedit /etc/X11/xorg.conf
把
Section “InputDevice”
Identifier “Configured Mouse”
Driver “vboxmouse”
Option “CorePointer”
EndSection
复制到xorg.conf文件的最后,保存即可解决问题。
在Ubuntu终端中运行
sudo gedit /etc/X11/xorg.conf
把
Section “InputDevice”
Identifier “Configured Mouse”
Driver “vboxmouse”
Option “CorePointer”
EndSection
复制到xorg.conf文件的最后,保存即可解决问题。