mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-27 00:25:48 +03:00
Labels
No labels
bug
documentation
enhancement
following upstream developments
good first issue
help wanted
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Docker-OSX#807
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/sickcodes/Docker-OSX/pull/819
Author: @sickcodes
Created: 9/3/2024
Status: 🔄 Open
Base:
master← Head:mouse-fix📝 Commits (2)
d2c4811XHCI one line before fixing2332e96Revert XHCI/device line to the old usb-kbd/tablet string. And make new images use runtime option-e XHCI_STRING="-device qemu-xhci,id=xhci -device usb-kbd,bus=xhci.0 -device usb-tablet,bus=xhci.0"📊 Changes
1 file changed (+2 additions, -3 deletions)
View changed files
📝
Dockerfile(+2 -3)📄 Description
As per @gilelias comment https://github.com/sickcodes/Docker-OSX/issues/766#issuecomment-2156706595
I introduced a bug with mouse on old versions by switching
-usb -device usb-kbd -device usb-tabletto
-device qemu-xhci,id=xhci -device usb-kbd,bus=xhci.0 -device usb-tablet,bus=xhci.0This PR reverts the Dockerfile to use in the launch script:
And adds runtime option for newer machines:
Untested.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.