Results 1 to 2 of 2
Hi, I'm trying to find a 64 bit version of OpenGL for Linux. I tried driver from Nvidia, but it turned out that it required a specific graphics card, (which ...
- 06-09-2010 #1Just Joined!
- Join Date
- Jun 2010
- Posts
- 1
Trouble finding OpenGL for a 64 bit Linux instalation
Hi, I'm trying to find a 64 bit version of OpenGL for Linux. I tried driver from Nvidia, but it turned out that it required a specific graphics card, (which either I don't have, or VMware has trouble noticing that I do. I have a laptop with some Nvidia, Geforce with Cuda card.
In any case, I just need to find 64bit OpenGL for Ubuntu 10.04. I keep finding 32 bit versions, or other versions that don't apply to me.
I'm still kind of new and it's possible that I haven't been looking the most effective places. I tried google and sourceforge, but I couldn't quite find it.
If anyone knows where I can get it, or knows of a better place to look, I would be very grateful.
P.S. I also tried the package manager and the OpenGL site.
- 06-09-2010 #2
do you just mean the development libraries?
basically just install freeglut3-dev package and it should pick up what you needCode:apt-cache showpkg libglut3-dev Package: libglut3-dev Versions: 3.7-25 (/var/lib/apt/lists/ubuntu.media.mit.edu_ubuntu_dists_lucid_universe_binary-i386_Packages) Description Language: File: /var/lib/apt/lists/ubuntu.media.mit.edu_ubuntu_dists_lucid_universe_binary-i386_Packages MD5: a4bedbc6791748219a534475b306fe00 Reverse Depends: Dependencies: 3.7-25 - freeglut3-dev (0 (null)) Provides: 3.7-25 - Reverse Provides: svs@svs-livecd-2:~$ apt-cache showpkg freeglut3-dev Package: freeglut3-dev Versions: 2.6.0-0ubuntu2 (/var/lib/apt/lists/ubuntu.media.mit.edu_ubuntu_dists_lucid_main_binary-i386_Packages) Description Language: File: /var/lib/apt/lists/ubuntu.media.mit.edu_ubuntu_dists_lucid_main_binary-i386_Packages MD5: 79f3fc9a50b1fb368d365cbd8188f334 Reverse Depends: lush,freeglut3-dev libplib-dev,freeglut3-dev liblablgl-ocaml-dev,freeglut3-dev libglut3-dev,freeglut3-dev libglui-dev,freeglut3-dev libghc6-glut-dev,freeglut3-dev libafterimage-dev,freeglut3-dev glutg3-dev,freeglut3-dev glut-doc,freeglut3-dev Dependencies: 2.6.0-0ubuntu2 - freeglut3 (5 2.6.0-0ubuntu2) libgl1-mesa-dev (16 (null)) libgl-dev (0 (null)) libglu1-mesa-dev (16 (null)) libglu-dev (0 (null)) libxt-dev (0 (null)) libxext-dev (0 (null)) Provides: 2.6.0-0ubuntu2 - Reverse Provides:


Reply With Quote