Horizontal sparks on the screen, caused by driver or a electrical fault?

I have some weird horizontal "noise" flickering on the screen, almost like sparks, can this be caused by the graphics driver? Best seen in the lower right corner.

Zoom 👀

1000002949.jpg


The VGA adapter is a AMD Radeon and I have tried TearFree true.

Radeon.conf is set to modesetting on pci0:1:5:0.

Thanks,
 
...wouldn't be surprised if it was the cable...
I actually read that this was common, but these sparks doesn't change at all, when moving the lid back and forth.
I have cleaned the connector with alcohol and a cotton swab too, just to be sure, no difference.
 
can this be caused by the graphics driver?
I've seen rare similar artifacting with Intel UHD 630; it'd show on some things like Thunar window parts like a black line or dotted. I do interesting Mesa envs globally and force Intel DDX and figure it's something with that :p (seen it on Linux too Xfce/Intel DDX/no compositor)

Mostly guessing, but I would think AMD on Plasma 6 would do something different (Xfce no compositor + Intel DDX probably mixes 2D paths; AMDGPU and modern DEs are all-3D; while I've seen artifacting on Xfce stuff, I didn't see it in 3D games and wouldn't expect the same ordeal to affect AMD + Plasma 6 at desktop)

Do the artifacts disappear if you hover something over it? If on the desktop, what about dragging a selection box (like if going to select multiple desktop icons) over the spot?
 
I wonder how Plasma 6 renders the desktop background? I can't imagine it's repainting a static image at vsync or rendering it on GPU, but that almost looks like what's happening.

I'd try different desktop alternatives (iirc one was no icons/default, one with icons shown, and others like video wallpaper downloadable).

Radeon.conf is set to modesetting on pci0:1:5:0.
I'd try amdgpu driver (pkg install something like xf86-video-amdgpu)
 
Thanks Espionage724 , this is what I currently have:

Code:
# pciconf -lv | grep -B4 VGA
vgapci0@pci0:1:5:0:     class=0x030000 rev=0x00 hdr=0x00 vendor=0x1002 device=0x9712 subvendor=0x103c subdevice=0x1664
    vendor     = 'Advanced Micro Devices, Inc. [AMD/ATI]'
    device     = 'RS880M [Mobility Radeon HD 4225/4250]'
    class      = display
    subclass   = VGA

Code:
# kldstat  
Id Refs Address                Size Name
3    1 0xffffffff83420000   14edf8 radeonkms.ko
10    1 0xffffffff8361a000     29e0 radeon_RS780_pfp_bin.ko
11    1 0xffffffff8361d000     74e0 radeon_RS780_me_bin.ko
12    1 0xffffffff83625000     2ce0 radeon_R600_rlc_bin.ko
13    1 0xffffffff83628000    18118 radeon_RS780_uvd_bin.ko

Where can I find what driver name (.ko) to load from xf86-video-amdgpu?
 
Back
Top