VM Fedora下容易出现这个问题,而VM Debain却能够识别。需要修改/etc/X11/xorg.conf文件。修改前先备份
#cp xorg.conf xorg.conf.back
#Xorgconfigurationcreatedbysystem-config-display
Section"ServerLayout"
Identifier"singleheadconfiguration"
Screen0"Screen0"00
InputDevice"Keyboard0""CoreKeyboard"
InputDevice"VMMouse""CorePointer"
EndSection
Section"InputDevice"
Identifier"Keyboard0"
Driver"kbd"
Option"XkbModel""pc105"
Option"XkbLayout""us"
EndSection
Section"InputDevice"
Identifier"VMMouse"
Driver"vmmouse"
Option"Device""/dev/input/mice"
Option"Emulate3Buttons""yes"
EndSection
Section"Monitor"
Option"dpms"
Identifier"Monitor0"
VendorName"MonitorVendor"
ModelName"LCDPanel"
HorizSync31.5-55.5
VertRefresh41.0-85.0
EndSection
Section"Device"
Identifier"Videocard0"
Driver"vmware"
EndSection

Section"Screen"
Identifier"Screen0"
Device"Videocard0"
Monitor"Monitor0"
DefaultDepth24
SubSection"Display"
Viewport00
Depth24
Modes"1024x768""800x600""640x480"
EndSubSection
EndSection
本文介绍了解决VM Fedora中鼠标无法正常工作的问题方法。通过修改xorg.conf配置文件,启用vmmouse驱动并设置相关选项,使虚拟机内的鼠标操作更加流畅。
626

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



