You are not logged in.
Pages: 1
shows GPU temp, just no fan speed. shows the CPU fan speeds though. anything special i need to do to get the gpu fan speed?
on kernel 5.6.15. and i've re-run sensors-detect
im running an AMD gpu
Offline
Not enough info about your system here, some graphics don't report fan speed in linux.
lspci | grep -e VGA∞ hard times make the strong, the strong make good times, good times make the weak, the weak make hard times ∞
Offline
Not enough info about your system here, some graphics don't report fan speed in linux.
is there some list that shows which are supported?
here's the output
$ lspci | grep -e VGA
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Curacao PRO [Radeon R7 370 / R9 270/370 OEM] (rev 81)Offline
I don't know of a list per se, had found info in the past, enough to know that mine doesn't provide gpu fan speed (Asus Radeon RX550). Maybe try the radeon profile package in the AUR see if it shows in fan control tab.
Check the Wiki too: https://wiki.archlinux.org/index.php/AMDGPU and https://wiki.archlinux.org/index.php/Fa … m-sensors). To get more details about your specific hardware have a look at:
lspci -nnk -s 0000:01:00.0
lshw -class display∞ hard times make the strong, the strong make good times, good times make the weak, the weak make hard times ∞
Offline
Pages: 1