New comment by narodnik on void-packages repository https://github.com/void-linux/void-packages/issues/53434#issuecomment-2564417446 Comment: Thank you so much, that's very helpful. I had these lock up issues a year ago, but then they went away. When they were happening, they would happen maybe every 8+ hours. This reoccurrence is now more quicker like 30 mins or so. Unfortunately I tried downgrading but it didn't go away. The system still freezes. I tried these combos: Linux kernel 6.10: ``` ~# xdowngrade /var/cache/xbps/linux-firmware-amd-20241110_1.x86_64.xbps ~# xdowngrade mesa-24.2.7_1.x86_64.xbps libglapi-24.2.7_1.x86_64.xbps libOSMesa-24.2.7_1.x86_64.xbps mesa-libgallium-24.2.7_1.x86_64.xbps libgbm-24.2.7_1.x86_64.xbps libgbm-devel-24.2.7_1.x86_64.xbps ``` Kernel 6.6: ``` ~# xdowngrade linux-firmware-amd-20240909_1.x86_64.xbps ~# xdowngrade mesa-24.2.6_1.x86_64.xbps libglapi-24.2.6_1.x86_64.xbps libOSMesa-24.2.6_1.x86_64.xbps mesa-libgallium-24.2.6_1.x86_64.xbps libgbm-24.2.6_1.x86_64.xbps libgbm-devel-24.2.6_1.x86_64.xbps MesaLib-devel-24.2.6_1.x86_64.xbps ``` Is there anything I'm missing? When I downgrade firmware, do I need to run anything else? Could there be another component causing the issue? Based off your advice, I tried underclocking the GPU but it didn't work either. ``` ~# cd /sys/class/drm/card0/device /sys/class/drm/card0/device# echo low > power_dpm_force_performance_level /sys/class/drm/card0/device# echo balanced > power_dpm_state /sys/class/drm/card0/device# cd ../../card1/device /sys/class/drm/card1/device# echo low > power_dpm_force_performance_level /sys/class/drm/card1/device# echo balanced > power_dpm_state ``` https://wiki.gentoo.org/wiki/AMDGPU#Frequent_and_Sporadic_Crashes Still got the crash though.