您的位置:首页 > Web前端

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

2011-04-09 20:45 260 查看
在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"
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: