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 126 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
-
For me, this didn't work out of the terminal, but I could change the settings from the BIOS and I now changed it to adaptive. :) – Anonymous5638 Feb 08 '21 at 19:00