-
Notifications
You must be signed in to change notification settings - Fork 4
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
Strange mouse movement issues #33
Comments
Additional info: Can confirm that the mouse works just fine on other PCs, and can confirm that the same problem occurs when I use the mouse on another amigahid-pico board |
Hello; this may be similar to the mouse motion issue mentioned in #31 - could you try building the development branch rather than main and see if the behaviour is fixed? |
For reference: I have seen this behaviour with that code as well, including an unusual preference for the mouse motion to move in diagonals. This was owing to poorly nested conditionals in quad_mouse.c. I'm running development on the board attached to my A1200 and it's a lot smoother. |
Oh, and before I forget: Can you confirm which revision PCB you are using? |
I'm using PCB Rev. 5, and I've solved one of the problems myself, just by switching from the IntelliMouse to a different mouse. I was looking around other places to try to solve this problem and saw a chart that mentioned that the IntelliMouse doesn't quite comply 100% with the HID standards? |
Switching to the dev branch code fixed the last remaining problem, with having no horizontal movement while left-clicking. The movement does get a little weird when click-dragging, it feels like it doesn't want to move diagonally while click-dragging, but that's a more minor issue, everything is now at least functional with the dev branch code! |
I have an IntelliMouse 5000 (the black laser variety) which I can give a try to reproduce the unusual motion; I'm not sure if it deviates from HID but for the most part, the version of amigahid-pico you're using uses the "hidbp" (boot protocol), which is a simplified architecture intended to be used by firmwares or operating systems prior to loading the "proper" HID driver. It's possible the motion interruption during click you're referring to is an artefact of hidbp or not, but I believe I have seen what you're referring to. devel/hid_mouse_parser is a branch currently being finished with a slight rewrite of the quadrature pulse mechanism but will culminate in moving to using HID reports rather than boot proto. It's been in progress for a long while now and I need the appropriate time and ability to clear enough desk space and power sockets nearby to get an Amiga running long enough to test it adequately 😄 Soon, I really hope, because I'd like to move to controller support. Keeping this issue open until development is merged into the main branch, and the IntelliMouse edge case has been specifically tested. |
I'm using an old USB Microsoft IntelliMouse with my freshly-made amigahid-pico and it mostly works, but I'm running into a couple of strange issues: horizontal movement is a little jittery normally, and when I left-click I can't move the mouse horizontally AT ALL. Is this in any way a known thing, or do you have any idea what might cause this?
The text was updated successfully, but these errors were encountered: