xserver-multidpi/hw/xfree86/man
Oleh Nykyforchyn c05c8640f1 xfree86: Allow "MatchLayout" statements in config files
Usage example (tested on a dual-seat PC):
Section "InputClass"
 	Identifier "keyboard-all"
 	MatchIsKeyboard "on"
 	MatchDevicePath "/dev/input/event*"
 	MatchLayout "!GeForce|!Matrox"
 	Driver "evdev"
 	Option "XkbLayout" "us"
 	Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection

It disables auto keyboard configuration for layouts "GeForce" and "Matrox".
Note that "" in patterns means "no Layout sections found", e.g.
 	MatchLayout "GeForce|"
is "in layout GeForce or without explicit layout at all".

Signed-off-by: Oleh Nykyforchyn <oleh.nyk@gmail.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Acked-by: Dan Nicholson <dbn.lists@gmail.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-05-25 08:23:58 +10:00
..
Makefile.am man: relocate manual pages in the man subdir outside doc 2011-03-14 13:50:38 -07:00
xorg.conf.d.man man: relocate manual pages in the man subdir outside doc 2011-03-14 13:50:38 -07:00
xorg.conf.man xfree86: Allow "MatchLayout" statements in config files 2011-05-25 08:23:58 +10:00
Xorg.man man: relocate manual pages in the man subdir outside doc 2011-03-14 13:50:38 -07:00