Page 1 of 1

Worried about temperature X121e Linux

Posted: Sat Dec 03, 2011 2:21 pm
by Dead1nside
I was just wondering what sort of temperature range X121e owners Thinkpads get to, especially running Linux? It seems like my i3 model is always between 55-65 at idle. At load just now, playing a game it was reported to be at 72 degrees celsius, which is very uncomfortable.

Does anybody know if thinkpad-acpi's fan control works properly on these X1xx models? I did a "cat /proc/acpi/ibm/fan"
and it reported the following:

status: enabled
speed: 566
level: auto

It doesn't seem like 600RPM is a lot at all, especially with all that heat.

Many thanks in advance, it's a great laptop/netbook otherwise. Idle temperatures on Windows 7 don't seem nearly as bad, so I'm wondering whether this is a Linux problem, and whether there is a solution.

Re: Worried about temperature X121e Linux

Posted: Thu Mar 22, 2012 10:32 am
by fero14041
Hello,

Same Thinkpad here, with same problem on Linux. It seems that some other guys reported the problem and exposed solutions through the web. A quick search gives some usefull links, among others: telling that some "magic" (at least for me ;-) ) options could be passed to the kernel to reduce temperatures.
Running Debian testing in my X121e, as recommanded in these articles, I put options that GRUB passes to the kernel, in /etc/default/grub file:

Code: Select all

GRUB_CMDLINE_LINUX_DEFAULT="quiet pcie_aspm=force i915.i915_enable_rc6=1 i915.i915_enable_fbc=1 i915.lvds_downclock=1"
then regenerate GRUB files with update-grub and reboot.
Now, my laptop is around 10°C lower than before! :D

Hope it helps...