SUMMARY *** Hello, I'm using kwin-5.23.5-2 on aarch64 and an FB device is used for backend. Tha problem is that I can't rotate the screen using kscreen-doctor like kscreen-doctor output.1.rotation.left. Does fb support rotation? *** STEPS TO REPRODUCE 1. kscreen-doctor output.1.rotation.left EXPECTED RESULT: A screen is rotated. SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION
More recent versions of KWin do not support fbdev at all since fbdev has been deprecated for a long time. KWin only supports using DRM now, so I'd recommend you get that working with your device, possibly using SimpleDRM
(In reply to Nicolas Fella from comment #1) > More recent versions of KWin do not support fbdev at all since fbdev has > been deprecated for a long time. > > KWin only supports using DRM now, so I'd recommend you get that working with > your device, possibly using SimpleDRM So looks like rotation wasn't implemented at all in fbdev, right? There is no updateTransform implementation for fbdev
yes, it's probably just a case of "nobody implemented it"