Originally created by @Uoghluvm on GitHub (Mar 18, 2025).
JUST SET YOUR ABSOLUTE MOUSE IN QEMU
commands to do this:
info mice
then the return may look like this: Mouse #4: QEMU HID Tablet (absolute) * Mouse #2: QEMU PS/2 Mouse
set the mouse with (absolute)
mine is mouse_set 4
DONE
Enjoy the smooth cursor!
Originally created by @Uoghluvm on GitHub (Mar 18, 2025).
**JUST SET YOUR ABSOLUTE MOUSE IN QEMU**
commands to do this:
1. `info mice`
then the return may look like this:
` Mouse #4: QEMU HID Tablet (absolute)`
`* Mouse #2: QEMU PS/2 Mouse`
2. set the mouse with `(absolute)`
mine is `mouse_set 4`
DONE
Enjoy the smooth cursor!
When the QEMU window shows you just press Enter in the terminal and you should be in the QEMU command prompt indicated by
(qemu) and a cursor next to it. Type in info mice
you will get the available mouse and their ID. mouse_set 4 is a command from QEMU console with parameter 4.
@gnubash commented on GitHub (Jun 30, 2025):
For anyone else wondering how to do it. Assuming you run Docker-OSX from terminal like this
```docker run -it \
--device /dev/kvm \
-p 50922:10022 \
-v /tmp/.X11-unix:/tmp/.X11-unix \
-e "DISPLAY=${DISPLAY:-:0.0}" \
-e SHORTNAME=catalina \
-e RAM=7 \
sickcodes/docker-osx:latest
```
When the QEMU window shows you just press Enter in the terminal and you should be in the QEMU command prompt indicated by
```(qemu)``` and a cursor next to it. Type in
```info mice```
you will get the available mouse and their ID. ```mouse_set 4``` is a command from QEMU console with parameter 4.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @Uoghluvm on GitHub (Mar 18, 2025).
JUST SET YOUR ABSOLUTE MOUSE IN QEMU
commands to do this:
info micethen the return may look like this:
Mouse #4: QEMU HID Tablet (absolute)* Mouse #2: QEMU PS/2 Mouse(absolute)mine is
mouse_set 4DONE
Enjoy the smooth cursor!
@callmesoul commented on GitHub (Apr 10, 2025):
how to set?
@gnubash commented on GitHub (Jun 30, 2025):
For anyone else wondering how to do it. Assuming you run Docker-OSX from terminal like this
When the QEMU window shows you just press Enter in the terminal and you should be in the QEMU command prompt indicated by
(qemu)and a cursor next to it. Type ininfo miceyou will get the available mouse and their ID.
mouse_set 4is a command from QEMU console with parameter 4.