1

I realize that some of you may own a Lenovo t431s laptop. Could you please share, what is a realistic battery life that I could expect from it with web/WiFi/coding usage? I couldn't find any Linux benchmarks anywhere from the Internet yet.

Thank you!

papukaija
  • 2,425
user173633
  • 11
  • 1
  • It should be close to Windows's usage. If you're lucky, it could even be better on Ubuntu than on Windows. – papukaija Jul 08 '13 at 22:18
  • Have a look http://askubuntu.com/questions/285434/is-there-a-power-saving-application-similar-to-jupiter/285681#285681 – Qasim Jul 09 '13 at 00:21
  • This question appears to be off-topic because it is about specs of some specific hardware rather than Ubuntu. – psusi Jul 09 '13 at 02:37
  • Practice shows that it rarely close to Windows usage. I know how to tweak power consumption in Linux, I am more interested in real situation.

    I don't think that this question is off as it's about running Ubuntu on specific hardware, so it's about Ubuntu in the first place.

    – user173633 Jul 09 '13 at 08:26

2 Answers2

2

My T431s on Ubuntu 13.04 usually lasts about 5-6 hours under normal load. (Wifi up, full brightness, doing actual work.)

0

The Lenovo website says up to 9 hours of battery life, and this is based on Windows 7. If you are using it for browsing the web and coding, you should expect 7-8 hours, maybe a little less. This is because Ubuntu uses more power than Windows. The drivers on the computer are designed to work with Windows, and so when you use Ubuntu, not all of them are used and this takes up power. If you are concerned with battery life, take a look at some power saving tweaks here.

A tool I have used to improve Ubuntu's battery life is Jupiter. I find that it is really nice because it changes some parameters and settings on your computer based on whether your computer is on battery power or is connected to a power source.

To install it, open up Terminal in Ubuntu (Dash -> Search for Terminal) and use the following code:

    sudo add-apt repository ppa:webupd8team/jupiter
    sudo apt-get update
    sudo apt-get install jupiter

You can also try powertop. This helps with debugging what processes eat up your power. Read more about it here.

sameetandpotatoes
  • 1,176
  • 12
  • 25
  • http://askubuntu.com/questions/285434/is-there-a-power-saving-application-similar-to-jupiter/285681#285681 – Qasim Jul 09 '13 at 00:22
  • I apologize, Jupiter is not compatible with the latest kernel. Thank you Qasim. – sameetandpotatoes Jul 09 '13 at 01:28
  • Thank you. Unfortunately official data has not to do with attempt to correlate real battery life. Different reviews says that realistic BF is around 5-6 ours in Windows. When I had Lenovo X1 - it's battery life (with all possible tweaks) was 2 times worse than Windows one. So I am interested in real experience with this laptop if anybody has one.. – user173633 Jul 09 '13 at 08:21