Re: Multi-monitor test-and-feedback app for Windows
- From: Niels Fröhling <spamtrap@xxxxxxxxxxxx>
- Date: Sun, 23 Aug 2009 00:16:12 -0600
Jean-Pierre Gygax wrote:
Whether XP can always do it (or Vista using the XP driver model), I'm slightly less sure. But you can sort of observe what happens e.g with VLC (the VideoLAN media player) - the window moves, but the image gets cut off.
The reason for that is that the video buffer is an "overlay", some sort of direct-memory-giveto. The hardware takes a adress of video memory and displays it at a fixed position in screen space, almost as if you would "overlay" an analogue PIP video signal on a analogue carrier, you directly mess with the "state" for the display-device instead of the source.
That's why you also get popping delays while moving an "overlay", the GUI-state and the "overlay"-state are on two different sides of the render process, and very difficult to synchronize.
And well that's the reason why you get the image cut off, the address can for obvious reasons not be on a mem-chip of the other card. Of course it's being a bit lazy also, making aligned "overlays" on two cards with time-sync is possible; maybe not nice though.
AFAIK, I'm no real expert. :)
Ciao
Niels
.
- References:
- Re: Multi-monitor test-and-feedback app for Windows
- From: jbwest
- Re: Multi-monitor test-and-feedback app for Windows
- From: Jean-Pierre Gygax
- Re: Multi-monitor test-and-feedback app for Windows
- From: jbwest
- Re: Multi-monitor test-and-feedback app for Windows
- From: Jean-Pierre Gygax
- Re: Multi-monitor test-and-feedback app for Windows
- From: jbwest
- Re: Multi-monitor test-and-feedback app for Windows
- From: Jean-Pierre Gygax
- Re: Multi-monitor test-and-feedback app for Windows
- From: jbwest
- Re: Multi-monitor test-and-feedback app for Windows
- From: Jean-Pierre Gygax
- Re: Multi-monitor test-and-feedback app for Windows
- Prev by Date: Re: VM Acceleration
- Next by Date: Re: VM Acceleration
- Previous by thread: Re: Multi-monitor test-and-feedback app for Windows
- Next by thread: Re: Multi-monitor test-and-feedback app for Windows
- Index(es):
Relevant Pages
|
Loading