We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm using Ubuntu 14.04 and last git version of xwiimote and xf86-input-xwiimote. I want to get two wiimotes working as two mouses (at the same time).
/usr/X11/xorg.conf.d/60-xwiimote.conf is: Section "InputClass" Identifier "Nintendo Wii Remote" MatchProduct "Nintendo Wii Remote" MatchDevicePath "/dev/input/event*" Option "Ignore" "off" Option "MotionSource" "ir" Driver "xwiimote" Option "MapA" "right-button" Option "MapB" "left-button" EndSection
I use the following xinput commands to get a second pointer: $ xinput create-master ADDITIONAL $ xinput reattach #ID_WIIMOTE1 #ID_ADDITIONAL
When I press A or B button, xorg crash. If I don't map A and B button, the two pointers works perfectly.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm using Ubuntu 14.04 and last git version of xwiimote and xf86-input-xwiimote. I want to get two wiimotes working as two mouses (at the same time).
/usr/X11/xorg.conf.d/60-xwiimote.conf is:
Section "InputClass"
Identifier "Nintendo Wii Remote"
MatchProduct "Nintendo Wii Remote"
MatchDevicePath "/dev/input/event*"
Option "Ignore" "off"
Option "MotionSource" "ir"
Driver "xwiimote"
Option "MapA" "right-button"
Option "MapB" "left-button"
EndSection
I use the following xinput commands to get a second pointer:
$ xinput create-master ADDITIONAL
$ xinput reattach #ID_WIIMOTE1 #ID_ADDITIONAL
When I press A or B button, xorg crash. If I don't map A and B button, the two pointers works perfectly.
The text was updated successfully, but these errors were encountered: