From 8defad664a5c2385ac637eb52f6d6c78778fb6d1 Mon Sep 17 00:00:00 2001 From: Michael Banck Date: Thu, 2 Mar 2006 17:23:00 +0000 Subject: none --- Hurd/DebianXorg.mdwn | 17 +---------------- 1 file changed, 1 insertion(+), 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?** - ### Selecting & Configuring Packages -BDd: You currently need to pull the xserver-xorg package from . +You currently need to pull the xserver-xorg package from , 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 - ### Starting X Finally, run `startx` -- cgit v1.2.3