diff options
author | Michael Banck <mbanck@gmx.net> | 2006-03-02 17:23:00 +0000 |
---|---|---|
committer | Michael Banck <mbanck@gmx.net> | 2006-03-02 17:23:00 +0000 |
commit | 8defad664a5c2385ac637eb52f6d6c78778fb6d1 (patch) | |
tree | ba0c741dffd4b029baee8107e250ac9c1fd543cf /Hurd | |
parent | 3dd42dde16b3c61bcd46934b4aef2b130ff0a85c (diff) |
none
Diffstat (limited to 'Hurd')
-rw-r--r-- | Hurd/DebianXorg.mdwn | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/Hurd/DebianXorg.mdwn b/Hurd/DebianXorg.mdwn index 323e62a2..7158578f 100644 --- a/Hurd/DebianXorg.mdwn +++ b/Hurd/DebianXorg.mdwn @@ -22,11 +22,9 @@ Symbolic links to repeaters should also be created: # ln -s /dev/cons/kbd /dev/kbd # ln -s /dev/cons/mouse /dev/mouse -**BDd: Is this already done in the Debian package?** - ### <a name="Selecting_amp_Configuring_Packag"> Selecting & Configuring Packages </a> -BDd: You currently need to pull the xserver-xorg package from <http://dept-info.labri.fr/~thibault/debian-hurd/>. +You currently need to pull the xserver-xorg package from <http://dept-info.labri.fr/~thibault/debian-hurd/>, otherwise clients will not be able to connect to your X server. The `x-window-system-core` package brings you most of what you need for a base, plus you need to choose a window manager: @@ -111,15 +109,6 @@ Here is an example of my xorg.conf: Option "Protocol" "osmouse" EndSection - Section "InputDevice" - Identifier "Synaptics Touchpad" - Driver "synaptics" - Option "SendCoreEvents" "true" - Option "Device" "/dev/psaux" - Option "Protocol" "auto-dev" - Option "HorizScrollDelta" "0" - EndSection - Section "Device" Identifier "Videocard0" Driver "ati" @@ -164,10 +153,6 @@ Here is an example of my xorg.conf: EndSubSection EndSection - Section "DRI" - Mode 0666 - EndSection - ### <a name="Starting_X"> Starting X </a> Finally, run `startx` |