I bought a new system with an NVIDIA GeForce 9000 graphics card. I downloaded the 64-bit NVIDIA-Linux-x86_64-190.53-pkg2 from the NVIDIA web site which I have installed in my linux kernel 2.6.26. While it was installing it created 32-bit OpenGL but I want to create 64-bit OpenGL. How do I create it?
feedback
|
|
No need. The NVidia driver installed the default architecture OpenGL driver (64bit) and you choose the optional step of also installing 32bit OpenGL. You've got both installed now. If you're having a specific problem (application won't run, opengl doesn't work, crashes), the n post the errors/logs you're getting. | |||
|
feedback
|
|
You may want to look for a pre-packaged version for your distribution, as this is certainly the easiest way to go about doing things. If for some reason you can't get a prepackaged driver, the following information may assist you. Now, as for installing 64-bit support, the latest Linux driver package should have already installed it. What may be causing this issue is simply that your distributions library search paths don't include where the installer put the library. It's been a little while since I needed to know where nVidia's installer likes to put things, so I can't give you an authoritative answer on where to find it, though I'd expect it to be called libGL.so somewhere under /usr/lib64. A few commands that may help you here:
If you find yourself needing to amend the library search path to include this, expect the configuration steps to be distro-specific. The main environment variable you'll be looking for will be | |||
|
feedback
|