Implement Requested Power State
- Dominant language
- C
- Stars
- 281
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
The new power API allows for selecting a power state of `Normal` or `PowerSave`. Right now all this does is allow applications to react to the power state. The following should be done out of box:
- When in a power state of PowerSave
- Tarnish should increase the time between polling on all of it's checks.
- Oxide should do what it can to limit CPU usage
- Tarnish should attempt to change device settings to save power (Disable a core on rM2? Change the cpu governor (https://wiki.archlinux.org/index.php/CPU_frequency_scaling#Scaling_governors)?
- There should be some sort of user interface for toggling the requested power state.
- Maybe we should add a performance state?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.