I need to mirror flip one display and can’t find the setting.
I’m developing an XR display where the left and right views from two monitors are optically folded by a mirror to provide passive (polarized) stereo 3D. One display should be normal, the other needs to be horizontally mirror-flipped.
Going through the NVIDIA control panel, I’m not finding the setting I need to mirror flip one of the displays in order to make this setup work . Is there a hidden menu I could use, or do I have to go through the Warp and Blend API?
Card: Quadro RTX 5000 (notebook)
Driver: 528.24 (DCH)
Host machine: Dell Precision 7750 laptop, running two 2k monitors via the two Thunderbolt ports.
there is an option in the Control Panel to flip one display in stereo mode horizontally and vertically. For more control you will need a tool called “configureMosaic.exe”.
The prerequirement is an Ampere GPU or later and it’s only guaranteed to work for desktop GPUs. Notebooks might include video switches to drive a display from the integrated or dedicated GPU etc, so it might work on some notebooks but not others.
To use the Control Panel:
Display → Setup multiple displays
Right click one display, Smart Clone with the second display
3D Settings → Manage 3D settings
Set Stereo - Display Mode to Planar stereo mirror display
Great! Thanks for the reply- Regarding the control panel settings, I am able to choose Smart Clone between the two displays. I don’t, however, see the “Planar stereo mirror display” setting in 3D settings → Set Display mode :
Is this because I’m only on a RTX 5000 (mobile) and not a Ampere GPU (or were you simply noting that the Ampere was required for the Mosaic Utility Tool) ?
I thought I remember seeing Planar’s (now 3D PluraView) manual say it supported my GPU as well as Ampere’s (here’s their setup instructions: https://kelyn3d.com/wp-content/uploads/2020/12/How-To_setup_3D-PluraVIEW_with_nVIDIA_Quadro-Cards.pdf) . That makes me wonder if my control panel version / or driver is not correct (NVIDIA Control Panel version is 8.1.963.0) ? Thanks again for any further insights.
There was a new hardware feature added in Ampere to allow such mirrored scanouts. So it’s not just the tool requiring an Ampere. The Control Panel makes use of the same feature (the tool just allows you more control).
OK, thank you. Sounds like I’d want to upgrade to an Ampere GPU to get this functionality out of the box.
I took a look at the link which mentioned using the NV API Warp and Blend functions in the NV API. Perusing the API functions, I couldn’t locate which functions would accomplish horizontal mirror flipping. Would you know which direction I might go using the API?
we have sample code here: https://developer.nvidia.com/warp-and-blend. Note that this would be a “software” fallback and not using the Ampere (and later) hardware for more efficient scan-out.
On Ampere and later I’d recommend to setup your system with ConfigureMosaic mentioned above.