|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
最近在服务器上安装synopsys的软件时,使用vnc远程登录的时候输入启动命令软件界面总是显示在服务器的桌面上,
No protocol specified
Cannot initialize GUI.
The connection to X-server 'unix:0' is broken or refused.
Please check the value of the DISPLAY environment variable.
For this session, the tcl command 'setenv' can be used to set the value of the DISPLAY variable,
then the command 'gui_start' is used to start the GUI.
使用xhost +命令出错
[kaile001@kaile Desktop]$ xhost +
No protocol specified
xhost: unable to open display ":0.0"
困惑了好几天,再往上找到好多资料都没用。偶尔发现了一个解决方法,试了一下发现有用,希望给需要的人带来帮助。
1.用root登陆linux,启动vnc服务;记下远程用户的桌面号
2.在用户账户下输入命令:export DISPLAY=localhost:1(1指用户自己的vnc桌面号)
3.在用户账户下输入命令:xhost +,并且提示“access control disabled, clients can connect from any host”
[kaile001@kaile Desktop]$ export DISPLAY=kaile.huaxin:1
[kaile001@kaile Desktop]$ xhost +
access control disabled, clients can connect from any host
再输入dc pt 就可以在远程桌面上开启软件界面了 |
|