summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2009-01-12 20:46:59 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2009-01-12 20:46:59 +0000
commit047a5a77e3f42fb88aa89e9e20196ca3cd946c52 (patch)
treed2a287fe95b156a638926457a3b4b4ad24765d8e
parent9b4db2368af8c6510717eab9382a07100acf1c2f (diff)
Sync suggested configuration file with wsmux kernel changes. One step closer
to X.org able to run without a configuration file. ok matthieu@
-rw-r--r--distrib/notes/README.sparc648
1 files changed, 3 insertions, 5 deletions
diff --git a/distrib/notes/README.sparc64 b/distrib/notes/README.sparc64
index eaa36f2f5..18c6c6174 100644
--- a/distrib/notes/README.sparc64
+++ b/distrib/notes/README.sparc64
@@ -84,9 +84,7 @@ EndSection
# All Sun keyboards (USB Type 6, Serial Type 3/4/5/6)
Section "InputDevice"
Identifier "Keyboard0"
- Driver "keyboard"
- Option "Protocol" "wskbd"
- Option "Device" "/dev/wskbd0"
+ Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbLayout" "us"
EndSection
@@ -96,7 +94,7 @@ Section "InputDevice"
Identifier "wsmouse0"
Driver "mouse"
Option "Protocol" "wsmouse"
- Option "Device" "/dev/wsmouse0"
+ Option "Device" "/dev/wsmouse"
EndSection
# Serial mice on zstty ports
@@ -269,4 +267,4 @@ See xorg.conf(5) for more options.
problem_blurb
-$OpenBSD: README.sparc64,v 1.6 2009/01/01 19:30:20 miod Exp $
+$OpenBSD: README.sparc64,v 1.7 2009/01/12 20:46:58 miod Exp $