Mangohud works really great for this inside a game, but outside of that I am not sure what to turn to check temps at idle.
I would prefer a GUI tool (QT since I am on Plasma), but I am also comfortable with the terminal. What are you all using?
Mangohud works really great for this inside a game, but outside of that I am not sure what to turn to check temps at idle.
I would prefer a GUI tool (QT since I am on Plasma), but I am also comfortable with the terminal. What are you all using?
For spot checks I just run
sensors
orwatch sensors
.sar -m TEMP | grep amdgpu
when I want to see history (needs the sysstat cronjob configured to collect sensors data).