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 my own OpenGL applications. > > I can compile but when I try to launch wrong > pictures appear, the window panel contains a portion of my wallpaper > instead of displaying what the OpenGL programm contains. > > > What's wrong ? > > Have I really compiled the application linked with the NVidia library > ?
Use ldd to check. ldd <executable file> will tell you which libraries its linking with and where. Are they the NVidia .so files? Compare with a working GL application. Kind Regards Crispin Wellington -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]