From 88ef5f58b9955bc07f184230650adb353485d8b9 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 2 Feb 2024 15:29:35 +0100 Subject: [PATCH] Update display.sh --- src/display.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/display.sh b/src/display.sh index a21fc8e..8559bc6 100644 --- a/src/display.sh +++ b/src/display.sh @@ -4,7 +4,7 @@ set -Eeuo pipefail # Docker environment variables : "${GPU:="N"}" # GPU passthrough -: "${VGA:="virtio"}" # VGA adaptor +: "${VGA:="std"}" # VGA adaptor : "${DISPLAY:="web"}" # Display type case "${DISPLAY,,}" in