QEMU/Guest graphics acceleration - ArchWiki
wiki.archlinux.org › title › QEMUMethods for QEMU guest graphics acceleration QXL video driver and SPICE client for display. QXL/SPICE is a high-performance display method. However, it is not designed to offer near-bare metal performance. PCI GPU passthrough PCI VGA/GPU passthrough via OVMF. PCI passthrough currently seems to be the most popular method for optimal performance.
QEMU - ArchWiki - Arch Linux
wiki.archlinux.org › title › QEMUThis is the default since QEMU 2.2. qxl. QXL is a paravirtual graphics driver with 2D support. To use it, pass the -vga qxl option and install drivers in the guest. You may want to use #SPICE for improved graphical performance when using QXL. On Linux guests, the qxl and bochs_drm kernel modules must be loaded in order to gain a decent performance.
QEMU/Options - Gentoo Wiki
wiki.gentoo.org › wiki › QEMUGraphics card. QEMU can emulate several graphics cards: -vga cirrus - Simple graphics card. Every guest OS has a built-in driver.-vga std - Support resolutions >= 1280x1024x16. Linux, Windows XP and newer guest have a built-in driver.-vga vmware - VMware SVGA-II, more powerful graphics card.
QEMU/Options - Gentoo Wiki
https://wiki.gentoo.org/wiki/QEMU/OptionsDisplay options. There are a few available options to specify the kind of display to use in QEMU. -display sdl - Display video output via SDL (usually in a separate graphics window).-display curses - Displays video output via curses.-display none - Do not display video output. This option is different than the -nographic option. See the man page for more information.