Re: OpenGL dev & NVIDIA driver

2002-04-01 Thread Pac
Le 29/03/02 à 11:23, Axel Boyrie a écrit: Axel> Hi, Axel> Axel> The problem is that nvidia use its own opengl libraries and xlibmesa too which create conflict. To compile your own programm, you need xlibmesa3-dev which depend on xlibmesa3. so I have install these mesa libs and then i deleted al

Re: OpenGL dev & NVIDIA driver

2002-03-29 Thread Axel Boyrie
Hi, The problem is that nvidia use its own opengl libraries and xlibmesa too which create conflict. To compile your own programm, you need xlibmesa3-dev which depend on xlibmesa3. so I have install these mesa libs and then i deleted all opengl libraries supplie by xlibmesa3 and it work (don't f

Re: OpenGL dev & NVIDIA driver

2002-03-29 Thread Pac
Le 27/03/02 à 11:11, Crispin Wellington a écrit: Crispin> On Wed, 2002-03-27 at 02:32, Pac wrote: Crispin> > Hi all, Crispin> > Crispin> > I've installed the NVIDIA driver for my GeForce3 graphic card, they Crispin> > work perfectly, I see the Nividia's logo at the startup of my Crispin> > windowm

Re: OpenGL dev & NVIDIA driver

2002-03-27 Thread Ionut Georgescu
I don't think you need mesa for compiling OpenGL apps. If you install the nvidia drivers the debian way (apt-get install nvidia-glx-src nvidia-kernel-src) you'll get a -dev .deb with the nvidia header files. Ionut On Tue, Mar 26, 2002 at 07:32:02PM +0100, Pac wrote: > Hi all, > > I've installed

Re: OpenGL dev & NVIDIA driver

2002-03-26 Thread Crispin Wellington
On Wed, 2002-03-27 at 02:32, Pac wrote: > Hi all, > > I've installed the NVIDIA driver for my GeForce3 graphic card, they > work perfectly, I see the Nividia's logo at the startup of my > windowmanager. > > I've also installed this packages : > glutg3-dev > xlibmesa3 > > to be able to compile m

OpenGL dev & NVIDIA driver

2002-03-26 Thread Pac
Hi all, I've installed the NVIDIA driver for my GeForce3 graphic card, they work perfectly, I see the Nividia's logo at the startup of my windowmanager. I've also installed this packages : glutg3-dev xlibmesa3 to be able to compile my own OpenGL applications. I can compile but when I try to la