Description
This feature allow users to select an auto mode, which would automatically detect the laptop's current mode; for example, if the laptop is running on battery power, it would use "integrated" mode, and if it is plugged into AC power, it would use "hybrid" mode.
Approaches
- Detect whether the device is running on AC power or battery power, and depending on whether it's using battery power, use the integrate mode; if it's using AC power, use the hybrid mode (systemd-logind).
- Using the ppd/tuned modes... if the user sets the mode to battery (integrated), balanced (hybrid), or performance (manual), this might be a little more complicated.
Note: As a reference, the goal is to mimic the behavior of the ghelper/armoury crate, but without the "ultimate" mode.
Description
This feature allow users to select an auto mode, which would automatically detect the laptop's current mode; for example, if the laptop is running on battery power, it would use "integrated" mode, and if it is plugged into AC power, it would use "hybrid" mode.
Approaches
Note: As a reference, the goal is to mimic the behavior of the ghelper/armoury crate, but without the "ultimate" mode.