summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2011-03-18 10:34:03 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2011-03-21 11:56:11 +1000
commitb7acee2346494846e80d2fe25f699081a51c49a2 (patch)
treee63ff08535cb19cdc093073548973a48b42750c8
parentbc01d6a88ae84a0b1e52b8feb93c168d5120cd58 (diff)
conf: add a descriptive header with warning to example config file
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--conf/11-x11-synaptics.fdi7
-rw-r--r--conf/50-synaptics.conf9
2 files changed, 16 insertions, 0 deletions
diff --git a/conf/11-x11-synaptics.fdi b/conf/11-x11-synaptics.fdi
index d191f41..d487f09 100644
--- a/conf/11-x11-synaptics.fdi
+++ b/conf/11-x11-synaptics.fdi
@@ -1,4 +1,11 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
+<!-- Example fdi file that assigns the synaptics driver to any touchpad in
+ the system.
+
+ DO NOT EDIT THIS FILE, your distribution will likely overwrite
+ it when updating. Copy (and rename) this file into
+ /etc/hal/fdi/policy first before adding options.
+ -->
<deviceinfo version="0.2">
<device>
<match key="info.capabilities" contains="input.touchpad">
diff --git a/conf/50-synaptics.conf b/conf/50-synaptics.conf
index d5da0cb..ff0342d 100644
--- a/conf/50-synaptics.conf
+++ b/conf/50-synaptics.conf
@@ -1,3 +1,12 @@
+# Example xorg.conf.d snippet that assigns the touchpad driver
+# to all touchpads. See xorg.conf.d(5) for more information on
+# InputClass.
+# DO NOT EDIT THIS FILE, your distribution will likely overwrite
+# it when updating. Copy (and rename) this file into
+# /etc/X11/xorg.conf.d first.
+# Additional options may be added in the form of
+# Option "OptionName" "value"
+#
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"