From 908d1e8437404c34a267f3a8084d14434f1734d9 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Mon, 11 Mar 2013 18:52:24 +0100 Subject: launch_x11vnc: Add hint how to start in listen mode --- launch_x11vnc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/launch_x11vnc b/launch_x11vnc index 940d074..03e4512 100755 --- a/launch_x11vnc +++ b/launch_x11vnc @@ -6,3 +6,6 @@ export X11VNC_REVERSE_CONNECTION_NO_AUTH=1 exec x11vnc -coe localhost -rfbport 0 -nopw -nocursor -nosel -viewonly -deferupdate none -norc "$@" -geometry 1024x768 + +# Alternatively start in listen mode: and use econproxy -v localhost +#exec x11vnc -nopw -nocursor -nosel -viewonly -deferupdate none -norc "$@" -geometry 1024x768 -- cgit