Re: [PATCH v3 weston] libinput: normalize WL_CALIBRATION before passing it to libinput

2014-09-12 Thread Pekka Paalanen
On Tue, 9 Sep 2014 13:02:25 +1000 Peter Hutterer wrote: > WL_CALIBRATION, introduced in weston-1.1, requires the translation component > of the calibration matrix to be in screen coordinates. libinput does not have > access to this and it's not a very generic way to do this anyway. So with > the

[PATCH v3 weston] libinput: normalize WL_CALIBRATION before passing it to libinput

2014-09-08 Thread Peter Hutterer
WL_CALIBRATION, introduced in weston-1.1, requires the translation component of the calibration matrix to be in screen coordinates. libinput does not have access to this and it's not a very generic way to do this anyway. So with the libinput backend, WL_CALIBRATION support is currently broken (#827