On Sun, 6 Aug 2017 03:53:05 +0000 (UTC) Amadeus W.M. wrote: > Linux alpha 4.11.11-300.fc26.x86_64 #1 SMP Mon Jul 17 16:32:11 UTC 2017 > x86_64 x86_64 x86_64 GNU/Linux I'm on fedora 24 at the moment, so the libraries may be different. Actually, things are apparently radically different. On my fedora 26 system at work, there is no nvidia file under /etc/ld.so.conf.d, so things must work in some completely different way on f26. Looking at the libraries loaded by a GL program on my f26 system at work, I see a new one: /lib64/libGLdispatch.so.0 which is part of the libglvnd package that says: libglvnd is an implementation of the vendor-neutral dispatch layer for arbitrating OpenGL API calls between multiple vendors on a per-screen basis. So maybe your aren't supposed to have any ldconfig overrides any longer. Could the one you see be leftover from an upgrade versus a fresh install? I see the rpm at work: xorg-x11-drv-nvidia-libs-375.66-7.fc26.x86_64 contains things that look like they might be nvidia specific versions of stuff ligvlgnd might be dispatching: /usr/lib64/libEGL_nvidia.so.0 /usr/lib64/libEGL_nvidia.so.375.66 /usr/lib64/libGLESv1_CM_nvidia.so.1 /usr/lib64/libGLESv1_CM_nvidia.so.375.66 /usr/lib64/libGLESv2_nvidia.so.2 /usr/lib64/libGLESv2_nvidia.so.375.66 /usr/lib64/libGLX_indirect.so.0 /usr/lib64/libGLX_nvidia.so.0 /usr/lib64/libGLX_nvidia.so.375.66 /usr/lib64/libnvidia-cfg.so.1 /usr/lib64/libnvidia-cfg.so.375.66 /usr/lib64/libnvidia-eglcore.so.375.66 /usr/lib64/libnvidia-fbc.so.1 /usr/lib64/libnvidia-fbc.so.375.66 /usr/lib64/libnvidia-glcore.so.375.66 /usr/lib64/libnvidia-glsi.so.375.66 /usr/lib64/libnvidia-ifr.so.1 /usr/lib64/libnvidia-ifr.so.375.66 /usr/lib64/libnvidia-tls.so.375.66 /usr/lib64/nvidia /usr/lib64/vdpau/libvdpau_nvidia.so.1 /usr/lib64/vdpau/libvdpau_nvidia.so.375.66 _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx