erpalma / throttled

Workaround for Intel throttling issues in Linux.
MIT License
2.64k stars 160 forks source link

Can this work on thinkpad e14? #165

Open renato145 opened 4 years ago

renato145 commented 4 years ago

Hi, I am facing the same issue with a thinkpad e14. Which things will I need to take care in order to more safely try this solution?

nariox commented 4 years ago

I don't think there is any "real" risks for regular use. The "risks" (and functionality) are about the same as throttlestop. The main "issue" is that you can't use it with secure boot (actually, only some of the functionality does work, but I forgot which ones don't).

It might be a "security" risk, in the sense that the program is writing into the MSR, but as long as you trust the software, it should be fine (this should be true for any program you run on your computer, specially as root).

That said, there are some settings that might cause issues (like removing current limits or BDPROCHOT). Undervolting is safe always to the hardware (but may cause crashes, so careful with your data) and the power limits and temp limits are safe as long as your laptop was designed properly, it won't be an issue.

PS.: I'm assuming you are the same Renato from the Lenovo support thread?

renato145 commented 4 years ago

Yes. I'm from the forum. Trying this now thanks!