PDA

View Full Version : Need help using multiple frame buffers



TTGator
20th November 2008, 17:45
Let me start off with some backgound info here... I'm using Qt Embedded on Linux with an ARM processor. Single display. Ubuntu distribution.

What I would like to accomplish is to have two Qt applications running, each writing to its own frame buffer, and let one of the applications be in charge of switching which frame buffer is attached to the display.

Has anyone done this? Or does anyone know how it can be done?

Thanks!