matthewwardrop / linux-surfacepro3

Arch Linux package to compile the Linux kernel with patches designed to improve user experience on the Surface Pro 3.
99 stars 19 forks source link

Multitouch potentially working #1

Closed FrauH0lle closed 9 years ago

FrauH0lle commented 9 years ago

Thank you very much for your effort providing a working PKGBUILD!! Just wanted to comment about the new multitouch functionalitiy: according to https://github.com/nuclearsandwich/surface3-archlinux/issues/4 the full functionality can be unlocked by creating a file in Xorg.conf.d containing

Section "InputClass" Identifier "Default clickpad buttons" MatchDriver "synaptics" Option "ClickPad" "true" Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0" Option "SecondarySoftButtonAreas" "58% 0 0 15% 42% 58% 0 15%" EndSection

For me, this works flawless.

colorprint commented 9 years ago

Yes, with synaptics drivers and ClickPad option enabled right click works fine.

matthewwardrop commented 9 years ago

I've added the Xorg configuration to the linux package (yeah... not totally clean... hopefully this won't be necessary in the future). The multitouch patch is now applied by default.

Thanks for reporting this :).