Quoting Hallvar Helleseth ([EMAIL PROTECTED]): > I'm starting my DirectFB app at boot time, the problem is that all > other text output shows up in the DirectFB console. > > So is there anyway to redirect the output, or something to get rid of > the messages.
There's an option called "graphics-vt" that makes DirectFB use a system call to put the console into graphics mode. This way all text output is discarded by the kernel (or buffered?). It's not default because it's not possible do debugging with it, i.e. it's not possible to switch away from such a terminal without killing the app. > I also get messages in the DirectFB console if any modules are loaded > while the DirectFB app is running. Is there anyway to get rid of this? > (except removing the messages from the source code) The option "quiet" should help, but rather use the method above. -- Best regards, Denis Oliver Kropp .------------------------------------------. | DirectFB - Hardware accelerated graphics | | http://www.directfb.org/ | "------------------------------------------" Convergence GmbH -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-dev" as subject.
