display sleep

About this tag
The display sleep tag covers issues related to Windows power-saving features that turn off the display after a period of inactivity. Discussions include conflicts between screen saver timeouts and display sleep timeouts, where the screen saver may be terminated prematurely when the display powers off. Users also report problems with applications not receiving WM_POWERBROADCAST messages during display sleep transitions, which can affect frontend applications that rely on these notifications to manage their behavior. Troubleshooting often involves adjusting power settings and understanding how Windows manages display power states.
  1. liz08

    Windows 10 Screen Saver getting killed when display is turned off due to powersave timeout.

    I have a frontend application always running and receiving windows messages. When screen saver timeout is less than powersave timeout, my screen saver is getting killed and my frontend application is not receiving WM_POWERBROADCAST message when the displaying is going for sleep. Also due to...
Back
Top