剪贴板共享不起作用,但在我在 win 11 VM 上设置“spice-guest-tools”后,屏幕分辨率调整大小

Clipboard sharing is not working, but the screen resolution resizing is, after I setup "spice-guest-tools" on a win 11 VM

提问人:TxTechnician 提问时间:8/22/2023 更新时间:8/22/2023 访问量:84

问:

我在主机上运行 Kubuntu。

我已经使用 QEMU/KVM 和 virt-manager 安装了一个 VM。VM OS 是 Windows 11 专业版。我已经在VM上设置了“spice-guest-tools”,并在主机上设置了“spice-vdagent”。

我有香料来宾工具的频道:

<channel type="spicevmc">
  <target type="virtio" name="com.redhat.spice.0" state="disconnected"/>
  <alias name="channel0"/>
  <address type="virtio-serial" controller="0" bus="0" port="2"/>
</channel>

屏幕的分辨率现在可以调整(这是 spice-guest-tools 的作用之一)。

但是我无法让剪贴板工作。

有什么建议吗?

QEMU KVM的

评论


答: 暂无答案