Re: How do you access second display adapter without being a desktop extension?



I'm under the impression I should be able to use the second display
adapter on a multiport video card independent of the desktop display
adapter. Is this true? Everytime I try to create an DX device for the
second adapter I get an error. Is it possible to access the second
display adapter without being an extension of the desktop? If so, could
be point me to any information that shows how to do this?

To show up in the adapter ennumeration, the device needs to have
the "Extend my Windows Desktop onto this monitor" option checked
in the display settings. Otherwise, DirectX can't see it.

It you already have this, then check that you aren't trying to
create your second device with the HWND used for your first.
It needs it's own window.

Your second device may also not have the caps of your first -
don't assume that the create struct for the first device will
work with the second. For instance, I work with a system that
uses the same dimensions on bothe devices, but different refresh
rates.

Cheers,

- SamB


.



Relevant Pages

  • Display Properties will not apply settingsNVIDIA RIVA TNT2 Model 6
    ... my settings in display properties resets to ... apply and restart and they reset to the above. ... The correct monitor and Adapter are selected. ... I ran a update search for each and it says I have the latest driver version. ...
    (microsoft.public.windowsxp.general)
  • Re: Dave the Barbarian, a call to arms
    ... AdapterName "Microfield T8/2 High Resolution Graphics Controller" ... capturing the VGA video data and expanding it to a full screen display. ... Prompt "Interrupt Level" ... "To configure this adapter you must choose the Interrupt Level. ...
    (comp.sys.ibm.ps2.hardware)
  • i810 graphics problem (was: Second Install not going so well)
    ... Last time the install couldn't sense what ... The display was sharp, in focus and perfect ... The video adapter is built into the mother board and so I went to the ... Video Graphics down integrated in chipset. ...
    (Debian-User)
  • Re: hWnd and multiple monitors/adapters?
    ... The final display is done after the original adapter does all the rendering ... with PS3.0) render a scene then show it on a Voodoo3. ... It seems rather strange that a window residing ...
    (microsoft.public.win32.programmer.directx.graphics)
  • Re: Running an application with multiple FilterGraphs
    ... >>less under different Display Adapter? ... On one PC, I was able to open 14 Graphs under one process, but couldn't open ... I based my renderer on DirectDraw, ...
    (microsoft.public.win32.programmer.directx.video)

Loading