blob: 3aa1b8e60a053a73659eaddc541dd4e2ed6ac0c9 [file] [log] [blame]
# Configure touchpads to use Chromium Multitouch (cmt) X input driver
Section "InputClass"
Identifier "touchpad eve-kvm"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
MatchProduct "ACPI0C50:00 18D1:5028 Touchpad"
# Use new touchpad gesture stack
Option "Touchpad Stack Version" "2"
Option "Integrated Touchpad" "1"
# default calibration values for Centroiding firmware
Option "Pressure Calibration Offset" "0.0"
Option "Pressure Calibration Slope" "2.0"
Option "Pressure Minimum Threshold" "0.1"
# Enable Stationary Wiggle Filter
Option "Stationary Wiggle Filter Enabled" "1"
Option "Finger Moving Energy" "0.0008"
Option "Finger Moving Hysteresis" "0.0004"
Option "Filter Low Pressure" "1"
Option "Pinch Enable" "1"
Option "Palm Pressure" "220.0"
Option "Palm Width" "12.0"
Option "Multiple Palm Width" "30.0"
Option "Palm Filter Top Edge Enable" "1"
Option "Smooth Accel" "1"
Option "Tap Minimum Pressure" "15.0"
EndSection