helloSystem / hello

Desktop system for creators with a focus on simplicity, elegance, and usability. Based on FreeBSD. Less, but better!
2.3k stars 57 forks source link

Mouse not working in KVM #112

Open thejohnha opened 3 years ago

thejohnha commented 3 years ago

I'm using Proxmox to boot the ISO and it runs but I can't seem to get the mouse to move. I wonder how I could troubleshoot this? Many thanks on the fine effort so far - the desktop looks beautiful. 👍

probonopd commented 3 years ago

Thanks @thejohnha. Unfortunately I have no Proxmox system to use this. It uses QEMU, correct? If yes, then please have a look here: https://github.com/helloSystem/ISO/issues/128#issuecomment-777035489

aki-k commented 3 years ago

@thejohnha I needed to remove the qemu options for configuring the mouse as an USB device i.e. these:

-device qemu-xhci,id=xhci -device usb-tablet,bus=xhci.0

Arch Linux wiki says to use these options with qemu but they didn't work with hellosystem either:

-usb -device usb-tablet
probonopd commented 3 years ago

Please let us know whether this works for you @thejohnha - then we may add it to the helloSystem documentation.

thejohnha commented 3 years ago

Thank you so much @probonopd

Confirming that turning the option for "Use tablet for pointer" off enables mouse in Hello (the Proxmox default is on):

20210211_151409

ragazenta commented 3 years ago

Just to confirm that in version 0.5.0, the mouse works with the default Proxmox settings (Use tablet for pointer is enabled).