Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions quickemu
Original file line number Diff line number Diff line change
Expand Up @@ -1299,8 +1299,8 @@ function configure_display() {
esac
fi;;
macos)
# VGA supports seamless mouse and sane resolutions for macOS guests
DISPLAY_DEVICE="VGA";;
# macOS has native VMware display driver support; aligns with OSX-KVM
DISPLAY_DEVICE="vmware-svga";;
windows|windows-server)
case ${display} in
none|spice) DISPLAY_DEVICE="qxl-vga";;
Expand Down
Loading