From 7a0fe86f415c9b6c63961ab11190f77270028938 Mon Sep 17 00:00:00 2001 From: Ognyan Kulev Date: Tue, 21 Sep 2004 07:54:45 +0000 Subject: none --- Hurd/Xfree86.mdwn | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Hurd/Xfree86.mdwn b/Hurd/Xfree86.mdwn index eb154850..77b6707b 100644 --- a/Hurd/Xfree86.mdwn +++ b/Hurd/Xfree86.mdwn @@ -15,9 +15,10 @@ First, set up the keyboard translator. Using `/hurd/kbd` and `/hurd/mouse` are n # console -d vga -d pc_kbd --repeat=kbd -d generic_speaker \ -d pc_mouse --repeat=mouse --protocol=ps/2 -c /dev/cons /dev/vcs -Symbolic link needed for `kbd` should be created too: +Symbolic links to repeaters should be created too: # ln -s /dev/cons/kbd /dev + # ln -s /dev/cons/mouse /dev ### Selecting & Configuring Packages @@ -53,7 +54,7 @@ Now you have to edit the file manually to ensure that the mouse sections look li Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" - Option "Device" "/dev/cons/mouse" + Option "Device" "/dev/mouse" Option "Protocol" "osmouse" EndSection @@ -61,7 +62,7 @@ Now you have to edit the file manually to ensure that the mouse sections look li Identifier "Generic Mouse" Driver "mouse" Option "SendCoreEvents" "true" - Option "Device" "/dev/cons/mouse" + Option "Device" "/dev/mouse" Option "Protocol" "osmouse" EndSection -- cgit v1.2.3