Merge branch 'Xvfb-noreset'

This commit is contained in:
Uli Schlachter 2015-08-23 15:30:29 +02:00
commit b61e9d9859
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ D=:5
SIZE=1024x768 SIZE=1024x768
if [ $HEADLESS = 1 ]; then if [ $HEADLESS = 1 ]; then
"$XVFB" $D -screen 0 ${SIZE}x24 & "$XVFB" $D -noreset -screen 0 ${SIZE}x24 &
xserver_pid=$! xserver_pid=$!
else else
# export XEPHYR_PAUSE=1000 # export XEPHYR_PAUSE=1000