Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2012-12-05 22:02:36
Size: 483
Editor: SamatJain
Comment:
Revision 3 as of 2013-01-05 23:59:28
Size: 945
Editor: SamatJain
Comment: Battery charging threshold w/ tpacpi-bat
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Describe ThinkPad/T530 here. == Resources ==

 * [[https://wiki.archlinux.org/index.php/Lenovo_ThinkPad_T530|Lenovo ThinkPad T530 - ArchWiki]]
Line 7: Line 9:
== Features ==

=== Battery charging threshold ===

Use [[https://aur.archlinux.org/packages.php?ID=54293|tpacpi-bat]] ([[https://github.com/teleshoes/tpacpi-bat|github reposistory]]), and run with:

{{{#!highlight sh
tpacpi-bat startChargeThreshold 0 40
tpacpi-bat stopChargeThreshold 0 80
}}}

to set charge start threshold at 40%, and stop threshold at 80%.

Resources

Reviews

Features

Battery charging threshold

Use tpacpi-bat (github reposistory), and run with:

   1 tpacpi-bat startChargeThreshold 0 40
   2 tpacpi-bat stopChargeThreshold 0 80

to set charge start threshold at 40%, and stop threshold at 80%.

Forum threads

SamatsWiki: ThinkPad/T530 (last edited 2016-03-04 05:05:46 by SamatJain)