meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
vm:proxmox:kvm:spice [2020/05/11 21:59] – niziak | vm:proxmox:kvm:spice [2020/09/23 21:19] (current) – niziak | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== SPICE ====== | ====== SPICE ====== | ||
+ | <code bash> | ||
+ | apt -y install virt-viewer | ||
+ | </ | ||
On guest install [[https:// | On guest install [[https:// | ||
Line 11: | Line 14: | ||
Downgrade '' | Downgrade '' | ||
+ | <code bash> | ||
+ | wget http:// | ||
+ | sudo dpkg -i libusbredirhost1_0.7.1-1_amd64.deb | ||
+ | sudo apt-mark hold libusbredirhost1 | ||
+ | </ | ||
+ | |||