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 ?id=10.

解决办法:
$su -
# vi /etc/vmware/config

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

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/24459.html