jsalatas / plasma-pstate

Intel P-state and CPUFreq Manager Widget
GNU General Public License v2.0
274 stars 49 forks source link

Will this and tlp clash? #60

Closed supersonic71 closed 3 years ago

supersonic71 commented 3 years ago

So I already have tlp installed, but its cli only so kinda hard to use.
Is plasma-pstate basically a GUI for tlp? If I change something in plasma-pstate, will it also change in tlp?

jsalatas commented 3 years ago

You can have both. If you change something in plasma-pstate then it will be valid until you reboot your PC, or you change the power supply (plug/unplug power cord). In the last case TLP will switch to what it has been configured.

Edit: Actually there is also the senario that you just disasblr the relevant settings in TLP (just set these as blank strings). These settings would be mainly the CPU Scaling Governor and the Energy Performance. There are also settings related ton the integrated GPU, but I don't recall the setting now, although I was the one who added it TLP. I'll look it up later, but in the mean time I guess you can look up my PR in TLP.

supersonic71 commented 3 years ago

Thank you