Re: [newbie] OpenGL and Xfree86

2000-01-01 Thread Seth Gibson

On Fri, 31 Dec 1999, Axalon Bloodstone wrote:
 In a console run "gears" and then "glx gears" and you should see the
 improvement.
 
then read the code for gears and go. . .ohhh my god. . .when you realize
that some dude took the time to figure out how to build each gear using calls
to glBegin(GL_QUADS|GL_QUAD_STRIP) (yah i kno you cant call that but for
simplicity eh?). . .definitely worthy of props. . .



Re: Re: [newbie] OpenGL and Xfree86

1999-12-31 Thread MichaelMeding

Hi,

there is no such beast as a tnt driver for Ogl for Xi software.

Greetings

Michael

-- 
Sent through Global Message Exchange - http://www.gmx.net



Re: Re: [newbie] OpenGL and Xfree86

1999-12-31 Thread Seth Gibson

On Fri, 31 Dec 1999, [EMAIL PROTECTED] wrote:
 Hi,
 
 there is no such beast as a tnt driver for Ogl for Xi software.
 
true but in having it at least youd get the free update when it is supported.
.. .



Re: [newbie] OpenGL and Xfree86

1999-12-31 Thread Axalon Bloodstone

On Thu, 30 Dec 1999, Seth Gibson wrote:

 On Thu, 30 Dec 1999, Cyril wrote:
  2- I would like to test the TNT with an OpenGL program. So how can I install
  OpenGL ? Is it part of Xfree86

Actualy the best way is to test the 7.0beta while you can still say "hey
somethings not right here". After you've setup your video (if you had to
tweak it after install) add the following to the /etc/X11/XF86Config
--cut
Section "Module"
load "glx-nv.so"
EndSection
--cut
In a console run "gears" and then "glx gears" and you should see the
improvement.

 There are 3 ways to do this. . .probably the best way to do it right now is
 visit mesa3d.org.  If you can get Mesa31beta-3, grab that. . .31 final is a bit
 buggy when it comes to building. . .From looking at the makefile there is no
 specific option to build Mesa for a tnt, but that's not really a huge issue. .
 .any app is going to request libGL which will probably end up being symlinked
 to libMesaGL and its friends anyway sooo. . .
 
 Alternately you can visit nvidia.com and check out their linux offering.  Note
 that neither one of these offers true hardware accelerated OpenGL support but i
 believe the nvidia vel does offer hardware GLX support. . .
 
 third would be to purchase Xi Graphics OpenGL Accelerated X Server.  99.95 but
 if your a hardcore gamel ol developer it migt be worth it. . .
 
  
  3- could you please give me the address of a very simple OpenGL program that
  could test the board ?
 Mesa comes with a bunch of demos that should do the trick. . .
 

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



[newbie] OpenGL and Xfree86

1999-12-30 Thread Cyril

I have Mandrake 6.1 and a TNT board.

I saw the so called TNT driver included with Mandrake 6.1 (xfree 3.3.4-5) is
a simple SVGA driver.

SO here are my questions :

1- I went to xfree86.org and tried to get xfree 3.3.5 on their ftp site. But
which files should I take ? Why isn't there just one RPM file ???

2- I would like to test the TNT with an OpenGL program. So how can I install
OpenGL ? Is it part of Xfree86 ?

3- could you please give me the address of a very simple OpenGL program that
could test the board ?

thanks

Cyril





Re: [newbie] OpenGL and Xfree86

1999-12-30 Thread John Aldrich

On Thu, 30 Dec 1999, you wrote:
 2. I believe NVIDIA is working on Linux driver. You'd want to check out their
 website.
 
MesaGL. Go do a search. Try on FreshMeat.net
John



Re: [newbie] OpenGL and Xfree86

1999-12-30 Thread Seth Gibson

On Thu, 30 Dec 1999, Cyril wrote:
 2- I would like to test the TNT with an OpenGL program. So how can I install
 OpenGL ? Is it part of Xfree86
There are 3 ways to do this. . .probably the best way to do it right now is
visit mesa3d.org.  If you can get Mesa31beta-3, grab that. . .31 final is a bit
buggy when it comes to building. . .From looking at the makefile there is no
specific option to build Mesa for a tnt, but that's not really a huge issue. .
.any app is going to request libGL which will probably end up being symlinked
to libMesaGL and its friends anyway sooo. . .

Alternately you can visit nvidia.com and check out their linux offering.  Note
that neither one of these offers true hardware accelerated OpenGL support but i
believe the nvidia vel does offer hardware GLX support. . .

third would be to purchase Xi Graphics OpenGL Accelerated X Server.  99.95 but
if your a hardcore gamel ol developer it migt be worth it. . .

 
 3- could you please give me the address of a very simple OpenGL program that
 could test the board ?
Mesa comes with a bunch of demos that should do the trick. . .