Author: Sam BrownSam Brown Date: Sep 15, 2008 16:05
"Arto" discussions.microsoft.com> wrote in message
news:F645C1BA-2B85-42B0-A530-38B3E1035DAC@microsoft.com...
> The only way I can ever totally avoid tearing is by using exclusive mode.
> I
> haven't tried exclusive mode with several graphics adapters though.
It works. You need to create a window on each display, then create a device
for each of those windows. You'll be able to specify exclusive mode (which
you need set to be able to sync IIRC) for each of those devices. They may
still not sync perfectly with each other, but they will sync to the refresh
rate of the individual displays.
NB: The last version I did that with was DX8.1, so it's _possible_ it may
not work any more with 9 or 10.
- SamB
|