summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2011-08-06 13:16:04 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2011-08-06 13:16:04 +0200
commitba39ad0e85fbb60f65e21c1a4b9557bbddb3b8b4 (patch)
treeb890759fd1acfbab128b12718f2a474d8cbc7a72 /hurd
parent6a2711d5e6896dfeb3d4d5342ec904dce1b22b77 (diff)
Update
Diffstat (limited to 'hurd')
-rw-r--r--hurd/running/debian/after_install.mdwn33
1 files changed, 3 insertions, 30 deletions
diff --git a/hurd/running/debian/after_install.mdwn b/hurd/running/debian/after_install.mdwn
index 62fd3574..36c37281 100644
--- a/hurd/running/debian/after_install.mdwn
+++ b/hurd/running/debian/after_install.mdwn
@@ -42,10 +42,10 @@ you. See [[GRUB]]'s page for this.
# Setup `apt-get`
Sometimes getting `apt-get` to work is not straightforward. Good mirrors to
-put in `/etc/apt/sources.list` are (as of Jan 2007):
+put in `/etc/apt/sources.list` are:
- deb http://mirrors.kernel.org/debian unstable main contrib
- deb-src http://mirrors.kernel.org/debian unstable main contrib
+ deb http://ftp.debian.org/debian unstable main contrib
+ deb-src http://ftp.debian.org/debian unstable main contrib
deb http://ftp.debian-ports.org/debian unreleased main
deb-src http://ftp.debian-ports.org/debian unreleased main
@@ -75,38 +75,11 @@ You can also call the Hurd console manually with the proper arguments:
console -d vga -d pc_kbd --repeat=kbd -d pc_mouse --repeat=mouse \
-d generic_speaker -c /dev/vcs
- cd /dev
- ln -s cons/kbd .
- ln -s cons/mouse .
-
# [[Hurd/DebianXorg]]
You first must have setup the virtual console. See above.
-Assuming you've installed WindowMaker and have tried running `startx` already:
-
- [/etc/xorg.conf]
-
- Section "Module"
- # Load "dri"
- # Load "speedo"
- .
- .
- .
- EndSection
-
- Section "InputDevice"
- Identifier "Configured Mouse"
- Driver "mouse"
- Option "CorePointer"
- Option "Device" "/dev/mouse"
- Option "Protocol" "osmouse"
- EndSection
-
-Make sure not to have the `Emulate3Buttons` and `ZAxisMapping` settings set, as
-they lead to problems with e.g. dragging windows around.
-
# What about package XYZ?
See if you can find a useful tip in [[package_troubleshooting]].