Re: sgi 2 mac
Re: sgi 2 mac
- Subject: Re: sgi 2 mac
- From: Mengjuei Hsieh <email@hidden>
- Date: Tue, 18 Mar 2003 15:38:43 -0800
on 3/18/03 14:34, Max Waterman at email@hidden wrote:
> I think this library problem is a red herring.
> Try playing with ogldebug to see if you can find out what kind of visual
> it is asking for. It's the parameters of the call to glXChooseVisual()
> that you want to know.
> It should go something like this :
> $ ogldebug32 insightII
> An ogldebug window opens, click continue; the app should then run (very
> slowly, probably).
> Quit the application, but not the ogldebug window.
> In the ogldebug window, select Information/Call History.
> A window should open listing the graphics contexts - hopefully, there'll
> only be one.
> Select one of the contexts; a context history panel window should appear.
> Look for a line like this (this ones from tex_cube) :
> glsString("Visual Info", "GLX_USE_GL, GLX_DOUBLEBUFFER, GLX_RGBA,
> GLX_RED_SIZE, 8, GLX_GREEN_SIZE, 8, GLX_BLUE_SIZE, 8, GLX_ALPHA_SIZE, 8,
> GLX_DEPTH_SIZE, 24, None");
> This shows you the visual it is getting (requesting?).
> Let me know.
I insert ogldebug32 to the script:
Unfortunately I am not able to reach any SGI console until tomorrow, so I
just run it thru X11.app.
It showed:
<message>
Loading Insight II using OpenGL graphics ...
unable to load font: -*-palatino-bold-r-normal-*-33-*-*-*-*-*-*-*. Trying
8x16.
Insight II Version 2000 Molecular Modeling System
Copyright (C) 2000 Molecular Simulations
----------------------------------------------------------------
Licensed by Molecular Simulations to
2696:42324:6:UNIVERSITY OF CALIFORNIA AT IRVINE
----------------------------------------------------------------
NLS: 1 License(s) for Insight Checked Out
loading internal data files
Warning: Cannot convert string
"-*-screen-medium-r-normal--13-*-*-*-*-*-iso8859-1" to type FontStruct
Couldn't get initial visual in app_init_display
</message>
So there is not any calling history in the Information.
And it stopped in the glXChosseVisual call.
Hope it helps.
Best,
--
Mengjuei Hsieh
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback: http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.