Dorian Stoll

Results 296 comments of Dorian Stoll

> Do you think the issue (yellow contacts and touch still doesn't work) has anything to do with the bad part of screen? If so, can I "ban" the bad...

So, basically: With the kernel driver and the iptsd that are shipped in the repositories, the hardware will always run in multitouch mode. Multitouch mode means, that the device will...

This is not much use for development, but for other service managers this can already be done, create a wrapper script that calls `exec /usr/bin/iptsd $(iptsd-find-hidraw)`. The problem with this...

An alternative to a full blown extension might be to implement support for appindicators into the per-user daemon. That would allow for UI integration in a cross-DE way. It would...

Is this with the pen or with a finger? Have you tried calibrating iptsd? https://github.com/linux-surface/iptsd/wiki/Calibrating-iptsd

Have you tried calibrating iptsd? https://github.com/linux-surface/iptsd/wiki/Calibrating-iptsd Could you try grabbing a binary log for me, so that I can check what iptsd sees? ```bash $ sudo systemctl stop $(iptsd-find-service) $...

Based on a quick test, this should help in your case: ```ini [Contacts] ActivationThreshold = 30 ``` Put this in a file `/etc/iptsd.d/99-threshold.conf` and restart iptsd `systemctl restart $(iptsd-find-service)`. If...

Have you tried calibrating iptsd? https://github.com/linux-surface/iptsd/wiki/Calibrating-iptsd The SP4 is notorious for returning very noisy data. The default algorithm is not able to deal with noisy data very well. There is...

Is there a value that works well with different kinds of pens, that we could use as the default? IIRC @qzed mentioned that 3000 or 4000 seems to be OK...

You are building a package that has not been updated for years. If you want a newer version of iptsd than the one in the repo, you need to clone...