[Solved] Enabling dynamic re-clocking on GPU

Archived topics about LMDE 1 and LMDE 2
Locked
LexMK

[Solved] Enabling dynamic re-clocking on GPU

Post by LexMK »

So, I'm trying to enable dynamic re-clocking on my GPU using the radeon driver. I changed "/sys/class/drm/card0/device/power_method" from "profile" to "dynpm". It works fine. Only problem is: when I reboot my computer, it defaults back to "profile". How can I make this change permanent?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
eanfrid

Re: Enabling dynamic re-clocking on GPU

Post by eanfrid »

Add one line to your /etc/sysfs.conf:

Code: Select all

echo "class/drm/card0/device/power_method = dynpm" >> /etc/sysfs.conf
LexMK

Re: Enabling dynamic re-clocking on GPU

Post by LexMK »

Didn't work. Still defaults back to "profile".
eanfrid

Re: Enabling dynamic re-clocking on GPU

Post by eanfrid »

It should work. It is the way sysfs features are supposed to work: by adding config entries in the /etc/sysfs.conf file... as long as you installed the sysfsutils package, of course.
LexMK

Re: Enabling dynamic re-clocking on GPU

Post by LexMK »

.....and then I notice I forgot to install sysfutils on this computer. Stupid me. Thanks, that worked.
Locked

Return to “LMDE Archive”