On Fri, Mar 02, 2007 at 11:52:08AM +0530, [EMAIL PROTECTED] wrote: > My driver does some default configuration of the fb structures. Could this > be a problem. I mean i initialize the > fb_var_screeninfo structure and the supported modes in the driver. Could it > be possible that DFB too tries to configure it and then fails to do so thus > crashing??
DirectFB does a FBIOPUT_VSCREENINFO. If your driver refuses to accept the configuration DirectFB will fail. -- Ville Syrjälä [EMAIL PROTECTED] http://www.sci.fi/~syrjala/ _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
