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?
Asked
Active
Viewed 151 times
1 Answers
1
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