今天终于把vmware中的vm-tool安装好了,可是鼠标竟然错位。我是的入门级菜鸟,以为是显卡驱动问题,经过无数次google终于找到了解决办法。那就是下面这个解决办法,转载至此处,希望对大家有帮助。
10.10. vmmouse 驱动程序
由于在装载xorg-x11-drv-vmmouse驱动时的一个bug,在客户虚拟机的显示中,鼠标位置可能不正确。直到被更新前,在客户机中添加Option NoAutoAddDevices到/etc/X11/xorg.conf文件的ServerFlags节中。如果需要,创建这个节:
Section "ServerFlags"
Option "NoAutoAddDevices"
EndSection
来自 http://docs.fedoraproject.org/release-notes/f9/zh_CN/sn-Desktop.html#vmmouse-driver