Description of problem: The trackpad on the new Lenovo X1 isn't correctly defined by default. It has integrated button 'fields' for the trackpoint that the driver doesn't know about. Version-Release number of selected component (if applicable): xorg-x11-drv-synaptics-1.7.4-1.fc20.x86_64 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: Fixed by adding this as a file I called /etc/X11/xorg.conf.d/10-clickpad.conf Section "InputClass" Identifier "Default clickpad buttons" MatchDriver "synaptics" # Option "SoftButtonAreas" "RBL RBR RBT RBB MBL MBR MBT MBB" Option "SoftButtonAreas" "3600 0 0 2499 2700 3599 0 2499" Option "AreaTopEdge" "2500" EndSection But I assume this should go into the driver or quirks in some way so it becomes known by default.
Created attachment 878341 [details] clickpad button configuration for 2nd gen Lenovo X1
I submitted this upstream as https://bugs.freedesktop.org/show_bug.cgi?id=76584