View Full Version : libraries
hpe01
03-01-2001, 08:46 AM
http://www.opengl.org/discussion_boards/ubb/confused.gif
Hello,
I want to make first steps with opengl,
but my question is, if I understood right, then is opengl integrated in Mesa.
Why arenīt libraries how glut available.
Which other packages must I install.
Thanks.
HPE
Mesa does come with glut. Your installation is not correct. You should try reinstalling your RPMs (or Debian packages or tarballs or whatever package system your distro. uses), or download Mesa and compile it yourself.
gahre
03-03-2001, 01:24 AM
Mesa doesn't include OpenGL, it's a kind of OpenGL-clone! And a really good one.
Normally, a lite version of glut comes with Mesa, in order to be able to compile the examples.
If you want a full version of glut, then try freeglut. I haven't tried yet, but you should have a look at: http://freeglut.sourceforge.net/
http://www.opengl.org/discussion_boards/ubb/smile.gif
Originally posted by gahre:
Mesa doesn't include OpenGL, it's a kind of OpenGL-clone! And a really good one.
This is true.
Normally, a lite version of glut comes with Mesa, in order to be able to compile the examples.
Now I'm not entirely sure what you're talking about. A "lite" version? The Mesa GLUT is quite complete, supporting such things as tablets, glx extension querying, fonts, all kinds of crazy shapes (spheres, dodecahedrons, etc), and more.
At any rate, Mesa GLUT seems a lot further along than that free GLUT, and Mesa is under constant development.
hpe01
03-12-2001, 11:17 AM
Thank you all,
it was just: I forgot to install the package
"mesadev" (SuSe). Now it works, but very slowly. Is that because I just have 64 MB Ram or is it my 8MB Graphic-Card?
Thank you so far!
You are probably running in software mode and not HW accelerated mode.
hpe01
03-14-2001, 08:53 AM
What are these modes?
How can I see in which I am and
how do I change?
software mode == everything being done by the CPU
hardware mode == some stuff being done by the graphics card.
(roughly)
Exactly how you get into one mode or the other depends on which version of X you are using and which video card you have.
hpe01
03-15-2001, 04:14 AM
My X-Version is Xfree86 4.0 and I hava a 8MB-ATI-Rage II video card. What have I to do for running in HW?
Beats me.
I'd start by visiting www.xfree86.org (http://www.xfree86.org) and reading about "DRI". It typically involves loading a kernel module and some fancy options in your XF86Config-4 file.
hpe01
03-16-2001, 03:47 AM
OK, thank you!
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.