mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Fix regression in xres/yres settings for virtio-vga
This commit is contained in:
parent
ab286f39b7
commit
dd4c6bf80d
1 changed files with 1 additions and 1 deletions
2
quickemu
2
quickemu
|
@ -240,7 +240,7 @@ function vm_boot() {
|
|||
VIRGL="off"
|
||||
else
|
||||
echo " - Video: ${VIDEO_DRV^^[v,g,a]}"
|
||||
local VIDEO_DEV="-device ${VIDEO_DRV},virgl=${VIRGL},X_RES=${X_RES},Y_RES=${Y_RES}"
|
||||
local VIDEO_DEV="-device ${VIDEO_DRV},virgl=${VIRGL},xres=${X_RES},yres=${Y_RES}"
|
||||
fi
|
||||
echo " - GL: ${GL^^}"
|
||||
echo " - Virgil3D: ${VIRGL^^}"
|
||||
|
|
Loading…
Reference in a new issue