IGVT-g: Difference between revisions

imported>Gnidorah
No edit summary
imported>Gnidorah
No edit summary
Line 74: Line 74:
If using virt-manager, create new or open existing VM.
If using virt-manager, create new or open existing VM.


sudo -E virsh edit win10
<pre>
<pre>
  <domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0>
  <domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>
  <devices>
  <devices>
  <graphics type='spice'>
  <graphics type='spice'>
Line 96: Line 97:
Finally use sudo virt-viewer --attach win10
Finally use sudo virt-viewer --attach win10


== Issues with libvirtd ==
* No video output
Change main adapter type from QXL to say Cirrus
* Still no video output
Ensure that mdev's hostdev device is the first or bump device.hostdev0 index
* "Element domain has extra content: qemu:commandline" error after editing via virsh
You forgot to add <nowiki>xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'</nowiki>
* no drm render node available
in virt-manager change spice display render node from auto to available one


== Used sources ==
== Used sources ==