On Thu, Dec 16, 2010 at 3:50 PM, Christina Werner <werner...@fh-> Can
somebody help?
> Other ideas? I think it should be possible to span it over 2 fullscreens.

I don't know what OS you are working with.  Often OS's have the
drivers control how the desktop and windows open up on.

I'm only really familiar with X11, in which case the window manager
can redirect windows that an application asks to be opened up across
the whole desktop to just appear on one of the screens.  In this case
you want to tell the OSG to tell X11 to override this redirect, in
osg::GraphicsContext::Traits you'll find an overriderRedirect flag
which need to set to true.  You'll also need to set up X11/OpenGL
drivers so that it uses a single desktop rather than have separate
Displays, for NVidia this is called TwinView.

If you can't achieve a single graphics window across both displays the
OSG still allows you to open up two separate windows and have them
synchronized so that it looks and behaves like a single window.

Robert.
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to