From 251afcbe57b7c4a97a2027af423909c484872032 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rolando=20Ant=C3=B3n?= Date: Tue, 5 Nov 2019 21:41:54 -0500 Subject: [PATCH] Update startup.sh When you remove these options: -ncache 10 -ncache_cr It no longer show a tall page. --- startup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/startup.sh b/startup.sh index ef7793f..7e7ed8a 100644 --- a/startup.sh +++ b/startup.sh @@ -5,5 +5,5 @@ Xvfb :1 -screen 0 1600x900x16 & sleep 5 #openbox-session& xfce4-session& -x11vnc -display :1 -nopw -listen localhost -xkb -ncache 10 -ncache_cr -forever & -cd /root/noVNC && ln -s vnc_auto.html index.html && ./utils/launch.sh --vnc localhost:5900 \ No newline at end of file +x11vnc -display :1 -nopw -listen localhost -xkb -forever & +cd /root/noVNC && ln -s vnc_auto.html index.html && ./utils/launch.sh --vnc localhost:5900