Anonymous5638 Asked: 2021-02-09 06:26:53 +0800 CST2021-02-09 06:26:53 +0800 CST 2021-02-09 06:26:53 +0800 CST Restoring Old Battery Settings 772 Here, I asked on how to set battery thresholds in Ubuntu 20.04. I would now like to undo this, but I am not sure on how to do it. I followed the bountied answer in the thread. Could anybody please help? 20.04 1 Answers Voted Best Answer user1091774 2021-02-09T07:00:02+08:002021-02-09T07:00:02+08:00 Based on the documentation that Sasuke linked to, you can set the PrimaryBattChargeCfg value back to standard with something like this: $ sudo ./cctk --PrimaryBattChargeCfg=Standard If you would rather use Dell's adaptive algorithm, which I believe is the default, then you would do something like this: $ sudo ./cctk --PrimaryBattChargeCfg=Adaptive From what I can tell, this should also be possible from the BIOS itself ??
Based on the documentation that Sasuke linked to, you can set the
PrimaryBattChargeCfg
value back to standard with something like this:If you would rather use Dell's adaptive algorithm, which I believe is the default, then you would do something like this:
From what I can tell, this should also be possible from the BIOS itself ??