On 5/3/07, Loic Dachary <[EMAIL PROTECTED]> wrote:
Does this mean that it's not possible to run the examples if your display is not :0 ? I feel like I'm missing something.
The fallback used in osgViewer when no screen is specified is to query the available screens on display 0 then open up a window on each screen. See the code in method View::setUpViewAcrossAllScreens() in src/osgViewer/Viewer.cpp. I'm open to suggestions for improvements. Implementing GraphicsWindowX11.cpp is my foray into X11 programming for over a decade so it may well need some tweaks here and there to make it more flexible, portable across systems. Robert.
_______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
