jsalatas / plasma-pstate

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

Integration with Plasma project? #58

Closed VladimirMikulic closed 4 years ago

VladimirMikulic commented 4 years ago

Hi @jsalatas.

I was wondering if there are plans to merge this project with Plasma i.e. making this a default applet. In my opinion, the applet is really crucial and should be included with the normal Plasma release.

Thank you so much for this applet!

jsalatas commented 4 years ago

Indeed. I'm actually working on having some of it's functionality included in powerdevil as you can see in the following two merge requests (still work in progress).

https://invent.kde.org/plasma/powerdevil/-/merge_requests/14 https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/197

Obviously some proprietary (like vendor specifics) and advanced stuff (like gpu frequencies etc) will not be merged, but after I'm done with that, I guess I'll rewrite the widget in a more proper way (eg not use sudo but kauth, etc).

Probably it will take some time to do so.....

VladimirMikulic commented 4 years ago

That's awesome @jsalatas. I am looking forward to it!

mdedetrich commented 4 years ago

@jsalatas

When you say

Obviously some proprietary (like vendor specifics) and advanced stuff (like gpu frequencies etc) will not be merged, but after I'm done with that, I guess I'll rewrite the widget in a more proper way (eg not use sudo but kauth, etc).

What do you mean precisely? Ideally if you have an NVidia GPU with a proprietary blob KDE should detect that and show the statistics or am I missing something?