Double mouse cursor - QEMU & MacOS #549

Closed
opened 2025-12-29 01:21:44 +01:00 by adam · 1 comment
Owner

Originally created by @lskdfx on GitHub (Nov 20, 2023).

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

Originally created by @lskdfx on GitHub (Nov 20, 2023). 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
adam closed this issue 2025-12-29 01:21:44 +01:00
Author
Owner

@lskdfx commented on GitHub (Nov 20, 2023):

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

@lskdfx commented on GitHub (Nov 20, 2023): nevermind - i hadn't done the windows setup at that time
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Docker-OSX#549