|
NAMEkbd - Keyboard input driverSYNOPSISSection "InputDevice" Identifier "idevname" Driver "kbd" ... EndSection DESCRIPTIONkbd is an Xorg input driver for keyboards. The driver supports the standard OS-provided keyboard interface, but these are currently only available to this driver module for Linux, BSD, and Solaris. This driver is the replacement for the built-in keyboard driver formerly included in Xorg.The kbd driver functions as a keyboard input device. CONFIGURATION DETAILSDepending on the X server version in use, input device options may be set in either a xorg.conf file, an xorg.conf.d snippet, or in the configuration files read by the Hardware Abstraction Layer (HAL) daemon, hald(1).Please refer to xorg.conf(5) for general configuration details and for options that can be used with all input drivers. This section only covers configuration details specific to this driver. The following driver Options are supported:
Standard, Xqueue.
Not all protocols are supported on all platforms.
Default: "Standard".
For a list of available XKB options, see xkeyboard-config(7). EXAMPLEThe following xorg.conf fragment ensures that user will be able to switch between us and sk layouts by pressing the "menu" key. The scroll lock LED shows which layout is currently active.The XkbVariant option defines which variants of the two layouts should be used. In case of the us layout its default variant is used. In case of the sk layout its qwerty variant is used. Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "base" Option "XkbModel" "pc105" Option "XkbLayout" "us,sk" Option "XkbVariant" ",qwerty" Option "XkbOptions" "grp:menu_toggle,grp_led:scroll" EndSection SEE ALSOXorg(1), xorg.conf(5), Xserver(1), X(7).hal(7), hald(8), fdi(5). xkeyboard-config(7).
Visit the GSP FreeBSD Man Page Interface. |