Jonathan Gardner writes:
>
>On Sun, 19 Aug 2001 22:18:07 -0400 anno domine,
>"Norman Vine" <[EMAIL PROTECTED]> composed:
>
>NV> Jonathan Gardner writes:
>
>NV> >Now when I upgraded to XFree86-4.1.0 my old libGL and GLU 
>NV> >files didn't seem to work any more so I redirected everything 
>NV> >back to my newest Mesa libGL and libGLU. 
>NV> 
>NV> Probably need to do this for libGLUT too !
>NV> 
>
>Well I gave that a try but I don't seem to have a "libGLUT" I 
>do have a /usr/lib/libglut.so.3.7.0 and two symlinks pointing 
>to that so I basically made the same links in the 
>/usr/X11R6/lib/ directory that I had in the /usr/lib/ but to 
>no avail. Is libGLUT something different?

No this is the file I meant

< disclaimer I do not run Linux but... >
Is this the same version as your newest Mesa Libs ? 
ie I believe that glut is part of the Mesa distribution
if not maybe you have to compile it against the Mesa
that you are using 
< /disclaimer >

FWIW
I have added the following two lines of code in 
$FG_SRC / src / Main / main.cxx  < ~line 1340 >

to the end of

int fgGlutInit( int *argc, char **argv ) {
.....
    fgSetInt("/sim/startup/xsize", glutGet(GLUT_SCREEN_WIDTH));
    fgSetInt("/sim/startup/ysize", glutGet(GLUT_SCREEN_HEIGHT));
}

Not sure that this will help any but this insures that
there is no confusion between Glut and FGFS as to
the size of the window that Glut created.
< It seems as if there was a one frame discrepancy
   when starting in something other then 800x600 >

Cheers

Norman

_______________________________________________
Flightgear-users mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/flightgear-users

Reply via email to