summaryrefslogtreecommitdiff
path: root/README.config
diff options
context:
space:
mode:
Diffstat (limited to 'README.config')
-rw-r--r--README.config17
1 files changed, 8 insertions, 9 deletions
diff --git a/README.config b/README.config
index 3d31137..4d3f2d5 100644
--- a/README.config
+++ b/README.config
@@ -6,9 +6,9 @@
Abstract
- This document describes how to configure X11R6.7.0 XKB from a
- user's point a few. It converts basic configuration syntax and
- gives also a few examples.
+ This document describes how to configure X11R6.8 XKB from a user's
+ point a few. It converts basic configuration syntax and gives also
+ a few examples.
1. Overview
@@ -52,7 +52,7 @@ below to you xorg.conf configuration file (previously known as
Section "InputDevice"
Identifier "Keyboard1"
- Driver "Keyboard"
+ Driver "kbd"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
@@ -89,7 +89,7 @@ Then the configuration snippet could look like this:
Section "InputDevice"
Identifier "Keyboard1"
- Driver "Keyboard"
+ Driver "kbd"
Option "XkbModel" "logicordless"
Option "XkbLayout" "us,cz,de"
@@ -110,7 +110,7 @@ use another variant but basic. The configuration snippet then changes into:
Section "InputDevice"
Identifier "Keyboard1"
- Driver "Keyboard"
+ Driver "kbd"
Option "XkbModel" "logicordless"
Option "XkbLayout" "us,cz,de"
@@ -166,7 +166,7 @@ Look at the following example:
Section "InputDevice"
Identifier "Keyboard0"
- Driver "Keyboard"
+ Driver "kbd"
Option "XkbKeycodes" "xorg"
Option "XkbTypes" "default"
@@ -192,6 +192,5 @@ been obsoleted by previously described rules files which are far more flexi-
ble and allow simpler and more intuitive syntax. It is preserved merely for
compatibility reasons. Avoid using it if it is possible.
- Generated from Id: XKB-Config.sgml,v 1.1.4.1.6.2 eich Exp $
-
+$XdotOrg$