copy / v86

x86 PC emulator and x86-to-wasm JIT, running in the browser
https://copy.sh/v86/
BSD 2-Clause "Simplified" License
19.7k stars 1.39k forks source link

Mouse doesn't work in Arch Linux #1116

Closed Usinganame closed 2 months ago

Usinganame commented 2 months ago

The mouse is said to work in the sidebar, but does not work at all in Xorg

ProgrammerIn-wonderland commented 2 months ago

You're probably missing a kernel module

copy commented 2 months ago

See the part "Configure mkinitcpio for 9p" in https://github.com/copy/v86/blob/master/docs/archlinux.md, it also adds some kernel modules for ps2 mouse/keyboard.

Feel free to reopen if it still doesn't work.