xserver/hw/xfree86/doc/man
Peter Hutterer e1165632bd xfree86: Add Option AutoServerLayout for input devices.
Any input device with this option will be automatically added to whichever
server layout is selected at startup. This removes the need to reference a
device from the ServerLayout section. The two following configuration are
identical:

CONFIG 1:
    Section "ServerLayout"
            InputDevice "foo"
    EndSection

    Section "InputDevice"
            Identifier "foo"
            ...
    EndSection

CONFIG 2:
    Section "InputDevice"
            Identifier "foo"
            Option "AutoServerLayout" "on"
            ...
    EndSection

The selection of the server layout affects both explicitly specified
layouts and the implicit layout.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Keith Packard <keithp at keithp.com>
2009-12-22 23:22:09 -08:00
..
.gitignore .gitignore: use common defaults with custom section #24239 2009-11-11 21:40:20 -08:00
Makefile.am Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 2005-11-28 22:05:09 +00:00
Xorg.man.pre xfree86: Allow config directory to be specified on command line 2009-12-22 23:20:52 -08:00
xorg.conf.man.pre xfree86: Add Option AutoServerLayout for input devices. 2009-12-22 23:22:09 -08:00