On 09/01/2020 21.17, Alexis wrote: > I moved the nvidia_drv.so and I ran 'update-glx --config nvidia'. But the
That only updates the nvidia alternative (which is irrelevant to you if you have only one driver series installed). > system still has the following : > ls -l /etc/alternatives/glx > lrwxrwxrwx 1 root root 22 Jan 9 19:07 /etc/alternatives/glx -> /usr/lib/mesa- > diverted > Neither this command or the package nvidia-legacy-340xx-driver put the driver > in the correct place. > > Which package or command leads to install/link the nvidia_drv.so in the > correct > place ? The glx alternative is most likely set to manual mode by some earlier actions you did, so it won't change if you install a "better" variant. Use update-glx --config glx to change the glx alternative, ideally set it to "auto". Andreas