mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Update video driver status
This commit is contained in:
parent
68f36867c5
commit
f910141889
1 changed files with 2 additions and 2 deletions
4
quickemu
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…
Add table
Add a link
Reference in a new issue