We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding the following sentence can effectively avoid the mouse offset issue in QEMU, and the current testing situation is good
command.extend(['-machine', 'usb=on', '-device', 'usb-tablet'])
The text was updated successfully, but these errors were encountered:
Maybe we should only add this when the console is set to "vnc" or "spice"?
Sorry, something went wrong.
Yes, thank you very much.
I only tested on VNC, but after adding this sentence, using Spire did not result in any errors. We can add a judgment before that.
# avoiding mouse offset if self._console_type == "vnc": command.extend(['-machine', 'usb=on', '-device', 'usb-tablet']) return command
Fix mouse offset issues with VNC in Qemu. Fixes #2335
6a069d0
Merged, thanks 👍
f7eb249
No branches or pull requests
Adding the following sentence can effectively avoid the mouse offset issue in QEMU, and the current testing situation is good
command.extend(['-machine', 'usb=on', '-device', 'usb-tablet'])
The text was updated successfully, but these errors were encountered: