mirror of
https://github.com/dockur/windows.git
synced 2026-09-13 21:38:22 +01:00
Update display.sh
This commit is contained in:
+3
-3
@@ -32,7 +32,7 @@ if [ -z "$VGA" ]; then
|
||||
|
||||
else
|
||||
|
||||
VGA="vmware"
|
||||
VGA="vmvga"
|
||||
|
||||
if enabled "${DEBUG_GPU:-}"; then
|
||||
VGA+=",debug=on"
|
||||
@@ -78,8 +78,8 @@ case "${VGA_DEVICE,,}" in
|
||||
"std" | "vga" )
|
||||
VGA_DEVICE="VGA"
|
||||
VGA_ARG="-device" ;;
|
||||
"vmware" | "vmware-svga" )
|
||||
VGA_DEVICE="vmware-svga"
|
||||
"vmvga" | "vmware" | "vmware-svga" )
|
||||
VGA_DEVICE="vmvga"
|
||||
VGA_ARG="-device" ;;
|
||||
"virtio" )
|
||||
VGA_DEVICE="virtio-vga"
|
||||
|
||||
Reference in New Issue
Block a user