Quoting Scott A McConnell ([EMAIL PROTECTED]): > Can anyone help explain what these error messages are trying to tell me? > Some background process/thread terminating or failing to start? > > bash-2.04# df_stress > (*) parsing config file '/etc/directfbrc'. > > ----------------------- DirectFB v0.9.9 --------------------- > (c)2000-2002 convergence integrated media GmbH > ----------------------------------------------------------- > > (*) Single Application Core. > (*) DirectFB/GraphicsDevice: Generic Software Rasterizer 0.5 > (convergence integrated media GmbH) > df_stress.c <134>: > (#) DirectFBError [dfb->GetInputDevice( dfb, DIDID_KEYBOARD, > &keyboard )]: ID not found!
It looks like no drivers are linked in. Did you link your application the way it is demonstrated in tools/dfb_static_build_example? Important are the -Wl,-u parameters, otherwise the driver's constructors are not referenced and the driver is thrown out by the linker. -- 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-users" as subject.
