Graphics Administration Guide (April 2009)
Table 2-2 Options for InputDevice section (continued)
Both of these options are equivalent, and when enabled cause
the input device to always report core events. This can be used,
for example, to allow additional pointer devices to generate core
pointer events (such as moving the cursor, etc). Source:
XF86Config man page.
booleanAlwaysCore
SendCoreEvents
Sets the motion history size. Default: 0. Source: XF86Config man
page.
integerHistorySize
The following two examples show an InputDevice section for a keyboard and mouse:
Section “InputDevice”
Identifier “Keyboard0”
Driver “keyboard”
EndSection
Section “InputDevice”
Identifier “Mouse0”
Driver “mouse”
Option “Protocol” “PS/2”
EndSection
The following changes will be made to the XF86Config file as a result of IRC virtual mouse
selection:
A new InputDevice section for IRC virtual mouse will be added:
Section "InputDevice"
Identifier "Evdev0"
Driver "evdev"
Option "Device" "/dev/hid/hid_*"
Option "Name" "HP Virtual Management Device"
Option "evBits" "+1 +3"
Option "absBits" "~0-2"
EndSection
Once added, do NOT delete this section.
The following changes will be made to the XF86Config file as a result of keyboard selection.
To activate all keyboards, local and virtual IRC, the InputDevice section will specify no input
device and no KBDClass option, thus causing the driver to choose the keyboard multiplexer and
enable all keyboards:
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
EndSection
To activate local keyboards only, the following KBDClass option will be used:
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "KBDClass" "KBDLocal"
EndSection
To activate IRC virtual keyboard only, the following KBDClass option will be used:
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "KBDClass" "KBDVirtual"
EndSection
If "KBDLocal" or "KBDVirtual" class is specified but that kind of keyboard is not available, the
input driver will use the multiplexer to select all keyboards, as if the "KBDClass" option was not
specified.
16 configuring X Server on HP-UX (OEM graphics cards)