On čtvrtek 1. listopadu 2018 4:34:16 CET L A Walsh wrote:
libGL error: No matching fbConfigs or visuals found libGL error: failed to load driver: swrast
...
glxinfo shows support up to openGL version 1.4 (4.6.0 NVIDIA 416.34) (and alot of lines for routines supported).
It seems that you have the NVIDIA proprietary driver installed, but some applications are trying to use the libGL from Mesa. That does not see any supported devices, so it tries to use software rendering and that fails because it would have no way to present the results to the X server. Not sure why, maybe because of mismatched GLX extension... So it looks like broken driver installation. The Mesa and NVIDIA OpenGL implementation can live next to each other nowadays and the GLVND library is used to choose the right one. Apparently it does not work correctly in your case. The driver version is 416.34, which does not look like any version from the official NVIDIA openSUSE repositories. Did you install the driver using a *.run installation file from their web page? If yes, maybe it was not properly configured during the installation, or maybe it got messed up after some updates. I would recommend you to remove all parts of the NVIDIA driver and install one from the repository: https://en.opensuse.org/SDB:NVIDIA_drivers Michal Srb -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org