标签:登陆 inux linux 端口 ati nbsp cal port specified
在Linux下设置xhost方法步骤
第一步:用root登陆linux,启动vnc服务;
root@gao-virtual-machine:~# vncserver
未找到 ‘vncserver‘ 命令,您要输入的是否是:
命令 ‘vnc4server‘ 来自于包 ‘vnc4server‘ (universe)
执行之后,根据以上提示重新执行vnc4server命令
提示:
程序“vnc4server”尚未安装。 您可以使用以下命令安装:
apt-get install vnc4server
再执行apt-get install vnc4server命令进行安装,安装完成后,重新执行vnc4server
第二步:根据vnc起来的端口,设置export DISPLAY=localhost:1(1表示vnc在第一个tty上启动的),vnc的启动信息见附件1;
第三步:执行xhost +,并且提示“access control disabled, clients can connect from any host”才正确。
linux下的操作日志如下:
root@gao-virtual-machine:~# vnc4server
root@gao-virtual-machine:~# apt-get install vnc4server
程序“vnc4server”尚未安装。 您可以使用以下命令安装:
apt-get install vnc4server
root@gao-virtual-machine:~# vnc4server
New ‘gao-virtual-machine:2 (root)‘ desktop is gao-virtual-machine:2
Starting applications specified in /root/.vnc/xstartup
Log file is /root/.vnc/gao-virtual-machine:2.log
[root@localhost ~]# export DISPLAY=localhost:2
[root@localhost ~]# xhost +
access control disabled, clients can connect from any host
在设置xhost时,出现了unable的问题。使用上诉方法就可以搞定。
linux解决xhost: unable to open display ""
标签:登陆 inux linux 端口 ati nbsp cal port specified
原文地址:https://www.cnblogs.com/gaosq/p/8965155.html