Recently I had the urge to try something new and decided to install CachyOS as a replacement for Windows 10. I’m currently using a Ryzen 7 5700X3D and I would like to adjust the voltages on individual cores.
On Windows 10 I used PBO2 Tuner and set up a script so it would run automatically at system startup. I would like to achieve something similar in CachyOS.
Let me know if/when you get amdctl set the way you like and if we need to script it or something we can pick it up from there.
Or if you have trouble with the install or anything else.
Hello everyone, here’s an update on my progress. I managed to install amdctl, and when I type amdctl in the console I receive a set of information. Okay, I read further that because of my kernel I need to add -m to the command so that (On Kernel’s 5.9 and higher, userspace writes to MSR are restricted, for now (in the future this may become impossible) you can allow writing to MSR from userspace using one of the following methods).
Then I enter -p1 -v20, so the full command becomes: sudo amdctl -m -p1 -v20.
Can someone confirm whether this will work and that I won’t accidentally burn my CPU?
How can I verify that this setting is actually applied?
And the remaining question is how to run this script every time the system starts?