[Solved] Enabling dynamic re-clocking on GPU
Forum rules
LMDE 2 has reached end of support as of 1-1-2019
LMDE 2 has reached end of support as of 1-1-2019
[Solved] Enabling dynamic re-clocking on GPU
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 LexMK on Wed Nov 14, 2012 7:50 pm, edited 1 time in total.
Asus eee 1225B AMD E450 with Radeon 6320
Re: Enabling dynamic re-clocking on GPU
Add one line to your /etc/sysfs.conf:
Code: Select all
echo "class/drm/card0/device/power_method = dynpm" >> /etc/sysfs.conf
Main desktop: Debian GNU/Linux Jessie 64bit - MATE
(i5 2400@3.7GHz - 16GB DDR3 - HD6770 w/radeon driver - SSD+RAID1)
Safer than Dropbox
(i5 2400@3.7GHz - 16GB DDR3 - HD6770 w/radeon driver - SSD+RAID1)
Safer than Dropbox
Re: Enabling dynamic re-clocking on GPU
Didn't work. Still defaults back to "profile".
Asus eee 1225B AMD E450 with Radeon 6320
Re: Enabling dynamic re-clocking on GPU
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.
Main desktop: Debian GNU/Linux Jessie 64bit - MATE
(i5 2400@3.7GHz - 16GB DDR3 - HD6770 w/radeon driver - SSD+RAID1)
Safer than Dropbox
(i5 2400@3.7GHz - 16GB DDR3 - HD6770 w/radeon driver - SSD+RAID1)
Safer than Dropbox
Re: Enabling dynamic re-clocking on GPU
.....and then I notice I forgot to install sysfutils on this computer. Stupid me. Thanks, that worked.
Asus eee 1225B AMD E450 with Radeon 6320