But with SD video and vaapi, I managed to get down to 6.1 watts (9.1 hours). Without vaapi it was around 6.3-6.5 watts (8.5 hours).
I used a few tricks to achieve this:
- disabled wifi and bluetooth.
- lowered the display brightness to minum (still good though). This has to be done before boot in 2.6.31.
- moved the system to an SDHC card. While the power in standby is the same (5.7 watts both with only SDHC or only hard disk), the active power is much lower with the SDHC (only +0.5-2 watts instead of 3-5 watts).
- used by powersave script to optimize the kernel settings for low power mode:
echo cpuecho 1 | tee /sys/devices/system/cpu/sched_smt_power_savingsecho 1 | tee /sys/devices/system/cpu/cpu*/cpufreq/ondemand/ignore_nice_loadecho 95 | tee /sys/devices/system/cpu/cpu*/cpufreq/ondemand/up_thresholdecho 50 | tee /sys/devices/system/cpu/cpu0/cpufreq/ondemand/powersave_biasechoecho usbecho 2 | tee /sys/module/usbcore/parameters/autosuspendecho auto | tee /sys/bus/usb/devices/*/power/levelechoecho miscecho 1500 | tee /proc/sys/vm/dirty_writeback_centisecsecho 0 | tee /sys/block/sdb/queue/rotational# broken echo 10 | tee /sys/module/snd_hda_intel/parameters/power_save# not better echo 1 | tee /sys/module/psb/parameters/disable_vsynckillall -q hald-addon-storage knotify4 NetworkManagerhciconfig hci0 down
0 comments:
Post a Comment