Swaped X axis of touchpad - solved

Hello, I load image to card and after start I discover problem with touchscreen - X axis is swaped. Please, could you give me advice where can I modify settings of touchscreen? I tryed modify standart X11 configs at /etc/X11 but probably not affected.

Thank you

Video of problem:

https://photos.app.goo.gl/lgXekX0cJm56jf483

Maybe this one helps

1 Like

Hi my config is:

Web display config:
dtoverlay=piscreen,speed=16000000,rotate=270

SSH:
root@zynthian:~# cat /etc/X11/xorg.conf.d/99-calibration.conf
Section "InputClass"
Identifier "calibration"
MatchProduct "ADS7846 Touchscreen"
Option “Calibration” "239 3919 3902 193"
Option “SwapAxes” "0"
EndSection

and good think to do is

root@zynthian:~# apt-get install -y xinput-calibrator
root@zynthian:~# DISPLAY=:0 xinput_calibrator

yep, this is helpful as well