1-1/input0"
EndSection
To specify a keyboard by name, use the DevName option:
Section "InputDevice"
Identifier "USB Keyboard"
Driver "kbd"
Option "Protocol" "evdev"
Option "DevName" "MONETEREY USB K/B WITH ACPI"
EndSection
4.10
4.10 Using X with GPM or MOUSED 83
Both the DevName and DevPhys options accept wildcards:
* Matches zero or more characters
? Matches any one character
This permits you to specify device names such as *KEYBOARD* or physical connections
such as usb-*/input0 for maximum flexibility with hot-plugged devices.
Once you have the InputDevice sections set up, you can include references to them in
the ServerLayout section. Similar to parallel mice (Section 4.8), the primary keyboard
must be identified as a CoreKeyboard in the ServerLayout or InputDevice sections;
secondary keyboards must have the SendCoreEvents option:
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0"
InputDevice "Synaptics"
InputDevice "AT Keyboard" "CoreKeyboard"
InputDevice "USB Keyboard0" "SendCoreEvents"
EndSection
The X server will fail if no keyboard can be found.
4.10 Using X with GPM or MOUSED
Both Linux and FreeBSD provide daemons that permit a mouse to be used on text
consoles.
Pages:
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154