[Splashy-devel] Help with debugging

Luis Mondesi lemsx1 at gmail.com
Tue Dec 23 15:18:34 UTC 2008


On Tue, 2008-12-23 at 08:59 +1100, Tim Richardson wrote:
> In splashy_video.c there are these lines: 
> 
> splashy_start_splash ()
> 
> 	DirectFBSetOption ("quiet", NULL);
>         DirectFBSetOption ("no-debug", NULL);
>         DirectFBSetOption ("graphics-vt", NULL);
>         DirectFBSetOption ("no-cursor", NULL);
> 
> 
> What is the correct way to turn on debugging for directfb?  
> 
> I find the directfb reference manual no help.

Tell me about it. Try "man directfbrc".

You can simply remove:
DirectFBSetOption ("quiet", NULL);
DirectFBSetOption ("no-debug", NULL);

And then add:
DirectFBSetOption ("no-debug", NULL);

If you join #splashy you can get help faster ;-) (if only slightly
faster)

Regards,




More information about the Splashy-devel mailing list