Changed virtual screen dimensions

This commit is contained in:
Sean Payne
2015-05-17 01:14:30 -07:00
parent 4a0707ad01
commit 775fdbdf14

View File

@@ -1,6 +1,6 @@
#!/bin/bash
export DISPLAY=:1
Xvfb :1 -screen 0 1280x1024x16 &
Xvfb :1 -screen 0 1600x900x16 &
openbox-session&
x11vnc -display :1 -bg -nopw -listen localhost -xkb -ncache 10 -ncache_cr
cd /root/noVNC && ./utils/launch.sh --vnc localhost:5900