[osg-users] OSG and Xinerama

Robert Osfield robert.osfield at gmail.com
Sat Sep 8 00:39:37 PDT 2018


HI Eric,

The change in behaviour is actually a fix for a regressions that
happened when the Linux window managers changed.  It's just the
default behavior that has changed for setUpViewAcrossAllScreens(), so
it now behaves as it should.  You can adjust what happens by default
using the Producer config files still if you want, or one of the env
vars.  Run osgviewer --help-env to see the env vars.  The env vars

You don't have to rely upon defaults in your application for window
creation, you can explicitly set up the views windowing via on of the
include/osgViewer/config/*, or st up the Camera and Windows manually
as per the osgcamera example.

Robert.


More information about the osg-users mailing list