Using the Arch wiki as a template, I set the synaptics settings to get it almost where it needs to be. It ignores the bottom quarter of the touchpad, but when one clicks a button it still registers it as a touch. Here's what I have in my xorg.conf.d settings file:
- Code: Select all
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
Option "JumpyCursorThreshold" "90"
Option "AreaBottomEdge" "4100"
EndSection
It seems as though Ubuntu varients have a modified/hacked synaptics driver in their releases. I'm wondering if trying to install the hacked driver might be an alternate route.
Any guesses?




