若使用vm station。可安装vm tools。
若没有使用vm station,可修改配置文件:
在root权限下 修改 /etc/X11/下的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
即增加
Option "Protocol" "ImPs/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
本文介绍如何通过修改xorg.conf文件配置vmmouse,以改善虚拟机中的鼠标性能。具体步骤包括以root权限编辑/etc/X11/目录下的xorg.conf,并添加特定的配置选项。
1106

被折叠的 条评论
为什么被折叠?



