-
TNT2 Problem
Howdy.
I'm getting a strange problem with most openGL apps. When I execute a program a new openGL generated window appears as expected, but all the program's output appears at the top left hand corner of my screen. This happens with just about 95% of all the openGL demos found at NeeHee Productions.
Would this be a problem involving glut?
I'm running: TNT2, Redhat 7.0, Xfree86 4.01, 0.9-5 nvidia driver
- Jeff
-
Re: TNT2 Problem
This is usually caused by having a libGL.so file that is from Mesa or some other source other than the nvidia drivers. Check to make sure all your libGL files symlink to libGL.so.1.0.5 (assuming you are running the .9-5 drivers) If they dont, then remove the file then run ldconfig.
Jason
-
Re: TNT2 Problem
That did the trick.
Thanks alot!
- Jeff
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules