> By the way, how do I access the directfb bug tracking system?  The link to
> it on http://www.directfb.org/ go nowhere.

Hi, first you must build DirectFB with support of debug tracking.

configure --enable-debug-support=yes [default = yes]

Secondly, you merely add a line "debug = xxxxx" into your directfbrc file.
The text "xxxx" is a second argument in D_DEBUG_DOMAIN() defined in
most of directfb's files.

E.g. in your case
"debug = FBDev/Mode" - enables the debug tracing in file fbdev.c
"debug = DFDev" - trace the entire domain fbdev
"debug"   - print all debug messages.

-- 
Best Regards
Nikita Egorov
[email protected]
[email protected]
_______________________________________________
directfb-dev mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to