Where should I add it?

I ran ./dfbinfo and I got

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

(*) DirectFB/Core: Single Application Core. (2012-07-03 12:11)
(*) Direct/Memcpy: Using armasm_memcpy()
(*) Direct/Thread: Started 'VT Switcher' (-1) [CRITICAL OTHER/OTHER
0/0] <8388608>...
(*) Direct/Thread: Started 'VT Flusher' (-1) [DEFAULT OTHER/OTHER 0/0]
<8388608>...
(*) DirectFB/FBDev: Found 'ti81xxfb' (ID 0) with frame buffer at
0xb0b00000, 24576k (MMIO 0x00000000, 0k)
(*) Direct/Thread: Started 'Linux Input' (-1) [INPUT OTHER/OTHER 0/0]
<8388608>...
(*) DirectFB/Input: USB Optical Mouse 0.1 (directfb.org)
(*) Direct/Thread: Started 'Hotplug with Linux Input' (-1) [INPUT
OTHER/OTHER 0/0] <8388608>...
(*) DirectFB/Input: Hot-plug detection enabled with Linux Input Driver
(*) Direct/Thread: Started 'PS/2 Input' (-1) [INPUT OTHER/OTHER 0/0]
<8388608>...
(*) DirectFB/Input: IMPS/2 Mouse 1.0 (directfb.org)
(*) Direct/Thread: Started 'Keyboard Input' (-1) [INPUT OTHER/OTHER
0/0] <8388608>...
(*) DirectFB/Input: Keyboard 0.9 (directfb.org)
(*) DirectFB/Graphics: Generic Software Rasterizer 0.6 (directfb.org)
(*) DirectFB/Core/WM: Default 0.3 (directfb.org)


Is this line is correct ?   (*) DirectFB/Graphics: Generic Software
Rasterizer 0.6 (directfb.org)
Shouldn't it be something like (*) DirectFB/Graphics: DaVinci ...?

One more thing is about directfbrc file, I put it in /etc folder, but
it seems like it isn't being read.
Can this be the problem? Where should I put it?

On Wed, Aug 1, 2012 at 5:13 PM, haithem rahmani
<haithem.rahm...@gmail.com> wrote:
> check the 'videoSetRegion()'  it doesn't check on the "CLRCF_OPTIONS"
> so the DLCAPS_OPTIONS is not supported unless you'll add it.
>
> regards
> Haithem.
>
>
> On Wed, Aug 1, 2012 at 2:30 PM, Alla N <alla...@gmail.com> wrote:
>>
>> Even if I call TestConfiguration function before I call
>> SetConfiguration  I get the error from TestConfiguration.
>>
>> dfb->GetDisplayLayer( dfb, 0, &videolayer );
>>
>> ret = videolayer->SetCooperativeLevel( videolayer, DLSCL_EXCLUSIVE );
>>
>>  videolayer->TestConfiguration(videolayer, &dlc, &errorFlags);
>>
>>
>>
>> On Wed, Aug 1, 2012 at 3:53 PM, egor.zhuk <egor.z...@promwad.com> wrote:
>> > On Wed, 01 Aug 2012 15:20:03 +0300, Alla N <alla...@gmail.com> wrote:
>> >
>> >> Egor,
>> >>
>> >> I get the DFB_BUSY error, what does it mean?
>> >
>> >
>> > According the documentation, SetConfiguration function may be used only
>> > in
>> > exclusive or administrative mode. Check your display layer cooperative
>> > level, maybe it must be changed to DLSCL_EXCLUSIVE or
>> > DLSCL_ADMINISTRATIVE,
>> > depending on your purposes.
>> >
>> > --
>> > BR,
>> > Egor Zhuk
>> _______________________________________________
>> directfb-users mailing list
>> directfb-users@directfb.org
>> http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
>
>
>
>
> --
> Never say that's "impossible", the word itself says "I'm Possible"
>
_______________________________________________
directfb-users mailing list
directfb-users@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to