Signed-off-by: Markus Frank <m.fr...@proxmox.com> --- qm.adoc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+)
diff --git a/qm.adoc b/qm.adoc index bd535a2..6b95518 100644 --- a/qm.adoc +++ b/qm.adoc @@ -717,6 +717,23 @@ Selecting `serialX` as display 'type' disables the VGA output, and redirects the Web Console to the selected serial port. A configured display 'memory' setting will be ignored in that case. +.noVNC clipboard +You can enable the noVNC clipboard by setting `clipboard` to 1. + +---- +# qm set <vmid> -vga <displaytype>,clipboard=1 +---- + +In order to use the clipboard feature, you must first install the +spice guest tools. On Debian-based distributions, this can be achieved +by installing `spice-vdagent`. + +Once you have installed the spice guest tools, you can use the clipboard +function in the noVNC console. However, if you're using SPICE, virtio or virgl, +you'll need to choose which clipboard to use. This is because the +default *SPICE* clipboard will be replaced by the *noVNC* clipboard, +if `clipboard` is set to 1. + [[qm_usb_passthrough]] USB Passthrough ~~~~~~~~~~~~~~~ -- 2.30.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel