08-23-2023, 09:56 PM
(This post was last modified: 08-23-2023, 10:34 PM by KelsonV.
Edit Reason: Add what actually worked to laucnh it on LXQt start
)
I got the touchscreen rotated in LXQt (on X11), based on the sway thread I linked to earlier. I just had to locate the X11 way of doing it and figure out which package xinput and xrandr were in!
This installs xinput and aligns the touchscreen with the display.
Edit: I did finally get it to run on LXQt session start!
1. Put the xinput line in a shell script and made it executable.
2. Go to LXQt Settings>Session Settings>Autostart and add a new entry to the global list called "Rotate Touchscreen" pointing to the script.
3. Check the box for "Wait for system tray"
This installs xinput and aligns the touchscreen with the display.
Code:
sudo pacman -Sy xorg-xinput
xinput map-to-output 'pointer:Goodix Capacitive TouchScreen' DSI-1
Edit: I did finally get it to run on LXQt session start!
1. Put the xinput line in a shell script and made it executable.
2. Go to LXQt Settings>Session Settings>Autostart and add a new entry to the global list called "Rotate Touchscreen" pointing to the script.
3. Check the box for "Wait for system tray"