<div dir="ltr"><div>In case this helps someone else, here are the variables that Robert referred to:</div><div><br></div><div>OSG_CONFIG_FILE - set to a filename where a configuration is read. I'm still trying to determine the format of this.</div><div>OSG_SCREEN - Set to a screen number. Under Linux it appears to refer to an X11 screen number (seems like it would be more useful to be an Xinerama screen number, though).</div><div>OSG_WINDOW - Same as using --window. Set to 4 values separated by spaces: x y w h; where x and y give the origin of the window and w and h is the size of the window. The window will have decorations (window bar etc.)<br></div><div>OSG_BORDERLESS_WINDOW - same as OSG_WINDOW but without a border. This is what I was originally looking for.<br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr">On Sat, Sep 8, 2018 at 3:40 AM Robert Osfield <<a href="mailto:robert.osfield@gmail.com">robert.osfield@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">HI Eric,<br>
<br>
The change in behaviour is actually a fix for a regressions that<br>
happened when the Linux window managers changed.  It's just the<br>
default behavior that has changed for setUpViewAcrossAllScreens(), so<br>
it now behaves as it should.  You can adjust what happens by default<br>
using the Producer config files still if you want, or one of the env<br>
vars.  Run osgviewer --help-env to see the env vars.  The env vars<br>
<br>
You don't have to rely upon defaults in your application for window<br>
creation, you can explicitly set up the views windowing via on of the<br>
include/osgViewer/config/*, or st up the Camera and Windows manually<br>
as per the osgcamera example.<br>
<br>
Robert.<br>
_______________________________________________<br>
osg-users mailing list<br>
<a href="mailto:osg-users@lists.openscenegraph.org" target="_blank">osg-users@lists.openscenegraph.org</a><br>
<a href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org" rel="noreferrer" target="_blank">http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org</a><br>
</blockquote></div>