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.
https://hub.docker.com/r/sickcodes/docker-osx
GNU General Public License v3.0
48.49k stars 2.69k forks source link

Double mouse cursor - QEMU & MacOS #719

Closed codingkings1 closed 12 months ago

codingkings1 commented 12 months ago

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

codingkings1 commented 12 months ago

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