Lenovoのバッテリーを長持ちさせるには
http://support.lenovo.com/jp/ja/documents/ht053031
が参考になります
Lenovo X240にUbuntuを入れて使っていれば
http://www.xmisao.com/2014/01/21/thinkpad-battery-setting-by-tlp-on-linux.html
が、どんぴしゃで参考になります(ありがとうございます)
古い型番だと効かなかったりするようなので注意
$ git clone https://github.com/teleshoes/tpacpi-bat
$ cd tpacpi-bat
$ sudo sh ./install.pl
$ sudo tpacpi-bat -s ST 1 60
$ sudo tpacpi-bat -s SP 1 80
2つ目のバッテリー(リアバッテリー)がある人は
$ sudo tpacpi-bat -s ST 2 80
$ sudo tpacpi-bat -s SP 2 90
リアバッテリーがあるか確認するには
$ sudo apt-get install acpi
$ acpi -b
Battery 0: Discharging, 60%, 01:39:36 remaining
だと、バッテリーはひとつだけです
(バッテリー残量がみれるコマンドです)