PineTab2 screen won't turn back on until reboot - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PineTab (https://forum.pine64.org/forumdisplay.php?fid=140) +--- Forum: PineTab Hardware (https://forum.pine64.org/forumdisplay.php?fid=143) +--- Thread: PineTab2 screen won't turn back on until reboot (/showthread.php?tid=18629) |
PineTab2 screen won't turn back on until reboot - KelsonV - 08-21-2023 This is a different problem than the one that's been reported where the screen just won't turn on at all. It's also different from suspend/hibernate not working, because the system is still running and reachable via SSH. The screen is turning off after a period of inactivity (even though I've set power management not to turn off the screen) and won't turn back on until I reboot the tablet. The keys light up when I press them. The USB network adapter I have shows activity. I can even SSH in from another computer. But the screen *does* come back on after reboot, whether I use the command line through an SSH session, or whether I just hold the power button down until it shuts off, then power it on again. I'm currently using LxQt on the factory-shipped danctnix updated to the latest with pacman. Has anyone else seen this? Any solution, or a tip for finding what else might be powering off the screen if my desktop session isn't doing it? RE: PineTab2 screen won't turn back on until reboot - cgbarros - 08-22-2023 I haven't use LxQT for a while, but I assume it runs X and not Wayland, correct? If so, try to SSH into your device and run $ xset -q What do you get? RE: PineTab2 screen won't turn back on until reboot - KelsonV - 08-22-2023 Thanks for pointing me in the right direction! Yeah, LXQT is running under X. I had to script a loop to repeatedly save that output to a log, since the remote SSH session couldn't talk to the main X session, but what I found is:
I also verified that the timeouts, lock screen etc. do still work correctly under Wayland on my device, so that's good to know! That gives me a couple of approaches (workarounds, or manually installing the newer version, etc.) to prevent the problem of it turning off when I don't want it to. (I really do not miss all that messing with X configuration back in the old days, but hey, you gotta do what works.) Then I need to figure out how to get it to turn back on. If LxQt's own power management works right (except for the dpms issue), then problem solved. It not, I figure I'll experiment with blank, standby, and suspend to see which ones (if any) the display recovers from. -------------------- For the record: Full output of xset -q after the display turns off: Code: Keyboard Control: RE: PineTab2 screen won't turn back on until reboot - diederik - 08-23-2023 (08-21-2023, 03:23 PM)KelsonV Wrote: The screen is turning off after a period of inactivity (even though I've set power management not to turn off the screen) and won't turn back on until I reboot the tablet. The keys light up when I press them. The USB network adapter I have shows activity. I can even SSH in from another computer. I'm using a self-assembled Debian (Trixie) system with self-compiled kernel running KDE, and I've run into this problem too. AFAICT it's all running Wayland, perhaps except SDDM. I haven't found a solution yet, but I'm very much interested in one. Haven't verified if it's also present in the Danctnix system though. |