sickcodes / Docker-OSX

Run macOS VM in a Docker! Run near native OSX-KVM in Docker! X11 Forwarding! CI/CD for OS X Security Research! Docker mac Containers.

Home Page:https://hub.docker.com/r/sickcodes/docker-osx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Double mouse cursor - QEMU & MacOS

codingkings1 opened this issue · comments

i have a double mouse cursor, one from qemu and one from macos. it is getting annoying to use with it. they aren't the same speed, but after a second or so, they overlap. I am using WSL2. The command I have used for macos is:
docker run -it
--device /dev/kvm
-v /mnt/wslg/.X11-unix:/tmp/.X11-unix
-e "DISPLAY=${DISPLAY:-:0.0}"
-e GENERATE_UNIQUE=true
-e MASTER_PLIST_URL='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom.plist'
sickcodes/docker-osx:monterey

nevermind - i hadn't done the windows setup at that time