linux-stubdom: use "vga" aka "stdvga" video card

In contrast to the cirrus card emulation the vga card supports more
video modes. Since the qemu gui-agent bug [1] is now fixed we can switch
back to use it.

[1]: QubesOS/qubes-linux-utils@f14637a615
This commit is contained in:
HW42 2017-09-14 02:20:52 +02:00
parent e31ee40724
commit a081283b10

View File

@ -155,11 +155,9 @@
{% endif %} {% endif %}
/> />
<input type="tablet" bus="usb"/> <input type="tablet" bus="usb"/>
{% if vm.features.check_with_template('linux-stubdom', True) %} <video>
<video type="cirrus"/> <model type="vga"/>
{% else %} </video>
<video type="vga"/>
{% endif %}
{% if vm.features.check_with_template('linux-stubdom', True) %} {% if vm.features.check_with_template('linux-stubdom', True) %}
{# TODO only add qubes gui if gui-agent is not installed in HVM #} {# TODO only add qubes gui if gui-agent is not installed in HVM #}
<graphics type="qubes"/> <graphics type="qubes"/>