4

The battery life of my new Lenovo T460s is very bad (about 4,5h with a little bit browsing and half display contrast).

Xubuntu 16.04 shows two batteries (SANYO 00HW022 and SANYO 01AV405). They were drained one after the other. I'm not sure how the batteries are integrated in the notebook, but I ordered it with only one (fixed) battery.

Is there something I can do to increase the battery life? Is it a recognition problem of the battery?

Antoine Orsoni
  • 415
  • 1
  • 4
  • 11
Atomius
  • 165

3 Answers3

6

What you can do to increase the battery-life is installing tlp with some additional stuff

sudo apt-get install tlp tlp-rdw acpi-call-dkms

tlp is in the official ubuntu repo since 15.10. More information are available here. The man-page is in english

man tlp

You can also install thinkfan which can reduce the noise-level and can save some energy. You should also install powertop

sudo apt-get install thinkfan powertop

powertop is a really powerful tool writen by intel.

linrunner
  • 1,387
Kev Inski
  • 1,021
1

You should watch your computer enviroment (eg, making sure the the cpu doesn't get too hot, don't run too much applications, so on.) You could use tlp. tlp is excellent on many Linux computers.

sudo apt-get install tlp
  • (to switch between ac and battery, type tlp ac and battery: tlp battery –  May 29 '16 at 00:48
0

As reported in previous comments, Skylake support for laptops in Linux is currently not perfect. More info here: https://mjg59.dreamwidth.org/41713.html. If you start Powertop, you'll probably find out that the deepest power saving state you can get is PC2 (under Idle stats/Package), which is apparently quite bad, and even potentially dangerous for the cpu. Launch powertop with sudo powertop --auto-tune, and see if you can get anything better: using that option I can now get a PC7 state; notice that first I updated the bios to the latest version (1.13), but I'm not sure this makes any difference. Hopefully next kernel updates will make things work better. Nice machine, anyway :)