AMD GPUs are cursed for me
bazsy @ bazsy @lemmy.world Posts 1Comments 40Joined 2 yr. ago
bazsy @ bazsy @lemmy.world
Posts
1
Comments
40
Joined
2 yr. ago
Deleted
Permanently Deleted
Deleted
GPU Junction Temp over 100°C?
Deleted
Permanently Deleted
Deleted
Permanently Deleted
Deleted
Permanently Deleted
Most distros use systemd and its logging solution: journald. You can use journalctl to read the logs around the time of the crash for e.g.:
journalctl -S -5m
this shows the last 5 minutes. Use this when a game crashes but the system continues working and did not reboot.journalctl -b -1 -S -10m
this shows the last 10 minutes from the previous boot. Use this if the crash froze the whole system and rebooted.Look for red lines (errors) and what wrote them. AMD GPU faults usually have the 'amdgpu' mentioned, memory errors could appear as 'protection fault'.