HI Roman,

If you are just creating full screen windows then you should be able
to use native osgViewer implementations for the graphics windows, and
under X11 you'll get a lot more fine control as you easy override the
redirect that the window manager does.

As you have two separate graphics cards for each screen you'll have to
use two separate graphics contexts, and this means two separate
graphics windows.  TwinView is only helpful when you are using a
single context across two screens.

Robert.

On 29 February 2012 11:00, Roman Grigoriev <[email protected]> wrote:
> Hi,
> I have this configuration dual Geforce 580 cards with 4 DVI outputs under 
> Ubuntu 11.10 x64 and 295 drivers.
> So I need to implement following setup
> first screen Qt fullscreen window with embedded OSG displayed on Monitor 
> connected to first GPU.
> second screen fullscreen OSG window, connected to HMD display on second GPU.
> As far as I understand it's better to have shared context because I have to 
> have identical image in embedded OSG window and on second screen.
> Maybe someone advice me what is the best way to use composite viewer or 
> another technique.
> And should I use TwinView or Separate X screens?
>
> Thank you!
>
> Cheers,
> Roman
>
> ------------------
> Read this topic online here:
> http://forum.openscenegraph.org/viewtopic.php?p=45873#45873
>
>
>
>
>
> _______________________________________________
> osg-users mailing list
> [email protected]
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to