“No screens found” error

Hey,

i’ve been struggling to setup xorg on FreeBSD for the past few hours.
I’m using an RX 5700 xt.

I have the xorg.conf.d/amdgpu.conf set to:
Code:
Section “Device”:
     Identifier “amdgpu”
     Driver “amdgpu”
     BusID “PCI:1:0:0”
EndSection
However now when I run startx I get the error: no screens found.

From what I can find online this is a fairly common issue but I can’t find a solution that works for me nevertheless.

Thanks for any input,
Max.
 
However now when I run startx I get the error: no screens found.

From what I can find online this is a fairly common issue but I can’t find a solution that works for me nevertheless.
First, check the kldstat output (and share with us). Did the DRM load correctly?
 
 
Back
Top