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
-usbdevice tablet
-k de
-k en-us
Example Commands:
With Bios:
qemu-system-x86_64 -enable-kvm -smp 4 -m 4096 -usbdevice tablet -k en-us -boot d -cdrom SW_DVD9_Win_Server_STD_CORE_2022_2108.15_64Bit_English_DC_STD_MLF_X23-31801.ISO -drive file=/dev/sda,format=raw,media=disk -vnc 127.0.0.1:1
With UEFI:
qemu-system-x86_64 -bios /usr/share/ovmf/OVMF.fd -enable-kvm -smp 48 -m 16g -usbdevice tablet -k en-us -boot d -cdrom SW_DVD9_Win_Server_STD_CORE_2022_2108.15_64Bit_English_DC_STD_MLF_X23-31801.ISO -drive file=/dev/sda,format=raw,media=disk -vnc 127.0.0.1:1
The text was updated successfully, but these errors were encountered:
@BackInBash Same tutorial
Sorry, something went wrong.
No branches or pull requests
Problem
Suggested Fix
-usbdevice tablet
to BIOS and UEFI start parameters to fix mouse offset in vnc-k de
,-k en-us
or any other keymap to start parametersExample Commands:
With Bios:
With UEFI:
The text was updated successfully, but these errors were encountered: