foxlet / macOS-Simple-KVM

Tools to set up a quick macOS VM in QEMU, accelerated by KVM.
13.55k stars 1.14k forks source link

Mouse doesn't sync with VM #588

Closed EndCod3r closed 1 year ago

EndCod3r commented 1 year ago

I'm on Windows 11 using WSL(g/2) to use QEMU and everything installed fine and is working except the mouse. The cursor doesn't sync up to where I moving my cursor, is there a way to fix this? msrdc_2nMRJj4Qbt

notAperson535 commented 1 year ago

@Endlord15 try changing the this line in basic.sh

-usb -device usb-kbd -device usb-mouse \

to

-usb -device usb-kbd -device usb-tablet \
EndCod3r commented 1 year ago

This works perfectly, thank you for the support!