在使用KVM打开virt-manager时,如果发现字符都变为方块加数字的显示乱码。
问题描述:使用xshell软件连接服务器,执行virt-manager报错:
# virt-manager
Unable to initialize GTK: could not open display
1.首先查看本机sshd是否开启X11转发
# grep X11Forwarding /etc/ssh/sshd_config
#X11Forwarding no
X11Forwarding yes
# X11Forwarding no
2.检查xorg-x11是否安装
# rpm -qa |grep xorg
xorg-x11-font-utils-7.2-11.el6.x86_64
xorg-x11-drv-ati-firmware-7.5.99-3.el6.noarch
3.如果没有安装,则安装软件包
# yum install -y xorg-x11-font-utils.x86_64 xorg-x11-server-utils.x86_64 xorg-x11-utils.x86_64 xorg-x11-xauth.x86_64 xorg-x11-xinit.x86_64
页:
[1]