每 1-7 天屏幕就会冻结一次

每 1-7 天屏幕就会冻结一次

我可以找到的最后一个错误消息之一journalctl

Jan 25 12:10:43 G4560 kernel: [drm] GPU recovery disabled.
Jan 25 12:10:43 G4560 kernel: [drm:amdgpu_job_timedout [amdgpu]] *ERROR* Process information: process chrome pid 602559 thread chrome:cs0 pid 602>
Jan 25 12:10:43 G4560 kernel: [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx timeout, signaled seq=57075935, emitted seq=57075937

Jan 18 22:52:09 G4560 kernel: [drm:amdgpu_job_timedout [amdgpu]] *ERROR* Process information: process Xorg pid 1650376 thread Xorg:cs0 pid 1650377
Jan 18 22:52:09 G4560 kernel: [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx timeout, signaled seq=21573521, emitted seq=21573523

有时日志上没有错误,只是挂起,我必须按重置按钮。

我在 Ubuntu 20.04 64 位上使用这个 GPU:

Graphics:  Device-1: Advanced Micro Devices [AMD/ATI] Oland [Radeon HD 8570 / R7 240/340 / Radeon 520 OEM] driver: amdgpu 
v: 5.6.0.20.20 
Display: server: X.Org 1.20.9 driver: amdgpu,ati unloaded: fbdev,modesetting,vesa resolution: 3840x2160~30Hz 
OpenGL: renderer: AMD Radeon HD 8500 Series (OLAND DRM 3.37.0 5.4.0-51-lowlatency LLVM 10.0.0) v: 4.6 Mesa 20.0.5 

$ GPU=$(lspci | grep VGA | cut -d ":" -f3);RAM=$(cardid=$(lspci | grep VGA |cut -d " " -f1);lspci -v -s $cardid | grep " prefetchable"| cut -d "=" -f2);echo $GPU $RAM

Advanced Micro Devices, Inc. [AMD/ATI] Oland [Radeon HD 8570 / R7 240/340 / Radeon 520 OEM] 256M]

以前大约一周后挂起,最近运行 1-3 天后挂起,挂起前屏幕上也有一些伪影。

我已经完成了memtest86+,但发现RAM没有问题,VGA有专用的RAM。

是不是硬件有问题?因为我当时便宜地买了这张显卡,当时我过去在intel处理器+主板上的IGP有故障。

应该采取什么措施来减少这种情况的发生'__')

相关内容