In reply to "Brian S. Julin" <[EMAIL PROTECTED]>
>
>Do the GGI demos work?  What do you get for error messages when you 
>export GGI_DEBUG=255?

cube3d starts fine. Here is the code call:

if((ggi_running=!ggiInit())==0 || NULL==(visual=ggiOpen(NULL)))
{
  fprintf(stderr, "Could not start GGI.\n");
  terminate(1);
}

And are the messages:

LibGII: Debugging=255
LibGGI: Debugging=255
LibGGI: ggiOpen("display-x::0.0") called
LibGGI: Loading driver display-x::0.0
LibGGI: _ggiAddDL(0x806e000, "display-x", ":0.0", 0x1) called
LibGGI: _ggiLoadDL("/usr/local/lib/ggi/display/X.so", 0x1) called 
LibGGI: hand.handle=0x2806d800
LibGGI: hand.init=0x282129d0
LibGGI: hand.cleanup=0x28212f70
LibGGI: _ggiLoadDL returned 0x805b4e0
LibGGI: X-target wants display :0.0
LibGGI: -2147483648 = dlh->init(0x806e000,":0.0",0x0) - display-x
LibGGI: ggiOpen: failure
LibGGI: ggiOpen("display-fbdev") called
LibGGI: Loading driver display-fbdev
LibGGI: _ggiAddDL(0x806e000, "display-fbdev", "(null)", 0x1) called
LibGGI: _ggiLoadDL("/usr/local/lib/ggi/display/fbdev.so", 0x1) called 
LibGG: unable to open lib: Cannot open "/usr/local/lib/ggi/display/fbdev.so"
LibGGI: hand.handle=0x0
LibGGI: Error loading module /usr/local/lib/ggi/display/fbdev.so
LibGGI: _ggiLoadDL returned 0x0
LibGGI: ggiOpen: failure
LibGGI: ggiOpen("display-svga") called
LibGGI: Loading driver display-svga
LibGGI: _ggiAddDL(0x806e000, "display-svga", "(null)", 0x1) called
LibGGI: _ggiLoadDL("/usr/local/lib/ggi/display/svgalib.so", 0x1) called 
LibGG: unable to open lib: Cannot open "/usr/local/lib/ggi/display/svgalib.so"
LibGGI: hand.handle=0x0
LibGGI: Error loading module /usr/local/lib/ggi/display/svgalib.so
LibGGI: _ggiLoadDL returned 0x0
LibGGI: ggiOpen: failure
LibGGI: ggiOpen("display-aa") called
LibGGI: Loading driver display-aa
LibGGI: _ggiAddDL(0x806e000, "display-aa", "(null)", 0x1) called
LibGGI: _ggiLoadDL("/usr/local/lib/ggi/display/aa.so", 0x1) called 
LibGG: unable to open lib: Cannot open "/usr/local/lib/ggi/display/aa.so"
LibGGI: hand.handle=0x0
LibGGI: Error loading module /usr/local/lib/ggi/display/aa.so
LibGGI: _ggiLoadDL returned 0x0
LibGGI: ggiOpen: failure
LibGGI: ggiOpen("auto") called
LibGGI: Loading driver auto
LibGGI: _ggiAddDL(0x806e000, "auto", "(null)", 0x1) called
LibGGI: LibGGI: no config entry for sublib: auto
LibGGI: ggiOpen: failure
Could not start GGI.
LibGGI: ggiExit called
LibGGI: ggiExit: really destroying.
LibGII: giiExit() called
LibGII: giiExit: really destroying.
LibGII: giiExit: done!
LibGGI: ggiExit: done!

--
Cesar Augusto Rorato Crusius                   o      _     _         _
Stanford University                   __o     /\_   _ \\o  (_)\__/o  (_)
e-mail:[EMAIL PROTECTED]  _`\<,    _>(_) (_)/<_    \_| \   _|/' \/
www.stanford.edu/~crusius          (_)/(_)  (_)        (_)   (_)    (_)'  _\o_

He who sacrifices functionality for ease of use
Loses both and deserves neither

Reply via email to