summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2009-02-15 15:27:41 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2009-02-15 15:27:41 +0000
commit2b8179b5608fe2f127335ad960e99af3fcbce9d5 (patch)
tree7aea543deca3ea8fa76db5b0e6ef8ebdb34511fa
parentd566a69282c82980e1a8e59fced838bfb185ea71 (diff)
Saner defaults for proposed keyboard configuration:
- set XkbModel to "sun" to get working L-keys - leave XkbLayout empty so that it's inherited from wscons/
-rw-r--r--distrib/notes/README.sparc645
1 files changed, 2 insertions, 3 deletions
diff --git a/distrib/notes/README.sparc64 b/distrib/notes/README.sparc64
index 18c6c6174..eab07492c 100644
--- a/distrib/notes/README.sparc64
+++ b/distrib/notes/README.sparc64
@@ -85,8 +85,7 @@ EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
- Option "XkbRules" "xorg"
- Option "XkbLayout" "us"
+ Option "XkbModel" "sun"
EndSection
# USB Mice
@@ -267,4 +266,4 @@ See xorg.conf(5) for more options.
problem_blurb
-$OpenBSD: README.sparc64,v 1.7 2009/01/12 20:46:58 miod Exp $
+$OpenBSD: README.sparc64,v 1.8 2009/02/15 15:27:40 matthieu Exp $