If I run X on a system with one two headed card and one single head
card, which structure does X build?

display0 - two head card
    screen0 - head1
    screen1 - head2
display1 - single head card
    screen0 - head1
--------------------------------------
display
    screen0 - 2: head1
    screen1 - 2: head2
    screen2 - 1:head1
--------------------------------------
display
    screen0 - two head card
          head0
          head1
    screen1 -single head card
          head 0

In the current DRI code contexts are associated with screens. How
would this work for a card that has no visible screens and is a
compute only render device?

In my EGL code contexts are associated with the card, not the screen.
This is causing me problems when I try using DRI which associates them
with screens.

-- 
Jon Smirl
[EMAIL PROTECTED]


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to