39 lines
852 B
Plaintext
39 lines
852 B
Plaintext
# Access plugins
|
|
################
|
|
|
|
# Uncomment if you wish to use the linux input layer event interface
|
|
module_raw input
|
|
|
|
# For other driver modules, see the ts.conf man page
|
|
|
|
|
|
# Filter plugins
|
|
################
|
|
|
|
# Uncomment if first or last samples are unreliable
|
|
# module skip nhead=1 ntail=1
|
|
|
|
# Uncomment if needed for devices that measure pressure
|
|
module pthres pmin=1
|
|
|
|
# Uncomment if needed
|
|
# module debounce drop_threshold=40
|
|
|
|
# Uncomment if needed to filter spikes
|
|
# module median depth=5
|
|
|
|
# Uncomment to enable smoothing of fraction N/D
|
|
# module iir N=6 D=10
|
|
|
|
# Uncomment if needed
|
|
# module lowpass factor=0.1 threshold=1
|
|
|
|
# Uncomment if needed to filter noise samples
|
|
module dejitter delta=100
|
|
|
|
# Uncomment and adjust if you need to invert an axis or both
|
|
# module invert x0=800 y0=480
|
|
|
|
# Uncomment to use ts_calibrate's settings
|
|
module linear
|