-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Slow speed gestures on my winmax fork #24
Comments
Huh, what does a slow gesture look like? Can you post a video? |
Sure, here's the video: winmax.touch.gestures.mp4 |
Got it, so it's not necessarily slow, it's just that a scroll gesture is only scrolling a tiny amount when we expect it to scroll a huge amount... Is this also true for zoom? Rotate? I wonder if there's some scaling issue with the values being sent... You'll need to start adding a ton of |
Also, your changes seem pretty minor on your fork. I see the show/hide cursor stuff, that's absolutely worth contributing. I wonder if you can check any information from the touchscreen or perhaps PLIST config to determine if the |
Yes every multitouch gesture scrolls by a tiny amount. Thank you for your help. I am kind of new to debug stuff of MacOS, do you know any site/guide where I can learn how to debug this kext properly? |
I got the Regarding |
For debugging, see existing usage of As far as your sleep issues, that’s 100% patching. You’ll never get this working right without correctly patching, and that’s not something I know anything about. |
Hello.
I have created a fork of this project to support Win Max 2020 hardware:
https://github.com/postkevone/VoodooI2CGoodix-winmax
Everything works fine, but the gestures are very slow.
Is there anything I can modify in order to increase gestures speed?
Thank you.
The text was updated successfully, but these errors were encountered: