https://bugs.kde.org/show_bug.cgi?id=504611
Zamundaaa <xaver.h...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|WAITINGFORINFO |--- Status|RESOLVED |REPORTED --- Comment #4 from Zamundaaa <xaver.h...@kde.org> --- > Now, it is unclear to me how the test for the tablet mode works on the > kde/plasma side Try > sudo libinput debug-events you should get events as the switch changes state. As for getting the current state, that's done with libinput API in the compositor, not sure if there's any command line tool to tell you about it. > And how can one say if the hardware supports communicating the mode > (tablet/not tablet) at all? Because if the hardware does not, the GUI should > probably not propose the "only in tablet mode" tickbox at all. You can manually switch tablet mode in the settings as well. > When you select an "initial" rotation from the kernel boot parameters, with > something like "video=DSI-1:panel_orientation=right_side_up" I don't have a device with a (working) auto rotate sensor, so I can't verify that works as expected, but it was tested by others when it was implemented and has matching autotests, so I'm pretty sure it still works the same. That kernel option doesn't set an initial rotation though, it tells KWin that the display hardware is rotated vs. the rest of the device (and vs. the sensor!) - are you sure that it's not working correctly, with that in mind? -- You are receiving this mail because: You are watching all bug changes.