Running Wayland and experiencing Minecraft issues with kernel 6.16.3-arch1-1. GPU timeout errors appeared in system logs indicating the graphics processor failed to complete tasks within expected timeframe.
Initial Problem
Kernel logs showed: ring gfx_0.0.0 timeout, signaled seq=7925632, emitted seq=7925634 with the graphics device requiring a complete reset to recover.
Hardware Configuration:
- AMD Radeon RX 6700 (Navi 22)
- 12th Gen Intel Core i5-12400F
- 64GB RAM
- KDE Plasma 6.4.4 on Wayland
Troubleshooting Process
The author identified a Mesa regression by running glmark2 benchmarks, which initially crashed the system.

Clean installation and testing with various kernel versions and parameters followed.
Kernel parameters applied:
amdgpu.noretry=0 amdgpu.lockup_timeout=0 iommu=pt amdgpu.gpu_recovery=1
amdgpu.runpm=0 amdgpu.mcbp=0 amdgpu.ppfeaturemask=0xfffd3fff
Resolution
Latest kernel updates resolved the timeout issues. Final glmark2 score improved to 34,364 using kernel 6.16.6-arch1-1 with Mesa 25.2.2-arch1.2.
Minecraft workaround: Using MultiMC launcher with Oracle JDK and zink renderer eliminated visual artifacts and stability problems.