Document the AllowEmptyInput, AutoAddDevices and AutoEnableDevices flags
Add documentation for the new AllowEmptyInput, AutoAddDevices and AutoEnableDevices server flags in the xorg.conf manpage.
This commit is contained in:
parent
7d226d6a25
commit
59df687835
|
@ -704,6 +704,20 @@ default.
|
||||||
.BI "Option \*qIgnoreABI\*q \*q" boolean \*q
|
.BI "Option \*qIgnoreABI\*q \*q" boolean \*q
|
||||||
Allow modules built for a different, potentially incompatible version of
|
Allow modules built for a different, potentially incompatible version of
|
||||||
the X server to load. Disabled by default.
|
the X server to load. Disabled by default.
|
||||||
|
.TP 7
|
||||||
|
.BI "Option \*qAllowEmptyInput\*q \*q" boolean \*q
|
||||||
|
If enabled, don't add the standard keyboard and mouse drivers, if there are no
|
||||||
|
input devices in the config file. Disabled by default.
|
||||||
|
.TP 7
|
||||||
|
.BI "Option \*qAutoAddDevices\*q \*q" boolean \*q
|
||||||
|
If this option is disabled, then no devices will be added from HAL events.
|
||||||
|
Enabled by default.
|
||||||
|
.TP 7
|
||||||
|
.BI "Option \*qAutoEnableDevices\*q \*q" boolean \*q
|
||||||
|
If this option is disabled, then the devices will be added (and the
|
||||||
|
DevicePresenceNotify event sent), but not enabled, thus leaving policy up
|
||||||
|
to the client.
|
||||||
|
Enabled by default.
|
||||||
.SH "MODULE SECTION"
|
.SH "MODULE SECTION"
|
||||||
The
|
The
|
||||||
.B Module
|
.B Module
|
||||||
|
|
Loading…
Reference in New Issue