On Tue, Apr 14, 2009 at 10:36:28AM +0530, tina nambiar wrote: > Hi Ville Syrjala, > > We tried running mplayer application(./mplayer -vo fbdev > msc.mpg) on this same arm board , but the video output does not appear on > the screen whereas the application is running fine . when we run using > x11(./mplayer -vo x11 msc.mpg) the video output is displayed on the > screen . I would like to ask you, if framebuffer driver is > broken will the mplayer application run(is this why the ouput cannot be > veiwed on screen) .
I don't know. Check if the code depends on fb_fix_screeninfo.line_length being set. Fixing your fb driver should be easy though, just set line_length properly. -- Ville Syrjälä [email protected] http://www.sci.fi/~syrjala/ _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
