mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
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.
This commit is contained in:
parent
949c3bf614
commit
cbe9125730
1 changed files with 1 additions and 1 deletions
2
quickemu
2
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)
|
||||
|
|
Loading…
Reference in a new issue