Hi David, On Fri, Dec 17, 2010 at 11:53 PM, David Glenn > I took a look at "osgViewer::View::setUpViewAcrossAllScreens" in View.cpp, did some tests on an example file and with little time I had concluded that it’s not how the width is being set in the windows traits! I have two 1600X1200 monitors and it is seeing it as one 3200X1200 monitor as it should! And that is what it's trying to set the view as that but it's getting bumped back to the 1600X1200 screen size for some reason. My gut felling is it's an OpenGL, or X11 isue!
This sounds like the X11 redirect to the X11 window manager that is "deciding" for you that the window is too big and knows better. The Traits::overrideRedirect as I mentioned earlier in this thread is what should address this. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

