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