[Bug 247416] x11-servers/xorg-server: DRI2 fails on AMD Polaris 10

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jun 20 11:04:16 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247416

--- Comment #21 from Adam Jimerson <vendion at gmail.com> ---
It looks like things are still failing with mesa-dri 19.0.8_7, although it
seems that the core problem is X11 is not using the correct driver.

I even tried creating a /usr/local/etc/X11/xorg.conf.d/ config file to try and
tell X11 to load the amdgpu driver and it still failed with the "No screens
found" error.

Section "Device"
    Identifier "Card0"
    Driver     "amdgpu"
EndSection

I was hoping that would cause X11 to look for
/usr/local/lib/xorg/modules/drivers/amdgpu_drv.so instead of
/usr/local/lib/xorg/modules/drivers/ati_drv.so like it seems to want to do.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-x11 mailing list