aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorOliver McFadden <oliver.mcfadden@nokia.com>2009-10-12 16:32:51 +0300
committerPeter Hutterer <peter.hutterer@who-t.net>2009-10-13 18:30:43 +1000
commit57b54ee3995f2f678ef359e7663cad517a8b2433 (patch)
tree5efeccc6d3124bfd9db9b92b9e1499e34f462dec /man
parentFinalize the middle button emulation when a read error occurs (#23048) (diff)
downloadxf86-input-evdev-57b54ee3995f2f678ef359e7663cad517a8b2433.tar.gz
xf86-input-evdev-57b54ee3995f2f678ef359e7663cad517a8b2433.tar.bz2
xf86-input-evdev-57b54ee3995f2f678ef359e7663cad517a8b2433.zip
evdev: Support the "Calibration" string option.
Originally based on a patch from Daniel Stone, this commit allows for the calibration factors to be set either from Xorg.conf or via HAL. Previously the only way was via the properties interface. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'man')
-rw-r--r--man/evdev.man12
1 files changed, 9 insertions, 3 deletions
diff --git a/man/evdev.man b/man/evdev.man
index 4f15062..e322eb6 100644
--- a/man/evdev.man
+++ b/man/evdev.man
@@ -150,6 +150,14 @@ be set in the configuration.
Number of reopen attempts after a read error occurs on the device (e.g. after
waking up from suspend). In between each attempt is a 100ms wait. Default: 10.
.TP 7
+.BI "Option \*qCalibration\*q \*q" "min-x max-x min-y max-y" \*q
+Calibrates the X and Y axes for devices that need to scale to a different
+coordinate system than reported to the X server. This feature is required
+for devices that need to scale to a different coordinate system than
+originally reported by the kernel (e.g. touchscreens). The scaling to the
+custom coordinate system is done in-driver and the X server is unaware of
+the transformation. Property: "Evdev Axis Calibration".
+.TP 7
.BI "Option \*qSwapAxes\*q \*q" Bool \*q
Swap x/y axes. Default: off. Property: "Evdev Axes Swap".
.TP 7
@@ -178,9 +186,7 @@ driver.
.TP 7
.BI "Evdev Axis Calibration"
4 32-bit values, order min-x, max-x, min-y, max-y or 0 values to disable
-run-time axis calibration. This feature is required for devices that need to
-scale to a different coordinate system than originally reported to the X
-server, such as touchscreens that require run-time calibration.
+in-driver axis calibration.
.TP 7
.BI "Evdev Axis Inversion"
2 boolean values (8 bit, 0 or 1), order X, Y. 1 inverts the axis.