From c0093631a4a9e59135443a0fd25345ff79cede02 Mon Sep 17 00:00:00 2001 From: Paimpozhil Date: Sun, 31 Aug 2014 18:01:19 +0000 Subject: [PATCH] testing xvfb --- startup.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/startup.sh b/startup.sh index c6299ca..d9efcef 100644 --- a/startup.sh +++ b/startup.sh @@ -1,3 +1,6 @@ #!/bin/bash -x11vnc -create -forever -ncache 10 -ncache_cr & +export DISPLAY=:1 +Xvfb :1 -screen 0 1280x1024x16 & +openbox-session& +x11vnc -display :1 -bg -nopw -listen localhost -xkb -ncache 10 -ncache_cr cd /root/noVNC && ./utils/launch.sh --vnc localhost:5900