Hi,
I fired up Win10 on qemu/kvm/virt-manager on Ubuntu 20.04.1, and I have a problem -- the mouse always "drags"... like when I click on the Windows desktop, it thinks I'm holding down the mouse button. Any ideas? Thanks!
(I tried restarting the VM, and virt-manager, but I have not tried restarting the host machine.)
From Overview tab in virt-manager:
Hypervisor: KVM
Architecture: x86_64
Emulator: /usr/bin/qemu-system-x86_64
Chipset: Q35
Firmware: BIOS
From Mouse tab in virt-manager:
Type: Generic PS2 Mouse
Mode: Relative Movement
dpkg -l | egrep '(qemu|kvm|virt-man)' | awk '$1 == "ii" {printf("%-32s %s\n", $2, $3)}'
ipxe-qemu 1.0.0+git-20190109.133f4c4-0ubuntu3.2
ipxe-qemu-256k-compat-efi-roms 1.0.0+git-20150424.a25a16d-0ubuntu4
libvirt-daemon-driver-qemu 6.0.0-0ubuntu8.4
qemu 1:4.2-3ubuntu6.7
qemu-block-extra:amd64 1:4.2-3ubuntu6.7
qemu-kvm 1:4.2-3ubuntu6.7
qemu-system-common 1:4.2-3ubuntu6.7
qemu-system-data 1:4.2-3ubuntu6.7
qemu-system-gui:amd64 1:4.2-3ubuntu6.7
qemu-system-x86 1:4.2-3ubuntu6.7
qemu-utils 1:4.2-3ubuntu6.7
virt-manager 1:2.2.1-3ubuntu2.1
uname -a
Linux socrates 5.4.0-48-generic #52-Ubuntu SMP Thu Sep 10 10:58:49 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
--
Martin