<div dir="ltr">Hello, i created a simple calibration widget to calculate the CTM but xinput refused to apply the CTM.<div>When i start X without any X Application running  and then (over ssh shell) type</div><div> </div><div><div>xinput set-prop 'my touch' 'Coordinate Transformation Matrix' a b c d e f g h i</div><div><br></div></div><div>without any error, NOTHING happens. no error, no change to the property.</div><div><br></div><div>BUT: when I start X, then aterm and after the aterm window is visible,</div><div>i can succesfully apply the matrix with  "xinput set-prop 'my touch' 'Coordinate Transformation Matrix' a b c d e f g h i"</div><div><br></div><div>Is this intended behavior?</div><div><br></div><div>re,</div><div>Jens Harms</div><div><br></div><div>For the curious, i uploaded the full source:</div><div><br></div><div>git clone <a href="https://github.com/xtforever/xtcal.git">https://github.com/xtforever/xtcal.git</a> </div><div><br></div><div>you can add as many calibration points as you wish, the least sqare <br></div><div>algo will calculate the correct matrix.</div><div><br></div><div><br></div><div><div class="gmail_extra"><div class="gmail_quote">2016-10-20 7:52 GMT+02:00 Peter Hutterer <span dir="ltr"><<a href="mailto:peter.hutterer@who-t.net" target="_blank">peter.hutterer@who-t.net</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span class="gmail-">On Wed, Oct 19, 2016 at 03:52:56PM +0200, Jens Harms wrote:<br>
> Hi. I try to calibrate  a resisitive Touchscreen.<br>
> The touchscreen is a bit rotatated (3-5 degree), therefore i can not use<br>
> xinput_calibrator. I try to understand how the the evdev driver works.<br>
><br>
> Do i need to set "Evdev Axis Calibration" and "Coordinate Transformation<br>
> Matrix" ? Or is it sufficent to set the CTM alone?<br>
<br>
</span>don't use the axis calibration, use the matrix only.<br>
<span class="gmail-"><br>
> How are Touch coordinates calculated? Which transformations are applied to<br>
> the raw data?<br>
<br>
</span>the matrix is a basic transformation matrix, so you can use your normal<br>
rotational elements, etc. The values are normalized to [0, 1] where 1<br>
represents "total width" or "total height".<br>
<br>
<a href="https://wiki.archlinux.org/index.php/Calibrating_Touchscreen" rel="noreferrer" target="_blank">https://wiki.archlinux.org/<wbr>index.php/Calibrating_<wbr>Touchscreen</a><br>
<a href="https://wiki.ubuntu.com/X/InputCoordinateTransformation" rel="noreferrer" target="_blank">https://wiki.ubuntu.com/X/<wbr>InputCoordinateTransformation</a><br>
<br>
Cheers,<br>
   Peter<br>
</blockquote></div><br></div></div></div>