diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-03-11 18:52:24 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-03-11 18:52:58 +0100 |
commit | 908d1e8437404c34a267f3a8084d14434f1734d9 (patch) | |
tree | 0ed6cb9e30946d7496ce63e0eda2fa36daf4e96e | |
parent | 93bbd0d34032b60786cb1df5a586b05d0a5663a1 (diff) | |
download | econ-908d1e8437404c34a267f3a8084d14434f1734d9.tar.gz econ-908d1e8437404c34a267f3a8084d14434f1734d9.tar.bz2 econ-908d1e8437404c34a267f3a8084d14434f1734d9.zip |
launch_x11vnc: Add hint how to start in listen mode
-rwxr-xr-x | launch_x11vnc | 3 |
1 files changed, 3 insertions, 0 deletions
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 |