Merge branch 'Xvfb-noreset'
This commit is contained in:
commit
b61e9d9859
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue