man: list the drivers that are ignored when hotplugging (#35209)
X.Org Bug 35209 <http://bugs.freedesktop.org/show_bug.cgi?id=35209> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Cyril Brulebois <kibi@debian.org> Reviewed-by: Julien Cristau <jcristau@debian.org>
This commit is contained in:
parent
642569591a
commit
6f46ae3c69
|
@ -814,11 +814,18 @@ Example: the MIT-SHM extension can be disabled with the following entry:
|
||||||
The config file may have multiple
|
The config file may have multiple
|
||||||
.B InputDevice
|
.B InputDevice
|
||||||
sections.
|
sections.
|
||||||
Recent X servers employ input hotplugging to add input devices, with the HAL
|
Recent X servers employ HAL or udev backends for input device enumeration
|
||||||
backend being the default backend for X servers since 1.4. It is usually not
|
and input hotplugging. It is usually not
|
||||||
necessary to provide
|
necessary to provide
|
||||||
.B InputDevice
|
.B InputDevice
|
||||||
sections in the xorg.conf if hotplugging is enabled.
|
sections in the xorg.conf if hotplugging is in use. If hotplugging is
|
||||||
|
enabled,
|
||||||
|
.B InputDevice
|
||||||
|
sections using the
|
||||||
|
.B mouse, kbd
|
||||||
|
and
|
||||||
|
.B vmmouse
|
||||||
|
driver will be ignored.
|
||||||
.PP
|
.PP
|
||||||
If hotplugging is disabled, there will normally
|
If hotplugging is disabled, there will normally
|
||||||
be at least two: one for the core (primary) keyboard
|
be at least two: one for the core (primary) keyboard
|
||||||
|
|
Loading…
Reference in New Issue