knazarov / homebrew-qemu-virgl

A homebrew tap for qemu with support for 3d accelerated guests
415 stars 68 forks source link

no keys work on boot #33

Closed colourfullyy closed 3 years ago

colourfullyy commented 3 years ago

none of the keys work when I boot into the screen that gives you the try ubuntu, install ubuntu etc.

I'm running big sur 11.4

I would appreciate help, thank you

knazarov commented 3 years ago

You can probably use:

-device qemu-xhci
-device usb-kbd

instead of -device virtio-mouse-pci at the command line. I probably should change it in README. For some people, the bios doesn’t detect this properly.

knazarov commented 3 years ago

I've added the usage of usb-kbd to README.md to make those issues not appear for new users.