mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Refactor Display: status message
This commit is contained in:
parent
92f3466d08
commit
c22d0355b9
1 changed files with 2 additions and 4 deletions
6
quickemu
6
quickemu
|
@ -718,8 +718,6 @@ function vm_boot() {
|
|||
DISPLAY_DEVICE="qxl-vga"
|
||||
fi
|
||||
|
||||
echo -n " - Display: ${OUTPUT^^}, ${DISPLAY_DEVICE}"
|
||||
|
||||
# Map Quickemu OUTPUT to QEMU -display
|
||||
case ${OUTPUT} in
|
||||
gtk)
|
||||
|
@ -749,9 +747,9 @@ function vm_boot() {
|
|||
else
|
||||
DISPLAY_DEVICE="${DISPLAY_DEVICE},virgl=on"
|
||||
fi
|
||||
echo ", GL (${gl}), VirGL (on)"
|
||||
echo " - Display: ${OUTPUT^^}, ${DISPLAY_DEVICE}, GL (${gl}), VirGL (on)"
|
||||
else
|
||||
echo ", GL (${gl}), VirGL (off)"
|
||||
echo " - Display: ${OUTPUT^^}, ${DISPLAY_DEVICE}, GL (${gl}), VirGL (off)"
|
||||
fi
|
||||
|
||||
# Build the video configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue