[RFC] Feature proposal to speed up the computer when the display is turned off.

Carsten Haitzler raster at rasterman.com
Mon Feb 10 10:28:03 UTC 2025


On Sun, 9 Feb 2025 22:52:12 -0500 Vitalii <skikunvitalii07 at gmail.com> said:

> Basically, the kernel freezes the GUI tasks when
> the display is turned off so that they don't run but
> also don't exit. When the display is turned back on
> again or a command returns any exit code, all GUI
> tasks are unfrozen. And this loads right before the
> first process that the init system launches.

this has nothing to do with wayland... it's a matter for your desktop
environment or daemons below that in the stack to have such policies. if by
freeze you mean SIGSTOP then you're likely in for trouble too as many apps will
need to do little things in the background - like an email client poll for
email. an irc client simply read its tcp connection for irc messages. without
doing this eventually buffers will fill and connections and thus messages get
lost. but again - not a wayland matter.


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
Carsten Haitzler - raster at rasterman.com



More information about the wayland-devel mailing list