Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.61 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.61 KB

linux-surfacepro3

Arch Linux package to compile the Linux kernel with patches designed to improve user experience on the Surface Pro 3.

This is based on the offical Linux kernel package provided by Arch Linux at: https://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/linux .

This AUR package adds the following patches to the official Linux kernel package:

* The multitouch patches add two-finger scrolling support. Performance under Wayland seems to be poor; but I'm not sure if this is just due to Wayland. If you want to disable this patch, change line 48 of PKGBUILD to: multitouch='n'. If disabled, the Xorg configuration will not be copied to /etc/X11/xorg.conf.d/ .

Building

You will need to have imported gpg keys for the Linux kernel maintainers:

For Linus Torvalds (the major release key):

gpg --recv-keys 79BE3E4300411886

For Greg Kroah-Hartman's key (the stable patch release key):

gpg --recv-keys 38DBBDC86092693E

Then, to build the package, simply run (as usual):

makepkg