Page 1 of 1

Rotate display 90º? (not official touch screen)

Posted: Wed Oct 18, 2017 7:55 am
by akas
I have a touch screen with 90 degree (portrait) rotation, this is what worked for me:

For display rotation, add to /boot/config.txt

Code: Select all

display_rotate=1
For touch screen rotation, run command

Code: Select all

DISPLAY=:0 /usr/bin/xinput --set-prop 'LGE Touch Device (HS) LGE HID Multi-Touch ATI0320-10' 'Coordinate Transformation Matrix'  0 1 0 -1 0 1 0 0 1 

Re: Rotate display 90º?

Posted: Wed Oct 18, 2017 6:31 pm
by DirkS
akas wrote:
Wed Oct 18, 2017 7:55 am
I have a touch screen with 90 degree (portrait) rotation, this is what worked for me:
Not the Official RPF screen, so basically irrelevant to this topic and forum section...

Re: Rotate display 90º?

Posted: Wed Oct 18, 2017 11:41 pm
by mahjongg
thats why I have split of this post, and moved it from the official display section to advanced users.
leaving it there would have confused the official display users.