Skip to content
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

Unexpected acceleration on diagonal movement #22

Open
jbensmann opened this issue Mar 15, 2023 · 0 comments
Open

Unexpected acceleration on diagonal movement #22

jbensmann opened this issue Mar 15, 2023 · 0 comments

Comments

@jbensmann
Copy link
Owner

When moving the mouse pointer diagonally, e.g. with speed 1 to the right and 1 upwards, the total speed is not sqrt(2) as expected, but somewhat higher, so that the speed to the right is actually also higher than 1. At least this is the case for relatively slow speeds.

The cause is that mouseless is producing the same events as a physical mouse, and the speed of the pointer usually is not linear to the speed of a mouse, one can see in this diagram how they are related (the different curves show different settings):
https://wayland.freedesktop.org/libinput/doc/latest/pointer-acceleration.html#ptraccel-linear

It is generally possible to make this relation linear by configuration, but unclear whether it can be done independently of the display server (e.g. Xorg or Wayland), which would be preferable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant