<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Aug 11, 2020, 11:26 AM Rich Shepard <<a href="mailto:rshepard@appl-ecosys.com">rshepard@appl-ecosys.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Tue, 11 Aug 2020, Jeremy Hansen wrote:<br>
<br>
> What's your video card and what driver are you using to run it?<br>
<br>
Jeremy,<br>
<br>
Hadn't thought of this.<br>
<br>
lspci reports:<br>
VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Device 699f (rev c7)<br>
which translates to a Gigabyte Radeon RX 550.<br>
<br>
I have a replacement, non-gaming, video card but haven't yet switched the<br>
two.<br>
<br>
and,<br>
<br>
$ lsmod | grep video<br>
uvcvideo              106496  0<br>
videobuf2_vmalloc      16384  1 uvcvideo<br>
videobuf2_memops       16384  1 videobuf2_vmalloc<br>
videobuf2_v4l2         28672  1 uvcvideo<br>
videodev              200704  2 videobuf2_v4l2,uvcvideo<br>
videobuf2_common       49152  2 videobuf2_v4l2,uvcvideo<br>
video                  45056  1 asus_wmi<br>
i2c_core               77824  9 videodev,drm_kms_helper,i2c_algo_bit,igb,amdgpu,psmouse,i2c_piix4,i2c_dev,drm<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">The RX550 is not properly supported in 14.2. It requires a newer graphics stack than what's in 14.2. Your card is running in a barbones mode since proper drivers aren't included, so any heavy graphics programs are likely going to fail.</div><div dir="auto"><br></div><div dir="auto">These should be resolved on -current and can only be resolved on 14.2 by upgrading mesa, llvm, libdrm, xf86-video-amdgpu, and a few dependencies.</div><div dir="auto"><br></div><div dir="auto">Jeremy</div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div></div>