Changed x11vnc options to allow reconnections
This commit is contained in:
@@ -3,5 +3,5 @@ export DISPLAY=:1
|
|||||||
Xvfb :1 -screen 0 1600x900x16 &
|
Xvfb :1 -screen 0 1600x900x16 &
|
||||||
sleep 5
|
sleep 5
|
||||||
openbox-session&
|
openbox-session&
|
||||||
x11vnc -display :1 -bg -nopw -listen localhost -xkb -ncache 10 -ncache_cr
|
x11vnc -display :1 -nopw -listen localhost -xkb -ncache 10 -ncache_cr -forever &
|
||||||
cd /root/noVNC && ./utils/launch.sh --vnc localhost:5900
|
cd /root/noVNC && ./utils/launch.sh --vnc localhost:5900
|
||||||
|
|||||||
Reference in New Issue
Block a user