On Sun, 6 Aug 2017 02:59:25 +0000 (UTC) Amadeus W.M. wrote: > I assume there are people there who are using the nvidia driver right now, > some maybe using the rpmfusion rpms. Can someone post which libGL they > have installed on their system and how they got the whole thing to work? I got it to work by simply installing the rpmfusion akmod package. It makes a file in /etc/ld.so.conf.d/ named nvidia-lib64.conf which points at /usr/lib64/nvidia and /usr/lib64/libglvnd which should override the "default" path where the mesa versions live. BUT: I once discovered a curious thing. If some other totally unrelated package happens to install another file in /etc/ld.so.conf.d which explicitly names the default library locations such as /lib64, then it depends entirely on which way ldconfig happens to hash things as to which library it will find first. So the first step is to see if any other file in /etc/ld.so.conf.d has a line that just says "/lib64" or "/usr/lib64", and if it does complain to whatever package installed that file (which you can find with rpm -q -f full-filename). _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx