xserver-multidpi/hw
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
..
dmx dmx: fix warning for doxygen explicit links 2011-05-13 14:08:09 -07:00
kdrive Xephyr: fix pointer coordinate translation when screen is rotated 2011-05-25 08:23:58 +10:00
vfb man: refactor common code in the man pages makefiles 2011-01-18 15:11:10 -08:00
xfree86 xfree86: Allow "MatchLayout" statements in config files 2011-05-25 08:23:58 +10:00
xnest input: remove DDX event list handling 2011-05-11 14:27:36 +10:00
xquartz XQuartz: Don't crash if CG increases our display resolution 2011-05-22 11:17:59 -07:00
xwin Fix XWin compilation after updates for input API changes 2011-05-24 14:08:13 +10:00
Makefile.am Catch errors in recursive relink targets 2010-03-22 00:45:57 -05:00