diff options
Diffstat (limited to 'Hurd')
-rw-r--r-- | Hurd/Xfree86.mdwn | 4 |
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 |