使用vnc连接ubuntu

使用vnc连接ubuntu,ubuntu,remote-desktop,remote-access,vnc,vnc-viewer,Ubuntu,Remote Desktop,Remote Access,Vnc,Vnc Viewer,我需要从另一台Ubuntu PC和Windows PC远程连接到一台Ubuntu PC(需要查看UI)。我知道我们可以使用VNC实现这一点。任何人都可以解释我的步骤或给一个适当的链接,其中有说明 我遵循以下步骤: 在我需要远程访问的Ubuntu机器上安装了vnc服务器。 我按照下面链接中的说明操作 当我执行第四步时: x11vnc -forever -usepw -httpdir /usr/share/vnc-java/ -httpport 5800 我明白了 一些提示和指南: 谢谢阅读您的

我需要从另一台Ubuntu PC和Windows PC远程连接到一台Ubuntu PC(需要查看UI)。我知道我们可以使用VNC实现这一点。任何人都可以解释我的步骤或给一个适当的链接,其中有说明

我遵循以下步骤: 在我需要远程访问的Ubuntu机器上安装了vnc服务器。 我按照下面链接中的说明操作

当我执行第四步时:

x11vnc -forever -usepw -httpdir /usr/share/vnc-java/ -httpport 5800
我明白了

一些提示和指南:


谢谢阅读您的错误信息!很明显,您正在从SSH会话或类似会话运行命令,因为未设置显示。将其设置为正确的值(检查/tmp中的X11套接字;您可能需要“:0”)

您还需要设置X权限,以便x11vnc可以连接!问题的骗局

20/12/2012 02:12:02 passing arg to libvncserver: -httpport

20/12/2012 02:12:02 passing arg to libvncserver: 5801

20/12/2012 02:12:02 -usepw: found /home/sjayara5/.vnc/passwd

20/12/2012 02:12:02 x11vnc version: 0.9.12 lastmod: 2010-09-09  pid: 4821

20/12/2012 02:12:02 XOpenDisplay("") failed.

20/12/2012 02:12:02 Trying again with XAUTHLOCALHOSTNAME=localhost ...

20/12/2012 02:12:02 

20/12/2012 02:12:02 *** XOpenDisplay failed. No -display or DISPLAY.

20/12/2012 02:12:02 *** Trying ":0" in 4 seconds.  Press Ctrl-C to abort.

20/12/2012 02:12:02 *** 1 2 3 4 

20/12/2012 02:12:06 XOpenDisplay(":0") failed.

20/12/2012 02:12:06 Trying again with XAUTHLOCALHOSTNAME=localhost ...

20/12/2012 02:12:06 XOpenDisplay(":0") failed.

20/12/2012 02:12:06 Trying again with unset XAUTHLOCALHOSTNAME ...

20/12/2012 02:12:06 



20/12/2012 02:12:06 ***************************************

20/12/2012 02:12:06 *** XOpenDisplay failed (:0)



*** x11vnc was unable to open the X DISPLAY: ":0", it cannot continue.

*** There may be "Xlib:" error messages above with details about the failure.
DISPLAY=":0"; export DISPLAY