knazarov / homebrew-qemu-virgl

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

keyboard not working? #22

Closed phirestalker closed 3 years ago

phirestalker commented 3 years ago

I am not sure if I am doing something wrong or not. I used the commandline for M1 macs, only I used a debian buster install cd. I am at the menu and I press enter, but nothing happens. Other keys don't seem to be working either. I tried clicking in the window, but that only seems to capture mouse input and does nothing about the keyboard.

Are there other options I can try besides virtio-keyboard-pci?

knazarov commented 3 years ago

You can try:

-device qemu-xhci
-device usb-kbd
phirestalker commented 3 years ago

That worked. Thanks