summaryrefslogtreecommitdiff
path: root/Hurd/Xfree86.mdwn
diff options
context:
space:
mode:
authorTWikiGuest <web-hurd@gnu.org>2005-05-01 21:59:14 +0000
committerTWikiGuest <web-hurd@gnu.org>2005-05-01 21:59:14 +0000
commit55aa49b35d6ef68a8dfee63c182de4fcd2b9defc (patch)
tree0af064eec292497df632e18f18c0be3faa969a37 /Hurd/Xfree86.mdwn
parent760ff9a60f8d4fc4727586696e5f197437d4e63e (diff)
none
Diffstat (limited to 'Hurd/Xfree86.mdwn')
-rw-r--r--Hurd/Xfree86.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/Hurd/Xfree86.mdwn b/Hurd/Xfree86.mdwn
index 8129d849..7aea867a 100644
--- a/Hurd/Xfree86.mdwn
+++ b/Hurd/Xfree86.mdwn
@@ -13,7 +13,7 @@ See [[HurdConsole]] for more details.
First, set up the keyboard translator. Using `/hurd/kbd` and `/hurd/mouse` is not supported. You should instruct Hurd console to repeat keyboard events to `/dev/cons/kbd`, and mouse events to `/dev/cons/mouse`:
# console -d vga -d pc_kbd --repeat=kbd -d generic_speaker \
- -d pc_mouse --repeat=mouse --protocol=ps/2 -c /dev/cons /dev/vcs
+ -d pc_mouse --repeat=mouse --protocol=ps/2 --console-note=/dev/cons /dev/vcs
Symbolic links to repeaters should be created too:
@@ -99,3 +99,5 @@ Dito. -- [[Main/JoachimNilsson]] - 12 Jan 2003
`/hurd/kbd` is no longer supported. -- [[Main/OgnyanKulev]] - 11 Aug 2004
`/hurd/mouse` is deprecated. -- [[Main/OgnyanKulev]] - 21 Sep 2004
+
+-c /dev/cons is now --console-note=/dev/cons -- Sven 01 May 2005