Accessing FrameBuffer

vijay singh testmrs.evo at gmail.com
Fri Jan 7 04:04:52 PST 2011


Hello,
Is their any api available under Xlib which can give me information of
frame buffer struct (mentioned below).

struct fb_buffer_info {
        u8      bpp ;
        u8      num_buffers ;
        enum    color_mode mode ;
        u32     height ;
        u32     width ;
        u32     stride ;
        struct
        fbbuffer_addr   buffer_address[NUM_FB_BUFFERS];
};

or what is way to get data available under above struct.

Cheers--
Vij




More information about the xorg mailing list