ilya-zlobintsev / LACT

Linux AMDGPU Configuration Tool
MIT License
988 stars 28 forks source link

Fan Control Buttons Greyed Out - RDNA3 7800 XT #295

Closed andar1an closed 3 months ago

andar1an commented 3 months ago

Checklist

Bug description

I have looked at the other issues, and I don't see something related to greyed out fan control for RDNA3.

I just found this today, so if I missed something I can close. Some direction would be great in that case please.

image image image

System info

- LACT version: 0.5.3
- GPU model: 7800XT
- Kernel version: 6.7.9
- Distribution: Debian 12
ilya-zlobintsev commented 3 months ago

There's a warning at the top that you need to enable overclocking support to use fan control. You can do it in the OC page. image

andar1an commented 3 months ago

Oops, I missed that. Thank you @ilya-zlobintsev, this is very cool.

andar1an commented 3 months ago

@ilya-zlobintsev, I notice after enabling oc, setting a curve, and restarting that the fan speed is not being read. I think I saw another issue that may be similar, is this expected?

image

ilya-zlobintsev commented 3 months ago

Is the fan actually spinning? It's possible that it's not spinning, even with this custom curve, see the note in readme for RDNA3

It's also possible that the speed just isn't being reported correctly by the driver. Other people have had similar behaviour in #255.

andar1an commented 3 months ago

The sensor updates when temps begin to rise, so I think those are the most likely scenarios, thank you. Do you think it will eventually be possible to disable 0% fan mode like on Windows?

ilya-zlobintsev commented 3 months ago

It needs to be implemented on the kernel side, most likely by someone from AMD. I don't know if they're planning to do it or not.

andar1an commented 3 months ago

Hopefully that happens. They only support commercialized linux distros with their drivers at the moment which is frustrating.