Hi guys,
I have a portrait 1080 x 1920 touchscreen. I had to add: display_rotate=3 to the config file at /boot/
My display is perfect but my touch is all over the shop? I think its still in landscape mode?
How can i fix this?
What i did with screen:
I opened /boot/config.txt
With a text editor and searched for the line:
lcd_rotate=2
Under that i added: display_rotate=3
Any help is appreciated!
Thanks.
SOLVED:
Solved my issue by editing /root/.xinitrc and adding "xinput --set-prop 'DRIVER NAME HERE' 'Coordinate Transformation Matrix' 0 -1 1 1 0 0 0 0 1".