Originally posted by haagch
View Post
Announcement
Collapse
No announcement yet.
radeon-profile: tool for changing profiles and monitoring some GPU parameters
Collapse
X
-
[...]to support multiple gpus at the same time.
hmm, is PowerPlay same thing for amdgpu as DPM is for radeonsi?
Comment
-
Just today changed to a Polaris GPU (Sapphire Nitro+ OC). This little tool worked perfectly on my previous HD7850. Currently I have two issues. First is this:
It seems it can't read the clock data on the card. As I stated previously, it worked just fine on my Pitcairn chip.
Second issue is fan control, specifically the custom curve. It does not seem to work. Every time I add a step it removes the previous on I have created. Also, when I save the profile and apply it, the percentage indicator at the top signals 100%, but the fan does not spin up at all.
I downloaded a fresh copy and build it again just to be sure, but the issues still persist.
Comment
-
First issue, do you use it with daemon or as root? If with daemon you can try restart the daemon:
Code:systemctl restart radeon-profile-deamon.service
Second one. Do you have multiple curve definitions or just 'default' one? I had this problem before, I thought I've fixed it.
Comment
-
I don't run the daemon, just as root like I always have.
As for the fan curves, I tried to make my own but the individual steps would not save. Every time I added one the previous step would get overwritten. Same deal if I try to change the "default" profile.
Comment
-
If I run it without root I get:
Code:Daemon is not connected, therefore it can't be configured No data was found (you need debugfs active and either root access or radeon-profile-daemon)
Running it with root it loads up, but with that "can't read data" error.
Here are the contents of my uevent file:
Code:~$ sudo cat /sys/class/drm/card0/device/uevent DRIVER=amdgpu PCI_CLASS=30000 PCI_ID=1002:67DF PCI_SUBSYS_ID=174B:E347 PCI_SLOT_NAME=0000:01:00.0 MODALIAS=pci:v00001002d000067DFsv0000174Bsd0000E347bc03sc00i00
Code:~$ sudo cat /sys/kernel/debug/dri/0/amdgpu_pm_info GFX Clocks and Power: 300 MHz (MCLK) 300 MHz (SCLK) GPU Temperature: 42 C GPU Load: 0 % UVD: Disabled VCE: Disabled
Comment
-
Works now. Thank you very much.
Something funny about the fan control section. In order to add steps and not have them be erased you need to save them to the profile, after which you can add another step without it replacing the previous one (like what was happening to me before). You need to do that each time for each step. Is that how it's supposed to work?
Now I just need to figure out why kdesudo is refusing to run it. I can only run it from Konsole using plain sudo.
Comment
Comment