nix-install-vendor-gl icon indicating copy to clipboard operation
nix-install-vendor-gl copied to clipboard

libGL isn't put in /run/opengl-driver/lib on Ubuntu 16.10

Open expipiplus1 opened this issue 8 years ago • 4 comments

glxinfo doesn't work after running the install script on Ubuntu 16.10 as libGL.so isn't linked into /run/opengl-driver/lib.

This might be a duplicate of #6

expipiplus1 avatar May 02 '17 16:05 expipiplus1

The procedure which I've found to work on Ubuntu 16.10 is to link into /run/opengl-driver/lib:

  • Everything in /usr/lib/nvidia-375
  • /usr/lib/x86_64-linux-gnu/libXext.so.6
  • /usr/lib/x86_64-linux-gnu/libcuda.so*

expipiplus1 avatar May 02 '17 17:05 expipiplus1

@expipiplus1, this lack of libGL.so.1 is indeed what I'm seeing on 16.04 as well.

deepfire-pusher avatar May 17 '17 12:05 deepfire-pusher

@expipiplus1, can you confirm that the fresh version of this script fixes it?

deepfire-pusher avatar May 17 '17 12:05 deepfire-pusher

I'll check it out next time I set up a machine!

On Wed, 17 May 2017, 1:23 pm Kosyrev Serge, [email protected] wrote:

@expipiplus1 https://github.com/expipiplus1, can you confirm that the fresh version of this script fixes it?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/deepfire/nix-install-vendor-gl/issues/7#issuecomment-302073599, or mute the thread https://github.com/notifications/unsubscribe-auth/AA0U3Injh1QU86xqJ4d4qMe8goFCXHHiks5r6ubVgaJpZM4NOWuv .

expipiplus1 avatar Jun 07 '17 08:06 expipiplus1