From 32d5c599dfda54627cc1cffec07ffeea12234182 Mon Sep 17 00:00:00 2001 From: stephen-fox Date: Tue, 28 Feb 2017 19:22:53 -0500 Subject: [PATCH] Made the default resolution a bit "shorter". --- image/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/bootstrap.sh b/image/bootstrap.sh index 20c90dc..833a3b9 100755 --- a/image/bootstrap.sh +++ b/image/bootstrap.sh @@ -16,7 +16,7 @@ launch_xvfb() { # Set defaults if the user did not specify envs. export DISPLAY=${XVFB_DISPLAY:-:1} local screen=${XVFB_SCREEN:-0} - local resolution=${XVFB_RESOLUTION:-1280x1024x24} + local resolution=${XVFB_RESOLUTION:-1280x960x24} local timeout=${XVFB_TIMEOUT:-5} # Start and wait for either Xvfb to be fully up or we hit the timeout.