Skip to content

jxlarrea/RunOnDisplayWakeup

Repository files navigation

RunOnDisplayWakeup

ledoge/novideo_srgb is a fantastic application to clamp wide gamut displays to sRGB based on the chromaticities provided in EDID or ICC profiles. Unfortunately whenever the display goes into standby mode, the clamp is lost and manual reapply is needed within novideo_srgb. As a quick workaround, I created this little .NET Core background service which does the following:

  1. Polls NVAPI every 5 seconds to check if the primary display is not active.
  2. When the display becomes active, it will gracefully shutdown novideo_srgb.exe using "taskkill".
  3. Restarts novideo_srgb.exe with the "-minimize" argument.

Gets the job done, but would be nice for this behavior to exist in novideo_srgb itself.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages