2011年4月9日星期六

Fedora 下 VMware 虚拟机 键盘映射问题

在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 http://vmware.com/info?id=10.
---------------------------------------------------------------------------------------------------------------------------------


 

解决办法:

$su -
# vi /etc/vmware/config


在最后添加如下行:
xkeymap.language = "us101"

没有评论: