Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
The migration is almost done, at least the rest should happen in the background. There are still a few technical difference between the old cluster and the new ones, and they are summarized in this issue. Please pay attention to the TL:DR at the end of the comment.
This patch adds support for the new custom pointer acceleration method in libinput, see libinput/libinput!775 (merged).
Adds new properties and xorg.conf entries for setting the acceleration function's points and step.
AccelProfile
option can now accept custom
value.
Add 4 new options which only apply when AccelProfile
is custom
:
AccelPointsFallback
option for setting the points of the
Fallback acceleration function. Points values are represented by a
space-separated list, e.g. "0.0 1.0 2.4 2.5".AccelStepFallback
option for setting the step of the Fallback
acceleration function. When a step of 0.0 is provided,
libinput default Fallback acceleration function is used.AccelPointsMotion
and AccelStepMotion
options, which are
equivalent to AccelPointsFallback
and AccelStepFallback
options,
but apply to the Motion acceleration function.Based on !38 (closed).
Have been using the new custom profile on my machine for a while now, awaiting public testing.