Your analysis of KDE waking up the monitor by sending a sleep signal is
interesting. (I don't know how you figured that out.)
At one point I understood that `dpms` was buggy. That `kwin` had difficulties
communicating with `dmps` for intrinsic reasons, and that it will never be
fixed anyway, nor even investigated, because `xorg` isn't developed any longer.
I don't remember what exactly made me believe that in the first place.
Consequently I endeavored to see what could be done with `wayland`.
I found out that a command that shows how the kernel see the monitor,
`drm_info`, invariably returns correct information, unless `kwin` is running,
in which case those data became preposterous, wrong. Just as if it is the
whole `kwin` stake that might have issues. Again it is the layman view, I'm
probably completely mistaken. However it does work quite all right with gnome/
wayland if I remember correctly.
Here, what I found about that at the time:
https://bugs.kde.org/show_bug.cgi?id=404092
(I'm not sure nobody ever read what I wrote. They must have a lot on their
plate.)
At one point I did use that sort of command:
`while true; do xset dpms 10 10 10; sleep 10; xset dpms force off; sleep 600;
done`
But it wasn't working very well neither, as if something was messing around
with it in the background, and even though it did seem bullet proof, the
monitor always manage to wake up now and then, only for a short time, which
was resulting in a sort of very slow flickering, not sure it's good for the
monitor.
Sooo, what I do now: I turn the computer off!
Oh, yes, turning the monitor off wouldn't do it, it would put such a mess, it'd
take me like 30 min, to fix it when turning it back on.
>
> Bye