-
Notifications
You must be signed in to change notification settings - Fork 32
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
Mouse showing up twice in xinput #27
Comments
Thank YOU for using it! I do not think you are doing something wrong. Maybe your device is different from the one we used!. You could try to run the naga executable alone and see if it works, without using nagastart. You will have to deal with the default mapping but its just one magic line (see Usage in the front page). The chroma we use to add support showed up like this, as seen in naga.cpp Which you have in your /dev/input Let us know if you manage to fix it! |
Okay, it seems to work if I just So it seems like Also, another quick question as we're already at it: where are buttons 13 + 14? |
Glad to hear it! You can then put that lines in a script and create your own nagastart.sh, something like this: [id] would be 9 or 10 for you. If you manage to get it working please give us the lines so we can add it to the script! As for the buttons, no idea, is a mess of buttons in my head. Could be the "lean left/right" thingy buttons in the scroll, or the forward/backward, or maybe just nothing. Thanks for your feedback! |
You meant:
right? Yeah, the buttons just seem to be non-existant for me, or at least I cannot |
Yes yes you are right, sorry Use xinput get-button-map [id2] to get info about the available buttons |
Okay well it only works if I do If I try do it without (what would happen at every boot), it tells me:
|
This should get around it(it's in install script) - maybe u need to reload udev rules or reboot. If that still doesn't work you can just use (I'll reply in more detail when I'll be home) |
It works almost, after a reboot. But I think there still is a permission issue. When I try to start Firefox with (button 9), it tells me the dbus-service is not running. When I start it manually, everything is fine. |
Interesting, that has never happened to me. The only thing the executable does after catching a key is this:
if you run |
test.c works without a flaw.. Maybe its because of the |
Hey there,
thank you for coding such a handy piece of software! :)
I just have one problem: My mouse (Naga Chroma) is showing up twice in xinput under Xubuntu 15.10:
It also appears twice in
dev/input/by-id/
:Because of this,
nagastart.sh
wont work properly. This wouldn't be much of a problem, but I can't even get it to work when manually setting the xinput-button-map for both devices.Can you tell me what I'm doing wrong?
Oh, and here are the button mappings of the two devices (they don't seem to change):
xinput get-button-map $(echo 9 | awk '{print $1}')
xinput get-button-map $(echo 10 | awk '{print $1}')
The text was updated successfully, but these errors were encountered: