Update video driver status

pull/18/head
Martin Wimpress 5 years ago
parent 68f36867c5
commit f910141889
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
  1. 4
      quickemu

@ -204,11 +204,11 @@ function vm_boot() {
fi fi
if [ "${VIDEO_DRV}" == "qxl" ]; then if [ "${VIDEO_DRV}" == "qxl" ]; then
echo " - Driver: QXL" echo " - Video: QXL"
local VIDEO_DEV=" -vga ${VIDEO_DRV}" local VIDEO_DEV=" -vga ${VIDEO_DRV}"
VIRGL="off" VIRGL="off"
else else
echo " - Driver: VirtIO-VGA" echo " - Video: VirtIO-VGA"
local VIDEO_DEV="-device ${VIDEO_DRV},virgl=${VIRGL},xres=${xres},yres=${yres}" local VIDEO_DEV="-device ${VIDEO_DRV},virgl=${VIRGL},xres=${xres},yres=${yres}"
fi fi
echo " - GL: ${GL}" echo " - GL: ${GL}"

Loading…
Cancel
Save