Update screenshot tool to make smaller pictures.

This commit is contained in:
Dave Davenport 2015-12-10 21:34:45 +01:00
parent bae5427913
commit 390cd49cf4
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ function create_fake_x ( )
{
export DISPLAY=":$1"
echo "Starting fake X: ${DISPLAY}"
${XVFB} ${DISPLAY} -screen 0 1024x768x24 &
${XVFB} ${DISPLAY} -screen 0 800x600x24 &
XPID=$!
sleep 1
}