Update startup.sh
When you remove these options: -ncache 10 -ncache_cr It no longer show a tall page.
This commit is contained in:
parent
419b46e648
commit
251afcbe57
|
|
@ -5,5 +5,5 @@ Xvfb :1 -screen 0 1600x900x16 &
|
||||||
sleep 5
|
sleep 5
|
||||||
#openbox-session&
|
#openbox-session&
|
||||||
xfce4-session&
|
xfce4-session&
|
||||||
x11vnc -display :1 -nopw -listen localhost -xkb -ncache 10 -ncache_cr -forever &
|
x11vnc -display :1 -nopw -listen localhost -xkb -forever &
|
||||||
cd /root/noVNC && ln -s vnc_auto.html index.html && ./utils/launch.sh --vnc localhost:5900
|
cd /root/noVNC && ln -s vnc_auto.html index.html && ./utils/launch.sh --vnc localhost:5900
|
||||||
Loading…
Reference in New Issue