06-19-2023, 05:50 PM
(06-19-2023, 08:44 AM)DeltaWhy Wrote: This worked to rotate the display for me, but not the touchscreen. I fixed the touchscreen by installing xorg-xinput and adding this additional line to the Xsetup script:
Code:xinput set-prop "pointer:Goodix Capacitive TouchScreen" --type=float "Coordinate Transformation Matrix" 0 1 0 -1 0 1 0 0 1
Glad to hear the fix worked for you. I actually just realized this issue last night when I tried to login without the keyboard attached. Installed xorg-xinput and added your line to the Xsetup script and it works great. Thanks so much for posting this.