Pages

Thursday, 18 July 2013

NVIDIA 32bit OpenGL Libraries on 64bit Linux

A short and sweet post, but it appears many people have the same issue installing the latest nvidia drivers using their installer, mainly to do with using the 32bit compatibility libraries. There are a couple of options to the installer you can use to decides where they should be put, these are:

  • --compat32-chroot
  • --compat32-prefix
  • --compat32-libdir
(I think, this is from memory)

You may find your apps still can't find them. Well it turns out theres an easier solution:

# echo "<path to libraries>" >> /etc/ld.so.conf.d/nvidiagl.conf
# ldconfig

Thats it. For example if you use the default paths, <path to libraries> should be /emul/ia32-linux/usr/lib

1 comment:

  1. Hello! You may find a list of NVidia drivers on this page http://bitdrivers.com/manufacturers/nvidia NVidia drivers download for Windows. To download a particular NVidia driver, simply select it from the list below. After upgrading to Windows 10, the struggle with finding the right driver for NVidia was real. This website really helped me out.

    ReplyDelete