I actually read that this was common, but these sparks doesn't change at all, when moving the lid back and forth....wouldn't be surprised if it was the cable...
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 thatcan this be caused by the graphics driver?
I'd try amdgpu driver (pkg install something likeRadeon.conf is set to modesetting on pci0:1:5:0.
xf86-video-amdgpu)# 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
# 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
pkg install drm-kmod gpu-firmware-kmod
sysrc kld_list+="/boot/modules/radeonkms.ko"
...
Driver "radeon"
...
I guessed that Intel's would be intel like Linux for xorg.confWhere can I find what driver name (.ko) to load from xf86-video-amdgpu?
sysrc kld_list+=amdgpu