You are not logged in.
Pages: 1
Hello everyone, I have a touchscreen monitor that hangs upright on the wall. When starting, the image should be rotated accordingly and the touch matrix should be reset.
xrandr -o right
xinput set-prop "ILITEK ILITEK-TP" 'Coordinate Transformation Matrix' 0 1 0 -1 0 1 0 0 1
Can someone tell me how I can solve this. Thank you
Offline
Um you can setup an autostart script for this I think,
On Trinity DE by running
sudo apt-get install kcontrol-autostart-trinity -y
This would add "Autostart Manager" in "TDE Components" in the control panel
Open the autostart manager then click add, check "Run in terminal" and type your command
xrandr -o right
xinput set-prop "ILITEK ILITEK-TP" 'Coordinate Transformation Matrix' 0 1 0 -1 0 1 0 0 1
Then press enter, a new window will pop up and there you can put any any name for your command for example "monitorfixes" then press enter
with this, after the bootup is complete that command would run automatically.
I use this approach to add a custom monitor resolution using xrandr on boot,
hopefully it works out for you as well!
Offline
Pages: 1