From 5260fed2d6514b48408e938bd6d27983104eecdd Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 2 Feb 2024 16:27:25 +0100 Subject: [PATCH] Update display.sh --- src/display.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/display.sh b/src/display.sh index 339a088..febaaff 100644 --- a/src/display.sh +++ b/src/display.sh @@ -3,9 +3,8 @@ set -Eeuo pipefail # Docker environment variables -: "${GPU:="N"}" # GPU passthrough -: "${VGA:="virtio-vga"}" # VGA adaptor -: "${DISPLAY:="web"}" # Display type +: "${DISPLAY:="web"}" # Display +: "${VGA:="virtio-gpu"}" # GPU model case "${DISPLAY,,}" in vnc)