You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to write a script for ryzenadj that will change the TDP by +1W, -1W or directly to the desired TDP value supplied. I got something working, but even when I append 2>/dev/null or >/dev/null 2>&1 to the ryzenadj command, I still get a lot of SMU_SERVICE lines. How do I suppress them?
The text was updated successfully, but these errors were encountered:
Actually I finally almost succeeded, the SMU_SERVICE were a mistake on my end, they were coming from the line where my script reads the current TDP. Now I only have the success lines that I couldn't silence yet, but the script is working:
demo.mp4
(I also added min and max as compatible keywords after the video.)
It's a stupid script and most of it could be done with just some rather long ryzenadj commands (except incremental changes), but it's here if anyone needs it. For me the benefit was incremental changes, so that I can set two global keybindings to increase or decrease TDP in my WM.
I am trying to write a script for
ryzenadj
that will change the TDP by +1W, -1W or directly to the desired TDP value supplied. I got something working, but even when I append2>/dev/null
or>/dev/null 2>&1
to theryzenadj
command, I still get a lot ofSMU_SERVICE
lines. How do I suppress them?The text was updated successfully, but these errors were encountered: