conf: add a descriptive header with warning to example config file

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer
2011-03-18 10:34:03 +10:00
parent bc01d6a88a
commit b7acee2346
2 changed files with 16 additions and 0 deletions

View File

@@ -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">

View File

@@ -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"