Add dummy screen on startup if no monitor is plugged in

This commit is contained in:
Josh.5
2022-10-09 13:56:53 +13:00
committed by Josh Sunnex
parent 54e4e09d29
commit 3b9311fde3
3 changed files with 29 additions and 0 deletions

View File

@@ -179,6 +179,7 @@ RUN \
xserver-xorg-input-libinput \
xserver-xorg-legacy \
xserver-xorg-video-all \
xserver-xorg-video-dummy \
xvfb \
&& \
echo "**** Section cleanup ****" \