You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dorian Stoll edited this page Aug 1, 2022
·
5 revisions
Setup
Single-touch is supported out-of-the-box.
For multi-touch and pen support, you will have to install IPTSd.
For Arch Linux, refer to the instructions below.
For other distributions, see the README.md file of IPTSd.
If you experience any issues with spurious button presses being detected from the pen, you might need to add this to /etc/ipts.conf:
[DFT]
ButtonMinMag = 4000
Arch Linux
On Arch Linux, you can build and install IPTSd as package via
git clone https://github.com/linux-surface/iptsd
cd iptsd
makepkg -fsi