You can use nvtop
or lm_sensors
to read the GPU power (PPT)
nexv
joined 2 years ago
"participants who had access to an AI assistant wrote significantly less secure code" and "were also more likely to believe they wrote secure code" - 2023 Stanford University study published at CCS23
You can write a Kwin script and connect to the windowActivated
function. Unfortunately you can't run arbitrary command from Kwin script, but as suggested in the comment you can use DBus to workaround that.
workspace.windowActivated.connect(function(client) {
if (client != null && client.caption == "name") {
callDBus(...); // call your DBus function which call ddcutil
}
})
Just an example, you will have to do some trial and error yourself!
I'm using Tailscale Status Gnome extension which works pretty well. But good to see alternatives that is not tied to specific DE.
GitLab don't have the monetary incentive to implement federation. Most of their revenue is coming from big companies which are mostly using private GitLab instance and won't want their projects federated.
That being said, hope this changes can get merge as somebody already done the dirty work for them. The beauty of open source.
Interesting, maybe this issue only happens for RDNA3?
I'm also using F41 with same kernel but with KDE. Display is 2560x1440 @ 120Hz. On
3D_FULLSCREEN
, mypp_dpm_mclk
is on 772Mhz most of the time with some occasional 456Mhz, but never drop to 96Mhz. It will only drop to 96Mhz if I change toBOOUP_DEFAULT
(orPOWER_SAVING
).