> Martin L�tken wrote:
>>
>> Hi
>>
>> Maybe this one should go to the users list, but I have troubles getting
>> on that list.
>> And anyway we are some people starting a project involving embedded
>> linux, and we think DirectFB is the exactly rigt for it. We will along
>> the way probably contribute with some drivers or other things to
>> DirectFB, so thats why I also registered myself on this dev-list.
>>
>> My problem: (present in latest release 0.9.22 as well as cvs snapshot
>> from sunday, Fedora 2.6.9 kernel, Radeon 8500LE)
>> DirectFB bails out in generic.c with unsupported destination format:
>>
>> -------------------------------------------------------------------
>> ML: var.yres_virtual < vyres: 1024, 2048
>> (!!!)  *** WARNING [fbdev driver possibly buggy] *** [fbdev.c:1645 in
>> dfb_fbdev_set_mode()]
>> ML: surface: 0x97812a8
>> (!!!)  *** ONCE [unsupported destination format] ***
>> [gfx/generic/generic.c:5077 in gAcquire()]
>> ----------------------------------------------------------------------
>>
>> The ML: is my own attempt to debug the problem. I am pretty sure it's
>> because my virtual y-resoloution is 1024 instead of 2048, needed for
>> doublebuffer. I have tried a lot of things setting stuff in grub.conf,
>> but I have no clue how to change the value of the virtual resolution. So
>> far I have only tried with VESA driver, because I don't need
>> acceleration right now.
>> grub.conf:  vga=0x31B video=mttr,vesafb:1280x1024,ywrap,mtrr
>>
>
> Set desktop-buffer-mode=frontonly in /etc/directfbrc or ~/.directfbrc.
> If the problem persists, report the output of `fbset -i`, please.
>
>
> --
> Regards,
>       Claudio Ciccani
>
> [EMAIL PROTECTED]
> http://directfb.org
> http://sf.net/projects/php-directfb
>


Hi again

Seems not to change anything:
/usr/sbin/fbset -i:
mode "1024x768-76"
    # D: 78.653 MHz, H: 59.949 kHz, V: 75.694 Hz
    geometry 1024 768 1024 768 32
    timings 12714 128 32 16 4 128 4
    rgba 8/16,8/8,8/0,8/24
endmode

Frame buffer device information:
    Name        : VESA VGA
    Address     : 0xe0000000
    Size        : 6291456
    Type        : PACKED PIXELS
    Visual      : TRUECOLOR
    XPanStep    : 0
    YPanStep    : 0
    YWrapStep   : 0
    LineLength  : 4096
    Accelerator : No

I suppose that it's because the second 768 (virtual y resolution)
in the line: geometry 1024 768 1024 768 32
But how can I increase this number. When using the VESA driver I
probably should do this during boot ... But how ???

Thanks for your help :)

Regards Martin L�tken








> _______________________________________________
> directfb-dev mailing list
> [email protected]
> http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
>



_______________________________________________
directfb-dev mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to