Update display.sh

This commit is contained in:
Kroese
2026-09-07 00:48:29 +02:00
committed by GitHub
parent dfad2c1693
commit 7e519f7b6d
+3 -3
View File
@@ -32,7 +32,7 @@ if [ -z "$VGA" ]; then
else else
VGA="vmware" VGA="vmvga"
if enabled "${DEBUG_GPU:-}"; then if enabled "${DEBUG_GPU:-}"; then
VGA+=",debug=on" VGA+=",debug=on"
@@ -78,8 +78,8 @@ case "${VGA_DEVICE,,}" in
"std" | "vga" ) "std" | "vga" )
VGA_DEVICE="VGA" VGA_DEVICE="VGA"
VGA_ARG="-device" ;; VGA_ARG="-device" ;;
"vmware" | "vmware-svga" ) "vmvga" | "vmware" | "vmware-svga" )
VGA_DEVICE="vmware-svga" VGA_DEVICE="vmvga"
VGA_ARG="-device" ;; VGA_ARG="-device" ;;
"virtio" ) "virtio" )
VGA_DEVICE="virtio-vga" VGA_DEVICE="virtio-vga"