一个全新安装的RHEL6.x的系统,尝试使用GUI程序时报错:Can't open display:。折腾了一整天,发现是最小化安装缺少xorg-x11-xauth包导致的。
解决方法:
yum -y install xorg-x11-xauth
然后确认在sshd_config中X11Forwarding为yes,重新登录终端时提示的Xauthority does not exist忽略即可。
同样的Redhat其他版本的系统遇到类似xterm Xt error: Can't open display: localhost:10.0的问题时,安装这个包应该都能解决问题。
本文结束。
Leave a comment