Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Properly support for system sleep cycles #166
Conversation
* fixed inhibition counter going crazy sometimes, preventing inhibition release to work * hook on systemd logind .PrepareForSleep signal to properly manage suspend cycles pausing all clight functions and resuming them on startup * Exposing a new Pause method from clight dbus API to suspend / resume internal functions; this is needed to allow non-systemd systems to properly let clight manage suspend cycles (you can just write a script that is run before/after suspend that calls "Pause true/false)" * Added a resumedelay to eventually delay clight function resume upon system resume from sleep of up to 30s; this can be useful for slow-to-resume systems, to avoid clight failing to eg: set gamma. Instead, the gammadelay option was dropped as it is now superseeded. * Probably much more
No description provided.