Hi Bill,
looks like your communication between DirectFB and the fb driver is going wrong.

This:
(!) Davinci/Driver: FBIO_GET_TIMING failed!
   --> Invalid argument
means the kernel doesn't understand the FBIO_GET_TIMING ioctl, and even worse, it thinks you provided a wrong argument. I suggest to check if your kernel supports DaVinci (look for davincifb.c or something like that), and if it does, make sure that the ioctl interface is still matching gfxdrivers/davinci/davincifb.h.

hth
Niels

Brandon Lorenz wrote:
Hi all, I've been off-and-on attempting to get directfb on the davinci for a few months. I am not having very much luck. I am configuring with: "./configure --enable-static --with-inputdrivers=none --disable-fbdev --with-gfxdrivers=davinci --disable-sysfs --disable-multi --disable-sdl --disable-x11 --disable-png --disable-jpeg --disable-freetype --disable-freetype2" on the target. Upon running "./dfbinfo --dfb:video-phys=0x83000000 --dfb:video-length=691200 --dfb:system=davinci" I get:

dfbinfo --dfb:video-phys=0x83000000 --dfb:video-length=691200 --dfb:system=davinci

   ~~~~~~~~~~~~~~~~~~~~~~~~~~| DirectFB 1.3.0 |~~~~~~~~~~~~~~~~~~~~~~~~~~
        (c) 2001-2008  The world wide DirectFB Open Source Community
        (c) 2000-2004  Convergence (integrated media) GmbH
      ------------------------------
----------------------------------

(*) DirectFB/Core: Single Application Core. (1970-01-01 00:14)
(!) Davinci/Driver: FBIO_GET_TIMING failed!
    --> Invalid argument
(*) DirectFB/Graphics: Generic Software Rasterizer 0.6 (directfb.org <http://directfb.org/>)
(*) DirectFB/Core/WM: Default 0.3 (directfb.org <http://directfb.org/>)
(!) IDirectFB_Construct: No layers available! Missing driver?
(#) DirectFBError [DirectFBCreate() failed]: Not supported!

--- I am lost as what to do here to resolve the missing layer (which I guess is the reason for the DirectFBError ultimately). Should I be concerned about the FBIO_GET_TIMING failure? Is this a result of the TI modification to the ioctls in 1.2 LSP? Any guidance would be great. Thanks!


Bill
------------------------------------------------------------------------

_______________________________________________
directfb-users mailing list
directfb-users@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users


--

.------------------------------------------.
| DirectFB - Hardware accelerated graphics |
| http://www.directfb.org/                 |
"------------------------------------------"
_______________________________________________
directfb-users mailing list
directfb-users@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to