meta data for this page
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
vm:proxmox:kvm:spice [2020/05/11 21:44] – created 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:// | ||
===== Issues ===== | ===== Issues ===== | ||
Line 9: | Line 14: | ||
Downgrade '' | Downgrade '' | ||
+ | <code bash> | ||
+ | wget http:// | ||
+ | sudo dpkg -i libusbredirhost1_0.7.1-1_amd64.deb | ||
+ | sudo apt-mark hold libusbredirhost1 | ||
+ | </ | ||
+ | |||