在Fedora系统中基于VMware workstation 7 创建Windows Server 2003虚拟机启动后,出现如下错误:
---------------------------------------------------------------------------------------------------------------------------------
A language-specific mapping from X keysyms to machine scancodes will be
used, based on the detected keyboard type of "us101". However, this
program's language-specific mapping may not be correct for your keyboard
in all the details, because X keyboard mappings vary.
You can override specific key mappings in the virtual-machine
configuration.
For more information, please see VMware Workstation documentation
available on our Web site at "".
---------------------------------------------------------------------------------------------------------------------------------
解决办法:
$su -
# vi /etc/vmware/config
在最后添加如下行:
xkeymap.language = "us101"
阅读(445) | 评论(0) | 转发(0) |