Corectrl/lact voltage controls unavailable
I have a Radeon 7800 XT and would like to undervolt it.
I've tried both corectrl/lact and both only have access to power modes, power limit, and clocks. I have the
amdgpu.ppfeaturemask=0xffffffff
kernel flag set, and was able to undervolt in windows.
Any ideas? I'm sure I'm missing something obvious.Solution:Jump to solution
Hello I have 7800XT too and undervolting is only going to be supported in kernel 6.7. Then we will need to wait a bit for CoreCtl or Lact to take advantage of the new kernel.
24 Replies
Hoping someone may have an idea
does the kernel argument actually show up in
rpm-ostree kargs
?
Twice, apparently.
lets probe it what features of the feature mask it actually supports
printf 'amdgpu.ppfeaturemask=0x%x\n' "$(($(cat /sys/module/amdgpu/parameters/ppfeaturemask)))"
as setting all of them to f is generally not a good idea if the card doesnt support said function
amdgpu.ppfeaturemask=0xffffffff
as the formatted version.then its weird that it does not work
corectrl is layered right?
Yeah
not really sure why it does not work then
my rx6600 XT has the options
Well, I do appreciate you sanity checking me
i would remove the duplicate entry though at least
Yeah, trying that now.
i have to head off now though as it is late
we use
rpm-ostree kargs --append-if-missing=
when we add kargs as that will avoid duplicates 🙂
so maybe worth adding with that once you have removed the feature masks
i will check back in the thread if there is any new info when i get on the pc tomorrowYeah, tbh I'm not sure how I added them and got two initially. I'm removing it via --editor.
And good luck with the new build! 🙂
which build? it is just late and i am going to bed haha
Ah. My brain somehow got "when I [..] new pc tomorrow"
ah
🤷
the new htpc was built months ago, so lets just say you were late with the good luck 😛
think i built it in the end of november
but thanks 😄
This works for me on a 6900 xt
Same ppu setting
didn't seem to make a difference.
Whelp.
Also, I have a 7800XT, I'm not sure how I ended up writing a 5700 😐
Solution
Hello I have 7800XT too and undervolting is only going to be supported in kernel 6.7. Then we will need to wait a bit for CoreCtl or Lact to take advantage of the new kernel.
Oh, glad to know I’m not crazy. Thanks!