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 ?