diff options
author | TWikiGuest <web-hurd@gnu.org> | 2005-06-08 16:14:58 +0000 |
---|---|---|
committer | TWikiGuest <web-hurd@gnu.org> | 2005-06-08 16:14:58 +0000 |
commit | 23d5f5eb868ec46eeb9f1094a7de295ee2532cc8 (patch) | |
tree | 1a3ef91efb74f66723c38db8f4a83a58ccfb0c13 /Hurd | |
parent | 5ca0a37f3cca56167595fcb8268439be97ad5ec8 (diff) |
none
Diffstat (limited to 'Hurd')
-rw-r--r-- | Hurd/Xfree86.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Hurd/Xfree86.mdwn b/Hurd/Xfree86.mdwn index 7aea867a..b353191d 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 --console-note=/dev/cons /dev/vcs + -d pc_mouse --repeat=mouse --protocol=ps/2 --console-node=/dev/cons /dev/vcs Symbolic links to repeaters should be created too: |