mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-03 19:40:12 +01:00
doc: update the pointer acceleration page for the 1.9 trackpoint accel
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
c727ee7f23
commit
ac9c3f53b9
1 changed files with 11 additions and 8 deletions
|
|
@ -117,20 +117,23 @@ properties. Measuring pressure objectively across a variety of hardware is
|
|||
nontrivial.
|
||||
|
||||
libinput's pointer acceleration is a function of the total available
|
||||
pressure range on a device.
|
||||
pressure range on a device. See @ref trackpoint_range for details.
|
||||
|
||||
libinput relies on some sytem-wide configured properties, specifically the
|
||||
@ref udev_config. The two properties that influence trackpoint acceleration
|
||||
````POINTINGSTICK_CONST_ACCEL```` which is a constant factor applied to the
|
||||
trackpoint's motion data. For example, a factor of 3 will see all input data
|
||||
multipled by 3. This multiplication is done by libinput.
|
||||
libinput relies on some system-wide configured properties, specifically the
|
||||
@ref udev_config. The property that influences trackpoint acceleration is
|
||||
`LIBINPUT_ATTR_TRACKPOINT_RANGE` which specifies the total delta range for
|
||||
the trackpoint. See @ref trackpoint_range for details.
|
||||
|
||||
Additionally, some trackpoints provide the ability to adjust the sensitivity in
|
||||
hardware by modifying a sysfs file on the serio node. The udev property
|
||||
````POINTINGSTICK_SENSITIVITY```` indicates the desired value, a udev
|
||||
`POINTINGSTICK_SENSITIVITY` indicates the desired value, a udev
|
||||
builtin is expected to apply this to the device, i.e. libinput does not
|
||||
handle this property. Once applied, the sensitivity adjusts the deltas
|
||||
coming out of the hardware.
|
||||
coming out of the hardware. When the sensitivity changes, the trackpoint
|
||||
range changes and thus the `LIBINPUT_ATTR_TRACKPOINT_RANGE` property
|
||||
becomes invalid.
|
||||
|
||||
As of version 1.9, libinput does not parse the `POINTINGSTICK_CONST_ACCEL` property anymore.
|
||||
|
||||
@image html ptraccel-trackpoint.svg "Pointer acceleration curves for trackpoints"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue