-
Notifications
You must be signed in to change notification settings - Fork 12
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
Gladius III support #45
Comments
I have added Gladius III to the rogdrv. You can test if it works. |
Thank you kyokenn! You rule!
So far, so good. Next: $rogdvr-config dpi --preset
$ rogdrv-config dpi -d 800 --debug giving maximum dpi of 26000 is out of range
user@m5:~$ rogdrv-config dump -o omg.json ## creates 0 byte file, hangs. user@m5:~$ rogdrv-config rate -r 500 --debug OK ! Thank you very much again. Please tell me if you want anything specific tested or done. |
setting LED mode partly works
|
left click generates some random keyboard output. the output keeps changing. here is left click.
^ bytes "27 00" changes each click. right click is OK. middle mouse button / scroll wheel generates letter "a" or number 0 and maybe new line, and other characters. here is scroll wheel click.
back button outputs . character
forward button outputs m
|
I have changed number of DPI presets, forgot that all recent mice have 4 presets.
Correct number of DPI presets should solve it and also other options like angle snapping and button response delay.
This is bad, you can try to replug the mouse. Maybe it just stuck in some wrong state. If it still doesn't helps then the query command has changed and you will need an USB debugger to find the correct one.
Can you show debug output of this one?
This is weird. Does the buttons actually work without a driver? You may not need to debug the events if the buttons are already working. 😃 |
Thank you for your reply kyokenn, and thank you for the help. dpi presets do not change mouse dpi
dpi flag does not change dpi
All buttons work without a driver. Mouse polling is now correct! Way to go!
rogdrv-config prints that device is in invalid state whenever DPI button is pushed. The DPI changes normally. Thank you again ! |
This is only request (what the driver is sending to the mouse), but I also need a response (what the mouse answers) marked as "<". |
Thank you for the reply! There is no response. |
You may need to close it, because it could block the reading from device. Those 2 tools should not be running at the same time. |
Thank you again. With only $ rogdrv-config running the debug ouput and effect is the same sorry if this is a double post. i am not sure what reply by email does. |
I see. So it's stuck and waiting for response indefinitely. You will need a USB debugger (like https://github.com/djpnewton/busdog ) and Windows PC or VM with ASUS Armoury to get the actual commands for getting/setting DPI. |
I have switched back-end to ratbag-python, so there is a chance that I could work now. |
Kyoken,
Greetings! Thank you for your project, rogdrv. I wonder if we can add my Gladius III.
Please say if you have any thoughts.
All the best,
The text was updated successfully, but these errors were encountered: