Documentation for GNU, Debian, Proxmox, KVM, Ceph Clusters
https://spacecruft.org/spacecruft/cloud
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
4 months ago | |
---|---|---|
.. | ||
README.md | 4 months ago |
README.md
Spice
Notes on spice setup.
Spice Agent
Spice agent can be used for more responsive mouse, etc. Needs to be installed on guest.
apt update
apt install spice-vdagent
Need to add this to Proxmox KVM startup:
-device virtio-serial-pci,id=virtio-serial0,max_ports=16,bus=pci.0,addr=0x5 \
-chardev spicevmc,name=vdagent,id=vdagent \
-device virtserialport,nr=1,bus=virtio-serial0.0,chardev=vdagent,name=com.redhat.spice.0