mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Fix standard VGA fallback
This commit is contained in:
parent
c2a2c08396
commit
9808adecea
1 changed files with 1 additions and 1 deletions
2
quickemu
2
quickemu
|
@ -238,7 +238,7 @@ function vm_boot() {
|
|||
elif [ "${DISPLAY_DEVICE}" == "virtio-vga" ]; then
|
||||
VIDEO="-device ${DISPLAY_DEVICE},virgl=${VIRGL},xres=${X_RES},yres=${Y_RES}"
|
||||
else
|
||||
VIDEO=" -device VGA,vgamem_mb=32xres=${X_RES},yres=${Y_RES}"
|
||||
VIDEO=" -device VGA,vgamem_mb=32,xres=${X_RES},yres=${Y_RES}"
|
||||
fi
|
||||
|
||||
echo " - Video: ${DISPLAY_DEVICE}"
|
||||
|
|
Loading…
Reference in a new issue