From 6d3144307d5af90417671499255a3a61faa6bded Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 7 Feb 2024 00:25:01 +0100 Subject: [PATCH] fix: Remove dual displays --- src/display.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/display.sh b/src/display.sh index ecfb4e4..14b6417 100644 --- a/src/display.sh +++ b/src/display.sh @@ -9,7 +9,7 @@ set -Eeuo pipefail if [[ "${BOOT_MODE,,}" != "windows" ]]; then [ -z "$VGA" ] && VGA="virtio-gpu" else - [ -z "$VGA" ] && VGA="ramfb -device virtio-gpu" + [ -z "$VGA" ] && VGA="ramfb" fi case "${DISPLAY,,}" in