hvm: change default graphics to std vga ('xen')
The resulting qemu option is -std-vga. This apparently this is much better handled by many OSes.
This commit is contained in:
parent
310ba9f1df
commit
677a79b213
@ -29,7 +29,9 @@
|
||||
{netdev}
|
||||
{pcidevs}
|
||||
<input type='tablet' bus='usb'/>
|
||||
<video type='vga'/>
|
||||
<video type='vga'>
|
||||
<model type='xen' vram='16384'/>
|
||||
</video>
|
||||
</devices>
|
||||
</domain>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user