From 971aefec67d07f3f42c66182c47c65349d23db15 Mon Sep 17 00:00:00 2001
From: Barry deFreese <bddebian@comcast.net>
Date: Thu, 2 Mar 2006 22:08:41 +0000
Subject: none

---
 Hurd/DebianXorg.mdwn | 29 +++++++++++++++++++++--------
 1 file changed, 21 insertions(+), 8 deletions(-)

(limited to 'Hurd')

diff --git a/Hurd/DebianXorg.mdwn b/Hurd/DebianXorg.mdwn
index 7158578f..488d25c6 100644
--- a/Hurd/DebianXorg.mdwn
+++ b/Hurd/DebianXorg.mdwn
@@ -47,7 +47,7 @@ This currently seems to be broken in the Debian package so it may be easier to j
 
 ### <a name="Edit_xorg_conf"> Edit xorg.conf </a>
 
-Here is an example of my xorg.conf:
+Here is an example of an xorg.conf using VESA at 800x600 that works on my Dell laptop:
 
     # /etc/X11/xorg.conf (xorg X Window System server configuration file)
     #
@@ -109,9 +109,18 @@ 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"
+       Driver      "vesa"
     EndSection
 
     Section "Monitor"
@@ -129,30 +138,34 @@ Here is an example of my xorg.conf:
        DefaultDepth   24
        SubSection "Display"
           Depth      1
-          Modes      "1024x768"
+          Modes      "800x600"
        EndSubSection
        SubSection "Display"
           Depth      4
-          Modes      "1024x768"
+          Modes      "800x600"
        EndSubSection
        SubSection "Display"
           Depth      8
-          Modes      "1024x768"
+          Modes      "800x600"
        EndSubSection
        SubSection "Display"
           Depth      15
-          Modes      "1024x768"
+          Modes      "800x600"
        EndSubSection
        SubSection "Display"
           Depth      16
-          Modes      "1024x768"
+          Modes      "800x600"
        EndSubSection
        SubSection "Display"
           Depth      24
-          Modes      "1024x768"
+          Modes      "800x600"
        EndSubSection
     EndSection
 
+    Section "DRI"
+       Mode   0666
+    EndSection
+
 ### <a name="Starting_X"> Starting X </a>
 
 Finally, run `startx`
-- 
cgit v1.2.3