Hi,
I have a GDP pocket 4 that has a touch screen but the problem is that the way it is mounted, the panel is the “wrong way” by default (its connected horizontally to the bottom of the laptop but reports it is vertical).
Systemd already provides an accel mount matrix for my display:
At first I was playing around with changing the accel mount stuff, but nothing I tried worked until I landed on the following kernel params
boot.kernelParams = ["fbcon=rotate:1" "video=eDP-1:panel_orientation=right_side_up"];
hardware.sensor.iio.enable = true;
and everything worked great.
after this change in 6.6.1:
my screen now is back to the “wrong” behaviour of being displayed the “wrong” way.
I guess the old way was wrong, but now what do I do to get my screen oriented the right way?