From 59dfe30d6466eea1cf16bdaf957ad6f389e85286 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 7 Dec 2022 17:07:03 +0200 Subject: [PATCH] Change video device to vmware-svga --- Makefile | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/Makefile b/Makefile index f06cfb1b..19088abf 100644 --- a/Makefile +++ b/Makefile @@ -7,18 +7,6 @@ include Makefile.conf default: $(error Please specify a target) -# Available display devices -# None: -vga none -# Standard: -device VGA -# Bochs: -device bochs-display -# VirtIO VGA: -device virtio-vga -# VirtIO GPU: -device virtio-gpu-pci -# QXL VGA: -device qxl-vga -# QXL: -device qxl -# Cirrus VGA: -device cirrus-vga -# ATI VGA: -device ati-vga -# RAMFB: -device ramfb - # For tap0 # -netdev tap,id=usernet0,ifname=tap0,script=no,downscript=no QEMU = ./$(QEMU_PATH)$(QEMU_ARCH) @@ -36,7 +24,7 @@ QEMUMEMORY = -m 1G endif ifeq ($(OSARCH), amd64) -QEMUFLAGS += -device bochs-display -M q35 \ +QEMUFLAGS += -device vmware-svga -M q35 \ -usb \ -usbdevice mouse \ -net user \