From cbe91257303d90156f051ec45679f959e1d5f57e Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Fri, 20 Mar 2020 20:34:02 +0000 Subject: [PATCH] Set gl=off Turns out `gl=on` is not required for Virgil 3D. In fact having `gtk,gl=on` and `virgl=on` will break rendering. --- quickemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickemu b/quickemu index fc83e31..a2a6515 100755 --- a/quickemu +++ b/quickemu @@ -89,7 +89,7 @@ function vm_boot() { local VMNAME=$(basename ${VM} .conf) local VMDIR=$(dirname ${disk_img}) local BIOS="" - local GL="on" + local GL="off" local VIRGL="on" local UI="sdl" local QEMU_VER=$(${QEMU} -version | head -n1 | cut -d' ' -f4 | cut -d'(' -f1)