由于在装载xorg-x11-drv-vmmouse驱动时的一个bug,在客户虚拟机的显示中,鼠标位置可能不正确。直到被更新前,在客户机中添加Option NoAutoAddDevices到/etc/X11/xorg.conf文件的ServerFlags节中。如果需要,创建这个节: Section "ServerFlags" Option "NoAutoAddDevices" EndSection
然后重新启动电脑鼠标就不会乱串啦。