foxlet / macOS-Simple-KVM

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

Mouse not moving upwards #501

Closed muffinmaster1024 closed 3 years ago

muffinmaster1024 commented 3 years ago

Everything worked fine so far. Installed Catalina on Ubuntu 20.04 LTS.

Atm the VM is basically unusable because I'm not able to move the mouse/cursor upwars. Down, left and right works but not up... pretty dumb situation

Any help would be appreciated!

darkstego commented 3 years ago

I had the same problem, but when I switched to virt-manager it now doesn't move right and moves in every other direction.

Fix was replacing USB mouse with USB tablet

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

to

-usb -device usb-kbd -device usb-tablet \

or in Virt-manager deleting usb mouse and installing usb tablet

muffinmaster1024 commented 3 years ago

Wow, thanks a lot! Works flawlessly now!