GPU Temperature

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
borgward
Level 6
Level 6
Posts: 1183
Joined: Mon Dec 17, 2012 10:18 pm

GPU Temperature

Post by borgward »

How do I monitor GPU temperature? In this case it is an AMD RADON HD 6770M
Last edited by LockBot on Sat Jun 10, 2023 10:00 pm, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
Fred Barclay
Level 12
Level 12
Posts: 4185
Joined: Sat Sep 13, 2014 11:12 am
Location: USA primarily

Re: GPU Temperature

Post by Fred Barclay »

Hi @bogward,

If you just want to check from the command line, you could install the lm-sensors package and then check temperatures with either sensors amdgpu-* or sensors radeon-* (probably the first one).

I coincidentally ran across https://github.com/Syllo/nvtop the other day too - it was originally written for Nvidia but the newer versions should work for AMD gpus too.

Cheers!
Fred
Image
"Once you can accept the universe as matter expanding into nothing that is something, wearing stripes with plaid comes easy."
- Albert Einstein
borgward
Level 6
Level 6
Posts: 1183
Joined: Mon Dec 17, 2012 10:18 pm

Re: GPU Temperature

Post by borgward »

Looks to me that there is not a temperature sensor for the iMac GPU

Code: Select all

mint@mint:~$ sensors amdgpu-*
Specified sensor(s) not found!
mint@mint:~$ sensors radeon-*
Specified sensor(s) not found!
mint@mint:~$ sensors
applesmc-isa-0300
Adapter: ISA adapter
ODD :        1149 RPM  (min = 1150 RPM, max = 2500 RPM)
HDD :        1099 RPM  (min = 1100 RPM, max = 5500 RPM)
CPU :         939 RPM  (min =  940 RPM, max = 2100 RPM)
TA0P:         +21.0°C  
TA0V:         +21.2°C  
TA0p:         +26.5°C  
TC0H:         +32.2°C  
TC0P:         +36.5°C  
TC0c:         +37.0°C  
TC0h:         +32.2°C  
TC0p:         +36.5°C  
TC1c:         +36.0°C  
TC2c:         +37.0°C  
TC3c:         +36.0°C  
TCGc:         +37.0°C  
TCSc:         +35.0°C  
TCXc:         +37.0°C  
TG0D:         +42.2°C  
TG0H:         +41.2°C  
TG0d:         +42.2°C  
TG0h:         +41.2°C  
TG0p:         +39.0°C  
TH0O:          -7.0°C  
TH1O:          -7.0°C  
TL0P:         +24.8°C  
TL0V:         +34.0°C  
TL0p:         +38.2°C  
TL1P:         +33.8°C  
TL1V:         +28.8°C  
TL1p:         +33.8°C  
TL1v:         +28.8°C  
TL2V:         +36.5°C  
TLAV:         +36.5°C  
TLBV:         +28.5°C  
TLCV:         +34.0°C  
TO0P:         +32.0°C  
TO0p:         +33.0°C  
TPCD:         +50.0°C  
TS0P:         +32.2°C  
TS0V:         +26.0°C  
TS0p:         +32.2°C  
TS2P:         +32.2°C  
TS2V:         +29.2°C  
TS2p:         +32.2°C  
Tm0P:         +38.0°C  
Tm0p:         +38.0°C  
Tp1P:         +39.5°C  
Tp1p:         +39.5°C  
Tp2H:         +50.5°C  
Tp2h:         +50.5°C  
Tp3H:         +39.8°C  
Tp3h:         +39.8°C  

Code: Select all

coretemp-isa-0000
Adapter: ISA adapter
Package id 0:  +38.0°C  (high = +80.0°C, crit = +86.0°C)
Core 0:        +37.0°C  (high = +80.0°C, crit = +86.0°C)
Core 1:        +38.0°C  (high = +80.0°C, crit = +86.0°C)
Core 2:        +37.0°C  (high = +80.0°C, crit = +86.0°C)
Core 3:        +33.0°C  (high = +80.0°C, crit = +86.0°C)
Last edited by SMG on Thu Dec 08, 2022 1:33 pm, edited 1 time in total.
Reason: Added code tags to the code output. Please use code tags for long code output.
Locked

Return to “Graphics Cards & Monitors”