Author: alexander
Date: 2006-07-20 08:46:48 -0600 (Thu, 20 Jul 2006)
New Revision: 1674

Modified:
   trunk/etc/X11/xorg.conf
Log:
Touchpad configuration in xorg.conf

Modified: trunk/etc/X11/xorg.conf
===================================================================
--- trunk/etc/X11/xorg.conf     2006-07-20 07:36:19 UTC (rev 1673)
+++ trunk/etc/X11/xorg.conf     2006-07-20 14:46:48 UTC (rev 1674)
@@ -29,11 +29,15 @@
 
 Section "InputDevice"
        Identifier      "Generic Mouse"
-       Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
+# Mouse-specific options, comment out if using a touchpad
+       Driver          "mouse"
        Option          "Protocol"              "ExplorerPS/2"
-       Option          "Emulate3Buttons"       "false"
+       Option          "Emulate3Buttons"       "true"
+## Touchpad specific options
+#      Driver          "synaptics"
+#      Option          "Protocol"              "auto-dev"
 EndSection
 
 Section "Device"

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to