xserver/hw
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
..
dmx Add type name argument to CreateNewResourceType 2009-12-18 17:44:12 -08:00
kdrive Add type name argument to CreateNewResourceType 2009-12-18 17:44:12 -08:00
vfb .gitignore: use common defaults with custom section #24239 2009-11-11 21:40:20 -08:00
xfree86 xfree86: Add Option AutoServerLayout for input devices. 2009-12-22 23:22:09 -08:00
xnest .gitignore: use common defaults with custom section #24239 2009-11-11 21:40:20 -08:00
xquartz Add type name argument to CreateNewResourceType 2009-12-18 17:44:12 -08:00
xwin xfree86: Allow config directory to be specified on command line 2009-12-22 23:20:52 -08:00
Makefile.am Remove xgl. 2008-06-12 16:00:50 -04:00