Hi guys, after going to: system settings -> displays -> orientation -> and changing it to: clockwise, anticlockwise or upside down Display is rotating and that is great. Touches are interpreted like screen is in original position. It look like code rules responsible for interpretation of touches are still the same as it was before changing orientation.
Martin, is this in KWin?
X11 or Wayland?
I run this command echo $XDG_SESSION_TYPE and get this result: x11 However i found the way of fixing that and wrote simple script that solves the problem and even give extra feature of autorotation: https://gist.github.com/Migacz85/3f544933ce5add438555ba7cd33f0413 with simple installation of onboard keyboard I get fully functional autorotating desktop on my laptop hp x360 13-s150sa with virtual keyboard. it would be great to port this features to next versions of kde manjaro.
I can confirm such problem on neon dev unstable under X11.
Out of scope for KWin on X11. The Arch wiki contains good instructions. This needs to be implemented in the display server (xorg) and naturally it's implemented correctly on Wayland.