2011-04-10 06:04:29 -06:00
|
|
|
# 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"
|
|
|
|
#
|
2011-04-09 02:38:27 -06:00
|
|
|
Section "InputClass"
|
|
|
|
Identifier "touchpad catchall"
|
|
|
|
Driver "synaptics"
|
|
|
|
MatchIsTouchpad "on"
|
2011-04-10 06:04:29 -06:00
|
|
|
# This option is recommend on all Linux systems using evdev, but cannot be
|
|
|
|
# enabled by default. See the following link for details:
|
|
|
|
# http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html
|
|
|
|
# MatchDevicePath "/dev/input/event*"
|
2011-04-09 02:38:27 -06:00
|
|
|
EndSection
|