From fc2331ae92e81692523234a15207253759ed8f19 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Tue, 28 Sep 2021 15:40:00 +0100 Subject: [PATCH] Switch macOS video device to qxl by default --- quickemu | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/quickemu b/quickemu index efafa99..e1e3b1d 100755 --- a/quickemu +++ b/quickemu @@ -359,7 +359,7 @@ function vm_boot() { if [ "${guest_os}" == "linux" ]; then DISPLAY_DEVICE="virtio-vga" elif [ "${guest_os}" == "macos" ]; then - DISPLAY_DEVICE="VGA" + DISPLAY_DEVICE="qxl" elif [ "${guest_os}" == "windows" ]; then DISPLAY_DEVICE="qxl-vga" else @@ -367,7 +367,7 @@ function vm_boot() { fi if [ "${OUTPUT}" == "spice" ]; then - if [ "${guest_os}" != "macos" ]; then + if [ "${guest_os}" == "linux" ]; then DISPLAY_DEVICE="qxl-vga" fi OUTPUT="none" @@ -475,10 +475,10 @@ function vm_boot() { -device virtio-serial-pci -chardev spicevmc,id=vdagent0,name=vdagent -device virtserialport,chardev=vdagent0,name=com.redhat.spice.0 - -device virtio-serial-pci + -monitor none -chardev spiceport,id=webdav0,name=org.spice-space.webdav.0 -device virtserialport,chardev=webdav0,name=org.spice-space.webdav.0 - -serial mon:stdio) + -serial mon:stdio) # Add the disks if [ "${boot}" == "efi" ] || [ "${boot}" == "uefi" ]; then