Hello,

That maybe a developer question, but I am still an inexperienced user so 
far...

My Framebuffer device has the below pixel format:
(Atmel AT91SAM9261EK, arm little endian, Linux 2.6.15-4)

 > fbset -i

mode "240x320-2"
        # D: 0.201 MHz, H: 0.722 kHz, V: 2.242 Hz
        geometry 240 320 240 320 16
        timings 4965000 1 33 1 0 5 1
        accel false
        rgba 5/0,5/5,5/10,1/15
endmode

If I look at systems/fbdev/fbdev.c in the DirectFB library, I see that 
DirectFB only supports pixel formats for which red offset > green offset 
 > blue offset instead of red offset < green offset < blue offset in my 
case.

Would this means that

    * It's just that this format is not supported yet by DirectFB, but
      may be one day,
    * Or that the FB driver for my kernel is ordering color information
      in a non standard way?

Thank you in advance for your feedback,

    Sincerely,

    Michael.

-- 
Michael Opdenacker, Free Electrons
Free Embedded Linux Training Materials
on http://free-electrons.com/training


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

Reply via email to