Hi Michael,

Is souinds like the Nvidia driver is trying to treat the quadroplex as
a single graphics context and then do it's SLI/(distributed GL
implementation) behind the scenes.  Personally I think this is the
wrong way to use multiple graphics cards...  one should treat them as
four separate graphics cards and cull to each slave camera for best
performance...

Anyway, if you are going to use this system with the distributed GL
implementation active and only one user side graphics context/screen
then the OSG should be able to open a single window across the whole
region.  If it isn't then it might be that the window manager is
redirecting the window to a small size, when this happens you need to
enable the X11 override redirect which effectively tells the window
manager that "don't touch my window settings I know what I doing".
Producer .cfg and osgViewer (if you set it up manually using
osg::GraphisContext::Traits::overrideRedirect to true) support
override redirect.

Robert.


On Wed, Feb 11, 2009 at 8:33 PM, Michael Logan <michael.a.lo...@nasa.gov> wrote:
> I see there is a lot of OSG testing going on right now,
> so whenever someone has a minute to muse over this...
>
> I'm using OSG -2.6.0 on Linux (centos-5),  nvidia 177.xx.xx drivers.
>
> The mosaic mode on the quadroplex allows one X-screen to
> span all four monitors (4 DVI outs).
>
> Speed seems excellent, however whether using a  .CFG
> file or .VIEW file,  I cannot get OSG to open a window
> across the entire x-screen.
>
> Only one window shows up, although it has the correct
>  viewport settings (as tho it were part of 4 screens).
>
> If I open a small window (with border decorations), then
> I can easily resize, to span the entire 4 monitors.
>
> strange, huh?
>
> ml
>
>
>
> --
> Michael Logan Perot Systems Govt. Services / NASA Ames Res. Ctr.
> S/W Engineer - Lunar Atmosphere Dust Environment Explorer
> Task Lead    - Visual Cueing & Simulation
> Task Lead    - Human Manual & Operational Control Performance
> http://ti.arc.nasa.gov/profile/mlogan
>
> _______________________________________________
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to