Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Mouse fix - fixes No mouse control when trying to run preinstalled catalina #766 #819

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sickcodes
Copy link
Owner

As per @gilelias comment #766 (comment)

I introduced a bug with mouse on old versions by switching

-usb -device usb-kbd -device usb-tablet
to
-device qemu-xhci,id=xhci -device usb-kbd,bus=xhci.0 -device usb-tablet,bus=xhci.0

This PR reverts the Dockerfile to use in the launch script:

    && tee -a Launch.sh <<< '${XHCI_STRING:--usb -device usb-kbd -device usb-tablet} \' \

And adds runtime option for newer machines:

-e XHCI_STRING="-device qemu-xhci,id=xhci -device usb-kbd,bus=xhci.0 -device usb-tablet,bus=xhci.0"

Untested.

…w images use runtime option `-e XHCI_STRING="-device qemu-xhci,id=xhci -device usb-kbd,bus=xhci.0 -device usb-tablet,bus=xhci.0"`
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants