LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   x11 offscreen window rendering? (https://www.linuxquestions.org/questions/linux-software-2/x11-offscreen-window-rendering-644481/)

konqi 05-24-2008 09:26 AM

x11 offscreen window rendering?
 
i think i read something about offscreen window rendering in linux (i'm not sure about it). But is this enabled by default (i use slackware)? Does it even exist? And how can i activate it?

seraphim172 05-26-2008 06:18 PM

off-screen image or window
 
Off-screen rendering is quite common. The most basic use is to display a window double-buffered to avoid flickering - usually done with animations or window managers.

To implement it you need to write programs using one or more graphic libraries, like Xlib, Cairo, Allegro or similar.

A graphic canvas is actually just a memory allocation. To make it show up on your monitor it has to be copied to the video memory of your video device (monitor).

The term off-screen window can also mean a window that is simply placed outside of the visible part of the display. This was quite common with old Mac systems, where windows where hidden simply by moving them out from the visible view.

Linux Archive


All times are GMT -5. The time now is 09:49 PM.