Subversion Repositories programming

Rev

Rev 306 | Rev 312 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 306 Rev 307
Line 83... Line 83...
83
        printf ("Error initialising GGI!\n");
83
        printf ("Error initialising GGI!\n");
84
        exit (1);
84
        exit (1);
85
    }
85
    }
86
 
86
 
87
    /* Try to open the screen */
87
    /* Try to open the screen */
88
    if ((vis = ggiOpen (NULL)) == NULL)
88
    /* if ((vis = ggiOpen (NULL)) == NULL) */
-
 
89
    if ((vis = ggiOpen ("display-fbdev:-noinput", NULL)) == NULL)
89
    {
90
    {
90
        printf ("Error opening visual!\n");
91
        printf ("Error opening visual!\n");
91
        ggiExit ();
92
        ggiExit ();
92
        exit (1);
93
        exit (1);
93
    }
94
    }