Ubuntu 20.04 , xwiimote cannot use it as a mouse

i am able to use the wii remote controller, but i can't use it as a mouse.

I changed /usr/share/X11/xorg.conf.d/60-xorg-xwiimote.conf to:

Section "InputClass"
Identifier "Nintendo Wii Remote"
MatchProduct "Nintendo Wii Remote"
MatchDevicePath "/dev/input/event*"
Option "Ignore" "off"
Option "MotionSource" "ir"
Option "MapIRA" "left-button"
Option "MapIRB" "right-button"
Driver "xwiimote"
EndSection

but i didn't work.

Any idea's ?

1 Answer

To get the Left and Right click mouse buttons working you need to change

Option "MapIRA" "left-button" ---> Option "MapA" "left-button"
Option "MapIRB" "right-button" ---> Option "MapB" "right-button"

To move the cursor you'll need to point the wii remote at a sensor bar if you don't already have one attached to the screen.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like