
J'essaye désespérément de me connecter à x11vnc sur un nouveau display.
Donc j'ai tout installé, je lance x11vnc de cette manière
Il m'affiche :
Code :
1 2 3 4 5 6 7 8
| 25/09/2007 09:55:56 x11vnc version: 0.9.2 lastmod: 2007-06-16
25/09/2007 09:55:56 initialize_screen: fb_depth/fb_bpp/fb_Bpl 24/32/2560
25/09/2007 09:55:56
25/09/2007 09:55:56 Autoprobing TCP port
25/09/2007 09:55:56 Autoprobing selected port 5900
The VNC desktop is: SRVlocal:0
PORT=5900 |
puis sur la console client je lance
Code :
vncviewer 192.168.1.20:0
mais là le serveur affiche
Code :
1 2 3 4 5 6 7 8 9 10
| 25/09/2007 09:57:54 Got connection from client 192.168.1.52
25/09/2007 09:57:54 other clients:
25/09/2007 09:57:54 wait_for_client: got client
25/09/2007 09:57:54 wait_for_client: running: env X11VNC_SKIP_DISPLAY='' /bin/sh /tmp/x11vnc-find_display.LeIT9Y
25/09/2007 09:57:54 wait_for_client: find display cmd failed
25/09/2007 09:57:54 wait_for_client: FINDCREATEDISPLAY cmd: /bin/sh /tmp/x11vnc-find_display.LeIT9Y Xvfb
trying N=20 ...
25/09/2007 09:57:54 wait_for_client: read failed: /bin/sh /tmp/x11vnc-find_display.LeIT9Y Xvfb
25/09/2007 09:57:54 fgets: Bad file descriptor
25/09/2007 09:57:54 deleted 0 tile_row polling images. |
et le client
Code :
1 2 3 4 5 6 7
| vncviewer 192.168.1.20:0
VNC viewer version 3.3.7 - built Mar 8 2007 21:56:52
Copyright (C) 2002-2003 RealVNC Ltd.
Copyright (C) 1994-2000 AT&T Laboratories Cambridge.
See <a href="http://www.realvnc.com" target="_blank">http://www.realvnc.com</a> for information on VNC.
VNC server supports protocol version 3.8 (viewer 3.3)
ReadFromRFBServer: rdr::SystemException: read: Connection reset by peer (104) |
Bref ça ne marche pas... comment faire?