-
Notifications
You must be signed in to change notification settings - Fork 74
Home
When the machine boots up, we should use the Balanced profile by default (unless the battery is low); we don't want a case where someone used High Performance mode the other day, turns their computer back on and loses their battery life. Or conversely where they turn their computer on and it feels super slow because they don't realize Battery Saver is on.
When switching to Battery Life, dim the display backlight a bit and turn off the keyboard backlight by default, but allow the user to raise them back up. Switch to a more conservative processor profile.
Switching to Battery Life should always dim to the same level, though, because that's a HUGE aspect of power draw.
Should be automatically selected when the battery is low.
Balanced should not modify backlight settings at all, but should turn the processor tuning back to default.
Should be automatically selected when disconnecting from power, unless the battery is still low.
High Performance should not modify backlight settings at all, but should turn the processor tuning to the high performance mode.
Should be automatically selected when connecting to power.
The only time we should be touching the backlight is to bring it down to a more power efficient level when we switch into Battery Saver mode.
We shouldn't try to be smart about restoring backlight settings or anything. We don't know if the context has changed from when they last used the other profile, so changing the backlight would end up feeling unpredicatable in a lot of cases. We should never turn the backlight up automatically—if they needed a brighter screen in that environment, they can always turn it up. Then we don't want to change it on them again, because they've likely already adjusted as needed.