>>2867There's stuff that needs a GUI or benefits from it.
Then there's stuff that doesn't benefit, or even makes things worse.
In this case, it actually makes things worse. Takes a small QEMU command and adds on a problematic layer.
qemu-system-x86_64 \
-nodefaults \
-machine q35,accel=kvm \
-cpu host,+topoext \
-smp 12 \
-m 6G \
-nic user,model=virtio \
-display gtk,gl=on,full-screen=on \
-device virtio-gpu-gl,blob=true,hostmem=4G,venus=true \
-device virtio-tablet \
-audio driver=pipewire,model=hda \
-drive if=pflash,format=raw,readonly=on,file=/usr/share/edk2/x64/OVMF_CODE.4m.fd \
-drive if=pflash,format=raw,file=arch.fd \
-drive if=virtio,discard=on,file=arch.qcow2 \