In an Arch Linux
VM on Virtualbox
, the mouse is present and moves as expected, however it cannot select or click. It is a recent behavior after an update.
According to this post, it could be related to ZAxisMapping
settings (needed to be 6 7
instead of 4 5 6 7
). I found this parameter in two files:
- /lib/Xorg
- /lib/xorg/modules/input/mouse_drv.so
however, these files are not editable. Is there any way to fix this?
Thanks