GTK GUI causing X-freeze ATI Rage 128, Mdk 8.2
Posted: 02.07.2002, 20:20
I have a Mandrake 8.2, with an ATI Rage 128, XFree 4.2 and GTK 2.
Whenever I tried to use the gtk gui (that looks fine by the way) I had an X-Freeze after a little while. So what I did was a ./configure --without-gtk, and of course now I don't have the problem anymore.
Regarding the crash when comming close to ringed planet, in src/celengine/render.cpp, line:
glGetIntegerv(GL_MAX_TEXTURE_UNITS_ARB,(GLint*) &nSimultaneousTextures);
I added the line:
nSimultaneousTextures = 1;
right underneath and now it works fine (or if not everything works completly, at least at don't have program crashes anymore).
Now I can really enjoy Celestia Thank to all the coders !
Cheers,
M.E.
Whenever I tried to use the gtk gui (that looks fine by the way) I had an X-Freeze after a little while. So what I did was a ./configure --without-gtk, and of course now I don't have the problem anymore.
Regarding the crash when comming close to ringed planet, in src/celengine/render.cpp, line:
glGetIntegerv(GL_MAX_TEXTURE_UNITS_ARB,(GLint*) &nSimultaneousTextures);
I added the line:
nSimultaneousTextures = 1;
right underneath and now it works fine (or if not everything works completly, at least at don't have program crashes anymore).
Now I can really enjoy Celestia Thank to all the coders !
Cheers,
M.E.