Spice: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
| Zeile 6: | Zeile 6: | ||
change /etc/libvirt/qemu.conf to | change /etc/libvirt/qemu.conf to | ||
spice_listen = "0.0.0.0" | spice_listen = "0.0.0.0" | ||
| + | ===VM config=== | ||
| + | in /etc/libvirt/qemu change | ||
| + | <emulator>/usr/bin/kvm</emulator> | ||
| + | to | ||
| + | <emulator>/usr/bin/kvm-spice</emulator> | ||
| + | an set | ||
| + | <graphics type='spice' autoport='yes' keymap='de'/> | ||
| + | <video> | ||
| + | <model type='qxl' vram='65536' heads='1'/> | ||
| + | <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> | ||
| + | </video> | ||
Version vom 9. April 2014, 09:58 Uhr
Server
apt-get install qemu-kvm-spice
Client
apt-get install spice-client spice-client-gtk python-spice-client-gtk
For native client access
change /etc/libvirt/qemu.conf to spice_listen = "0.0.0.0"
VM config
in /etc/libvirt/qemu change
<emulator>/usr/bin/kvm</emulator>
to
<emulator>/usr/bin/kvm-spice</emulator>
an set
<graphics type='spice' autoport='yes' keymap='de'/>
<video>
<model type='qxl' vram='65536' heads='1'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
</video>