Skip to content

Add support for power inhibition via powerdevil

Aditya Mehra requested to merge work/add_pm_inhibition/1 into master

Sleep and Lockscreen inhibition does not work reliably using external configuration files in all distributions, additionally there was also user request for "OLED" type displays which risk burn if display is kept statically on for long periods with a still frame and an opposite request for "CRT" type displays which do not sleep but end up showing a blue screen if system goes to sleep. This will now let both type of users control the setting as required.

  • Added support for power inhibition through power devil, by default power inhibition is turned on, inhibition will persist on boot unless modified by user
  • Added a configuration switch to bigscreen settings KCM controllable by the user to turn of / on power inhibition

Merge request reports