docs:xorg
This is an old revision of the document!
Table of Contents
X.Org
Implementation of the X Window System
Resources
Contents
xserver >= 1.5.3 and kbd + mouse drivers + no HAL
xorg server can use two different sources of mouse, keyboard information. This section descibed kbd and mouse driven one without a HAL (or with disabled HAL).
xorg.conf, section “ServerLayout”:
# disable HAL Option "AutoAddDevices" "false" # indirectly cause kbd & mouse driver to be used Option "AllowEmptyInput" "false"
xserver and evdev driven input devices + HAL
xorg server can use two different sources of mouse, keyboard information. This one is anount evdev driven and HAL provided information. evdev kernel module needs to be loaded.
xorg.conf:
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "evdev"
Option "XkbLayout" "pl"
EndSection
For KDE:
KDE Control Center -> Keyboard Layout -> Keyboard model: "Evdev-managed keyboard"
docs/xorg.1227175085.txt.gz · Last modified: 2008-11-20 10:58 by arekm