VM Fedora下容易出现这个问题,而VM Debain却能够识别 。需要修改/etc/X11/xorg.conf文件。修改前先备份#cp xorg.conf xorg.conf.back # Xorg configuration created by system-config-displaySection "ServerLayout"Identifier "single head configuration"Screen 0 "Screen0" 0 0InputDevice "Keyboard0" "CoreKeyboard"InputDevice "VMMouse" "CorePointer"EndSectionSection "InputDevice"Identifier "Keyboard0"Driver "kbd"Option "XkbModel" "pc105"Option "XkbLayout" "us"EndSectionSection "InputDevice"Identifier "VMMouse"Driver "vmmouse"Option "Device" "/dev/input/mice"Option "Emulate3Buttons" "yes"EndSectionSection "Monitor"Option "dpms"Identifier "Monitor0"VendorName "Monitor Vendor"ModelName "LCD Panel"HorizSync 31.5 - 55.5VertRefresh 41.0 - 85.0EndSectionSection "Device"Identifier "Videocard0"Driver "vmware"EndSectionSection "Screen"Identifier "Screen0"Device "Videocard0"Monitor "Monitor0"DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSectionEndSection