Fix regression in xres/yres settings for virtio-vga

This commit is contained in:
Martin Wimpress 2020-03-21 11:17:23 +00:00
parent ab286f39b7
commit dd4c6bf80d
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3

View File

@ -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^^}"