summary refs log tree commit diff stats
path: root/results/classifier/accel-gemma3:12b/kvm/1649233
blob: ee3a96947eb12b48a32bf8fbbd5239dacacb1fff (plain) (blame)
1
2
3
4
5
6
scrolling does not work once mouse is grabbed

The title pretty much told it all. It occurs in Windows 10 RS1 on qemu 2.7.0. Interestingly, I can scroll in the guest if the mouse is not grabbed. So using usb-tablet sort of works around it, but if I explicitly grab the mouse with Ctrl+Alt+G, scrolling will also stop working.

The host is Arch Linux so the qemu build uses gtk(3) for GUI by default. I wanted to test with sdl but it seems sdl support in qemu is sort of broken that I can't even start the virtual machine properly with that.