Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update battery thresholds article #1268

Merged
merged 4 commits into from
Feb 3, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions content/laptop-battery-thresholds.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ description: >
keywords:
- Battery
- Battery Life
- Charging Thresholds
- FlexiCharge

facebookImage: /_social/article
twitterImage: /_social/article
Expand All @@ -20,6 +22,15 @@ The default charging profile for System76 laptops with Open Firmware has a start

To determine if your laptop has Open Firmware or proprietary firmware, see [this article](/articles/open-firmware-systems). (If a system has Open Firmware, then it must also have Open EC to work with charging thresholds.) See [Charging Thresholds](#configuring-charging-thresholds-open-firmware) for Open Firmware systems or [FlexiCharger](#configuring-flexicharger-proprietary-firmware) for proprietary firmware systems.

## Models that do not support either Charging Thresholds or FlexiCharge

| Model | Codename |
|:-----:|:---------:|
| Pangolin | pang12 |
| Pangolin | pang13 |
| Pangolin | pang14 |
| Pangolin | pang15 |

## Configuring Charging Thresholds (Open Firmware)

**Note:** This feature is not currently finished. Currently, the thresholds are reset when the EC is reset (which happens when the system is shut down and the power is unplugged). Once the feature is complete, the thresholds will be persistent and a GUI will be available to set them. To work around this limitation in the short term, you can [use systemd to set thresholds at boot](#at-boot).
Expand Down Expand Up @@ -97,5 +108,3 @@ To adjust the thresholds, reboot the computer and enter the UEFI setup utility b
![Enabling FlexiCharger](/images/laptop-charging-thresholds/flexicharger.jpg)

Once configured, save and exit the setup utility. The thresholds can be disabled at any time by setting FlexiCharger back to Disabled.

**Note:** The pang12, pang13 and pang14 do not support FlexiCharging.
Loading