From 941391ca34a7537542f0bb894fc0f02e200165b4 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 30 Sep 2009 12:05:17 +1000 Subject: Add explicit options to ignore relative or absolute axes. The X server cannot deal with devices that have both relative and absolute axes. Evdev tries to guess wich axes to ignore given the device type and disables absolute axes for mice and relative axes for tablets, touchscreens and touchpad. This guess is sometimes wrong and causes exitus felis domesticae parvulae. Two new configuration options are provided to explicitly allow ignoring an axis. Mouse wheel axes are exempt and will work even if relative axes are ignored. No property, this option must be set in the configuration. Signed-off-by: Peter Hutterer Acked-by: Daniel Stone --- man/evdev.man | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'man') diff --git a/man/evdev.man b/man/evdev.man index c3c5551..4f15062 100644 --- a/man/evdev.man +++ b/man/evdev.man @@ -135,6 +135,17 @@ Default: disabled. .BI "Option \*qInvertY\*q \*q" Bool \*q Invert the given axis. Default: off. Property: "Evdev Axis Inversion". .TP 7 +.BI "Option \*qIgnoreRelativeAxes\*q \*q" Bool \*q +.TP 7 +.BI "Option \*qIgnoreAbsoluteAxes\*q \*q" Bool \*q +Ignore the specified type of axis. Default: off. The X server cannot deal +with devices that have both relative and absolute axes. Evdev tries to guess +wich axes to ignore given the device type and disables absolute axes for +mice and relative axes for tablets, touchscreens and touchpad. These options +allow to forcibly disable an axis type. Mouse wheel axes are exempt and will +work even if relative axes are ignored. No property, this configuration must +be set in the configuration. +.TP 7 .BI "Option \*qReopenAttempts\*q \*q" integer \*q 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. -- cgit v1.2.3