Skip to content
New issue

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

xserver crash with two wiimotes working as two mouses #14

Open
ulihox opened this issue May 31, 2014 · 0 comments
Open

xserver crash with two wiimotes working as two mouses #14

ulihox opened this issue May 31, 2014 · 0 comments

Comments

@ulihox
Copy link

ulihox commented May 31, 2014

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.

@ulihox ulihox changed the title xserver crash with two wiimotes xserver crash with two wiimotes working as two mouses May 31, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant