diff options
author | Ognyan Kulev <ogi@fmi.uni-sofia.bg> | 2004-09-21 07:54:45 +0000 |
---|---|---|
committer | Ognyan Kulev <ogi@fmi.uni-sofia.bg> | 2004-09-21 07:54:45 +0000 |
commit | 7a0fe86f415c9b6c63961ab11190f77270028938 (patch) | |
tree | 417ed1b1aded82544287321e8d1313beb4fc9ea6 | |
parent | ce9c528a4140c9915d27fb7e78e0406ed84ddeda (diff) |
none
-rw-r--r-- | Hurd/Xfree86.mdwn | 7 |
1 files 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 ### <a name="Selecting_amp_Configuring_Packag"> Selecting & Configuring Packages </a> @@ -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 |