Re: Touchscreen calibration matrix changes

2022-04-08 Thread Teemu K
Persistent storage was never the problem. Issue was getting the non-default values in use, but it has now been sorted. -TeemuK On Wed, Apr 6, 2022 at 7:58 AM Peter Hutterer wrote: > > On Wed, Apr 06, 2022 at 06:02:22AM +0300, Teemu K wrote: > > On Tue, Apr 5, 2022 at 5:21 PM Pekka Paalanen wrot

Re: Touchscreen calibration matrix changes

2022-04-05 Thread Peter Hutterer
On Wed, Apr 06, 2022 at 06:02:22AM +0300, Teemu K wrote: > On Tue, Apr 5, 2022 at 5:21 PM Pekka Paalanen wrote: > > > > On Tue, 29 Mar 2022 15:31:59 +0300 > > Teemu K wrote: > > > > > Hi, > > > > > > I'm trying to get touch calibration working on Wayland/Weston for > > > resistive touch. I can ge

Re: Touchscreen calibration matrix changes

2022-04-05 Thread Teemu K
On Tue, Apr 5, 2022 at 5:21 PM Pekka Paalanen wrote: > > On Tue, 29 Mar 2022 15:31:59 +0300 > Teemu K wrote: > > > Hi, > > > > I'm trying to get touch calibration working on Wayland/Weston for > > resistive touch. I can get the calibration points and calculate > > calibration matrix values, but w

Re: Touchscreen calibration matrix changes

2022-04-05 Thread Pekka Paalanen
On Tue, 29 Mar 2022 15:31:59 +0300 Teemu K wrote: > Hi, > > I'm trying to get touch calibration working on Wayland/Weston for > resistive touch. I can get the calibration points and calculate > calibration matrix values, but when I call > libinput_device_config_calibration_set_matrix and then re

Touchscreen calibration matrix changes

2022-03-29 Thread Teemu K
Hi, I'm trying to get touch calibration working on Wayland/Weston for resistive touch. I can get the calibration points and calculate calibration matrix values, but when I call libinput_device_config_calibration_set_matrix and then read it back it would seem that the matrix is changed, but the act