1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
# /etc/default/tpconfig: configuration file for tpconfig.
# This file is managed by debconf when installing or reconfiguring the
# package. It is generated by merging the answers gathered by debconf
# into the template file "/usr/share/tpconfig/tpconfig.conf".
# Some machines do not reset the touchpad hardware when they are
# booted and/or resumed. On these machines, it is necessary to
# manually reset the touchpad. Set this to "true" to do a manual
# reset when the system is started or resumed. Set it to "false" if
# you don't want this.
RESET_P=false
# Specify any command-line options you want passed to tpconfig at boot
# or resume time. (Note that if you specified above that the touchpad
# is to be reset, then it will be reset first, and then any options
# specified here done after.) For example, one common option is
# "--tapmode=0", which tells the touchpad to disable "tapping", to
# prevent spurious mouse events being caused by accidentally brushing
# against the touchpad.
OPTIONS=
|