On Wed, 9 Oct 2002, Verduzco Jesus Alberto wrote:

> Mark
> 
>      Thanks for your answer, neverthless I have other
> doubts:
> 
>       Let us retake the previous scene, xinerama with
> two screens D1 and D2.
> 
>     "All rendering requests are duplicated and sent to
> both screens
> all the time.  If the window is not visible, rendering
> simply
> clipped away as it normally would when rendering to a
> window that
> is not visible."
> 
>     * What is exactly the clipped operation?
 
    I'm not sure what you're asking.  If the window is not
visible, it has an empty cliplist.  There is simply nothing
to draw.


>     * On  the Screen D2 (where the xterm window is not
> visible),  how
>       the xterm window is stored (a set of rendering
> request or
>       a set of pixels)?  Where these data are stored?
> 
> I was reading the Xinerama  documentation : " A region

   Documentation?  Where?

> ( XineramaScreenRegiosn[i] is initialized for each
> physical screen, and single region (
> PanoramiXScreenRegion) is initialized
> to be the union of the screen regions."
> 
> What the regions are used for ?
>

    There is a "PanoramiXScreenRegion" in the server.  It doesn't look
like it's used for anything and is just leftover from DEC's original
implementation (I guess I should remove it).

    XineramaScreenRegions are the parts of the desktop that each 
individual screen takes up.  This is really only used in GetImage
calculations.

                        Mark. 
_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to