8000 Pinch to zoom is slow and inaccurate · Issue #197 · VoodooSMBus/VoodooRMI · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Pinch to zoom is slow and inaccurate #197

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

Open
aidanbae123 opened this issue Apr 24, 2025 · 1 comment
Open

Pinch to zoom is slow and inaccurate #197

aidanbae123 opened this issue Apr 24, 2025 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@aidanbae123
Copy link

Describe the bug
Pinch to zoom is almost unusably unresponsive and more often than not requires a second attempt to work normally. When it does zoom, it zooms very little and needs another motion to zoom further.

To Reproduce
Go onto any webpage and try to use the feature.

Expected behavior
Zoom should work as soon as trackpad motion is completed.

On a ThinkPad E14 G4 with the latest version of VoodooRMI and VoodooSMBUS.
ACPI settings:

        "ForceTouchType", 2,
        "TrackpointMultiplier", 30,
        "TrackpointScrollMultiplierX", 30,
        "TrackpointScrollMultiplierY", 30,
        "PalmRejectionWidth", 40,
        "MinYDiffThumbDetection", 100
@1Revenger1 1Revenger1 added the help wanted Extra attention is needed label Apr 24, 2025
@1Revenger1
Copy link
Collaborator

Yeah I've ran into this too and it's probably related to how we number fingers if I had to guess. I'd be willing to accept PRs if anyone wants to attempt to fix this - the current code right now isn't great but the two places to look might be here and here. This file is where all the finger data is processed for VoodooInput and handles numbering fingers and doing palm rejection.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants
0