Since upgrading to Xubuntu 16.04 on my MacBook Pro 9,1, it's like the title says. But the bottom part of the trackpad still seems responsive to two-finger scrolling, and to movements that started above it.
I think this problem goes away if I remove this configuration file from /etc/X11/xorg.conf.d -
Unfortunately I need that configuration. And it didn't have any such side-effect in Lubuntu 14.04.
How to get the bottom portion of my trackpad back while keeping the right-click area and the disabled tap-to-click?
* I should add, this problem occurs even on the login screen, before any users have logged in.
I think this problem goes away if I remove this configuration file from /etc/X11/xorg.conf.d -
Code:
Section "InputClass"
Identifier "trackpad right-click area"
# Set up on a MacBook Pro; uncomment the
# next line to match only Apple trackpads:
# MatchProduct "Apple|bcm5974"
MatchDriver "synaptics"
# This option enables the bottom right corner to be a right button.
# This option is only interpreted by clickpads.
Option "SoftButtonAreas" "67% 0 72% 0 0 0 0 0"
# Disable tap to click
Option "MaxTapTime" "0"
Option "TapButton1" "0"
Option "TapButton2" "0"
Option "TapButton3" "0"
EndSection
How to get the bottom portion of my trackpad back while keeping the right-click area and the disabled tap-to-click?
* I should add, this problem occurs even on the login screen, before any users have logged in.