On Wed, 13 Jun 2001, Cesar Crusius wrote:

> 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
                            ^^

Your problem is an parsing issue. I have tested that and can
reproduce your problem.


DISPLAY=":0" libggi/programs/demos/stars

and

DISPLAY=":0.0" libggi/programs/demos/stars

works for me.

But

DISPLAY="::0.0" libggi/programs/demos/stars
         ^^
fails for me as well.


Please give us an output of "echo $DISPLAY" and try

DISPLAY=":0.0" libggi/programs/demos/stars

if this works.

This is necessary to determine if you did something wrong or if
you found a parsing bug.



CU,

Christoph Egger
E-Mail: [EMAIL PROTECTED]

Reply via email to