mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 14:20:28 +01:00
Reference in New Issue
Block a user
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.