[Qt-embedded-interest] Linux frame buffer and screen resolutions
Alessio Sangalli
alesan at manoweb.com
Fri Jun 5 02:30:27 CEST 2009
thomas.cooksey at nokia.com wrote:
> What framebuffer driver are you using? The fbdev kernel interface is
> designed for fixed-size framebuffers. When you change modes, the size
> of the framebuffer remains the same, it's just that you don't use all
> of it. Usually there's a kernel/module parameter you can use to set
> the size of this framebuffer - but once the module is loaded, it's size
> is fixed. That's why the pitch or line step is stored in the fixed data.
My hardware framebuffer (for which I wrote a Linux fbdev driver for) can
change resolution and the amount of memory and size of the line of the
display will change. How to conciliate this with the Linux framebuffer /
QWS implementation? I would like to be able to freely change resolution
at run time...
bye
Alessio
More information about the Qt-embedded-interest
mailing list