Search code examples
mesa

running eagle on Fedora 37


Im trying to run Eagle on Fedora 37, but it doesnt work. it worked prior to updating from fedora 35. Im running in like this QT_XCB_GL_INTEGRATION=xcb_egl ./eagle and get the followng output:

pci id for fd 6: 1002:73bf, driver (null) libEGL warning: DRI3: No driver found libEGL warning: DRI2: failed to open swrast (search paths /usr/lib64/dri) pci id for fd 7: 1002:73bf, driver (null) libEGL warning: DRI3: No driver found libEGL warning: DRI2: failed to open swrast (search paths /usr/lib64/dri) Could not initialize GLX Aborted (core dumped) what could it be?

thanks, Jonas

tried reinstalling all the mesa and libgl stuff but nothing helped. packages are up to date. GPU is a rx6800XT


Solution

  • I had the same problem, my solution was to delete the libEGL.so.1 library packaged with Eagle in the lib directory. It seems that this version of the library is incompatible with the drivers provided with Fedora 37. Now Eagle is forced to use the libEGL library provided with the OS as well and I am able to run it all right.