Lurkki14 / tuxclocker

Qt overclocking tool for GNU/Linux
GNU General Public License v3.0
777 stars 31 forks source link

Can Only Control Power Limit #50

Open konstantinosfragkoulis opened 2 years ago

konstantinosfragkoulis commented 2 years ago

I have the open source amdgpu driver and I can change anything except the power limit. My GPU is an rx580 and I am on arch

I get this output on the terminal: QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root' QMetaObject::connectSlotsByName: No matching signal for on_newProfile_clicked() QMetaObject::connectSlotsByName: No matching signal for on_newProfile_closed() QMetaObject::connectSlotsByName: No matching signal for on_editProfile_closed() amdgpu: amdgpu_bo_cpu_map failed. (-13) radeonsi: Failed to create a context.

Lurkki14 commented 2 years ago

Make sure you have the correct amdgpu.ppfeaturemask value: https://github.com/Lurkki14/tuxclocker#requirements-amd

Also try changing the values you've tried in tuxclocker through the terminal and report back.

konstantinosfragkoulis commented 2 years ago

I changed amdgpu.ppfeaturemask to 0xffffffff and still can only change the power limit. Can you tell me how to change values from the terminal because I dont know how? Thanks