[Bug 217886] xorg fails to init GL on stable/11 because of a devel/libdevq bug(?)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Mar 30 14:54:07 UTC 2017


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

--- Comment #7 from Nils Beyer <nbe at renzel.net> ---
My system: FreeBSD 12.0-CURRENT #0 334829e6c(drm-next)-dirty
My card: Radeon RX460

Thanks for the patch - applied it successfully (had to remove four empty
previous patch files).

Now "glxinfo" tries to load "amdgpu_dri.so". Because this file doesn't exist on
my system, I simply have copied "radeonsi_dri.so" to "amdgpu_dri.so".

Of course, it doesn't work:
--------------------------------------------------------------------------------
libGL error: MESA-LOADER: failed to retrieve device information
libGL error: core dri driver extension not found
libGL error: failed to load driver: amdgpu
libGL error: MESA-LOADER: failed to retrieve device information
libGL error: core dri or dri2 extension not found
libGL error: failed to load driver: amdgpu
--------------------------------------------------------------------------------

sysctl hw.dri
--------------------------------------------------------------------------------
hw.dri.timestamp_precision: 20
hw.dri.vblank_offdelay: 5000
hw.dri.debug: 0
hw.dri.0.modesetting: 1
hw.dri.0.busid: pci:0000:24:00.0
hw.dri.0.vblank: 
crtc ref count    last     enabled inmodeset
  00  00 00003788 00000001 00      00
  01  01 00000000 00000000 00      01
  02  01 00000000 00000000 00      01
  03  01 00000000 00000000 00      01
  04  01 00000000 00000000 00      01
hw.dri.0.bufs: 
hw.dri.0.clients: 
a dev            pid   uid      magic     ioctls
y drm/0        101792     0          0          0

hw.dri.0.vm: 
slot offset             size       type flags address            mtrr

hw.dri.0.name: amdgpu 0x199 pci:0000:24:00.0
--------------------------------------------------------------------------------


I feel we're almost there...

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


More information about the freebsd-x11 mailing list