From 2127bd8216cdc4647196eaeae4483b384b1ac6aa Mon Sep 17 00:00:00 2001 From: "Chloe M." Date: Mon, 22 Jun 2026 18:56:57 +0000 Subject: [PATCH] tools: Make QEMU behave better on wayland Signed-off-by: Chloe M. --- tools/qemu-x64.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/qemu-x64.sh b/tools/qemu-x64.sh index 6e73781..e60def4 100755 --- a/tools/qemu-x64.sh +++ b/tools/qemu-x64.sh @@ -12,4 +12,6 @@ qemu-system-x86_64 \ --enable-kvm \ -m 2G \ -serial stdio \ + -device virtio-vga-gl \ + -display sdl,gl=on \ -cpu host