I have an x220 but I haven't been able to get the power consumption that low. I have tried quite a few things. Could you suggest a link/reference/method please?
echo 1 > /sys/module/snd_hda_intel/parameters/power_save
for i in /sys/bus//devices//power/control; do echo auto > $i; done
for i in /sys/class/scsi_host//link_power_management_policy; do echo min_power > $i; done
for i in /sys/class/rfkill//soft; do echo 1 > $i; done
For the kernel parameters, a simple Google search should get you going.
What's the watt consumption you achieve? I must note I run Arch Linux with Xmonad and no desktop environment.
Well, running a lightweight desktop helps. I cannot say how much, though. Try monitoring wakeups using powertop while your machine is iddling. Anything above 30 or 40 is bad.