User Tools

Site Tools


ubuntu:gpu:amd_gpu:crashes_the_system

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ubuntu:gpu:amd_gpu:crashes_the_system [2020/08/12 23:40] 192.168.1.1ubuntu:gpu:amd_gpu:crashes_the_system [2023/06/05 12:30] (current) – removed peter
Line 1: Line 1:
-====== Ubuntu - GPU - AMD GPU - Crashes the System ====== 
  
-It seems GPU drivers from AMD are not great. 
- 
-What has worked to prevent this is the following.   
- 
-Before running this I the system always crashed with the 5700 xt GPU when trying to benchmark the Heaven GPU test. 
- 
----- 
- 
-Add the following to the **/etc/environment** file. 
- 
-<file bash /etc/environment> 
-# Disable all hardware acceleration in Firefox, since OpenGL is causing crashing on Navi, WebGL is the culprit. 
-#AMD_DEBUG="nongg,nodma" 
-AMD_DEBUG="nongg nodma" 
-#AMD_DEBUG=nodma 
-#AMD_DEBUG="nongg" 
-#AMD_DEBUG=zerovram 
-</file> 
- 
-<WRAP info> 
-**NOTE:  Some sites say to use various variations of the above, but the uncommented entry works for me. 
-</WRAP> 
- 
----- 
- 
-Add **amdgpu.noretry=0** to the **GRUB_CMDLINE_LINUX_DEFAULT** option: 
- 
-<file bash /etc/default/grub> 
-GRUB_CMDLINE_LINUX_DEFAULT="quiet splash amdgpu.noretry=0" 
-</file> 
- 
-Then run: 
- 
-<code bash> 
-sudo update-grub 
-</code> 
- 
-Then reboot. 
ubuntu/gpu/amd_gpu/crashes_the_system.1597275628.txt.gz · Last modified: 2020/08/12 23:40 by 192.168.1.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki