x11vnc xopendisplay失败

时间:2017-05-08 10:27:45

标签: ubuntu x11 vnc x11-forwarding

我安装了x11vnc然后执行x11vnc但是失败了

以下是错误消息

$x11vnc -display :0
08/05/2017 19:18:22 x11vnc version: 0.9.13 lastmod: 2011-08-10  pid: 7572
08/05/2017 19:18:22 XOpenDisplay(":0") failed.
08/05/2017 19:18:22 Trying again with XAUTHLOCALHOSTNAME=localhost ...

08/05/2017 19:18:22 ***************************************
08/05/2017 19:18:22 *** 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.

如何解决错误?

||我不知道以下是否有帮助,但我希望如此

$ps wwwaux | grep auth
root      5276  0.0  0.0 119472  8532 tty7     Ss+  18:26   0:00 /usr/lib/xorg/Xorg -core :1 -seat seat0 -auth /var/run/lightdm/root/:1 -nolisten tcp vt7 -novtswitch
user1    7731  0.0  0.0  15504  1016 pts/3    S+   19:21   0:00 grep --color=auto auth
user2 25420  0.0  0.0 115960 17532 ?        S     4월26   0:13 Xvnc4 :10000 -desktop quad:10000 (user2) -auth /home/user2/.Xauthority -geometry 1920x1080 -depth 16 -rfbwait 30000 -rfbauth /home/user2/.vnc/passwd -rfbport 15900 -pn -fp /usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/,/usr/share/fonts/X11/misc/,/usr/share/fonts/X11/Type1/,/usr/share/fonts/X11/75dpi/,/usr/share/fonts/X11/100dpi/ -co /etc/X11/rgb

$ls /etc/X11
app-defaults  cursors  default-display-manager  fonts  rgb.txt  xinit  xkb  xorg.conf.failsafe  Xreset  Xreset.d  Xresources  Xsession  Xsession.d  Xsession.options  xsm

我正在使用远程服务器(Ubuntu 16.04)

3 个答案:

答案 0 :(得分:1)

  

/ usr / lib / xorg / Xorg -core:1

您的X在:1显示器上运行,因此您需要告诉x11vnc:

$ x11vnc -display:1

我认为您也可以-find尝试自动查找用户的显示。

答案 1 :(得分:0)

对我有用 使用mobaxterm:

sudo startx
crtl + z
tightvncserver
sudo x11vnc -forever -bg -usepw -cursor arrow -display :1

答案 2 :(得分:0)

我有同样的错误。在我的情况下,未设置密码,并且我试图使用-usepw参数启动x11vnc。

sudo x11vnc -storepasswd password /path/to/passfile

sudo x11vnc -storepasswd,默认情况下将密码保存在〜/ .vnc / passwd