Touchscreen calibration requires Coordinate Transformation Matrix
Posted: 27 Mar 2018, 10:43
Hi,
I'm currently trialling the Kiosk Edition and having issues with Touchscreen Calibration. Calibration works but the axis is flipped in both directions.
SSH in and run the following command fixes the issue:
The config wizard generates the following:
Removing either the Axis swap or the Axis inversion parts at the end of install generate other problems (axis seems to be rotated).
Screen is in normal position.
Any ideas how I can get the transformation matrix to stick and survice a reboot.
Best regards
I'm currently trialling the Kiosk Edition and having issues with Touchscreen Calibration. Calibration works but the axis is flipped in both directions.
SSH in and run the following command fixes the issue:
Code: Select all
xinput set-prop "Zytronic Displays Limited Zytronic, x-y, USB" "Coordinate Transformation Matrix" -1 0 1 0 -1 1 0 0 1
Code: Select all
screen_settings=VGA1:1280x1024:60.02:normal:normal:normal
touchscreen_calibration= "Zytronic Displays Limited Zytronic, x-y, USB" "Evdev Axis Calibration" 32 0 748 3 1011 | "Zytronic Displays Limited Zytronic, x-y, USB" "Evdev Axes Swap" 8 1 | "Zytronic Displays Limited Zytronic, x-y, USB" "Evdev Axis Inversion" 8 1 1
Screen is in normal position.
Code: Select all
xinput_calibrator --list
Device "Zytronic Displays Limited Zytronic, x-y, USB" id=11
Best regards