diff --git a/computer-use-demo/image/x11vnc_startup.sh b/computer-use-demo/image/x11vnc_startup.sh index 1f2909b..ad4b352 100755 --- a/computer-use-demo/image/x11vnc_startup.sh +++ b/computer-use-demo/image/x11vnc_startup.sh @@ -5,11 +5,8 @@ echo "starting vnc" -forever \ -shared \ -wait 50 \ - -timeout 60 \ - -noxrecord \ - -noxfixes \ - -noxdamage \ -rfbport 5900 \ + -nopw \ 2>/tmp/x11vnc_stderr.log) & x11vnc_pid=$!