Re: [osg-users] Fullscreen dual monitor spanning

2011-01-10 Thread Christina Werner
Okay, I got it to view my windows over 2 fullscreen monitors. I dont know why it works only sometimes, but it works. But How to set the point of view more left/right on one screen? -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=35477#35477

[osg-users] QuadBuffer Stereo

2010-12-30 Thread Christina Werner
Hi, I want my application to run in quadbuffered stereo mode. But it doesn't work for me. I added the following lines to my code: Code: osg::DisplaySettings* ds = osg::DisplaySettings::instance(); ds-setStereo(true); ds-setStereoMode(osg::DisplaySettings::QUAD_BUFFER);

Re: [osg-users] QuadBuffer Stereo

2010-12-30 Thread Christina Werner
Sorry. Graphics card: NVIDIA Quadro FX380 - Quad buffering support! OS: Ubuntu newest version Running Application in Fullscreen No special monitor type, just normal flat lcd. -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=35236#35236

Re: [osg-users] Fullscreen dual monitor spanning

2010-12-23 Thread Christina Werner
I'm a beginner with OSG. Can you please give me some code snippets? Thanks -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=35130#35130 ___ osg-users mailing list osg-users@lists.openscenegraph.org

Re: [osg-users] Fullscreen dual monitor spanning

2010-12-21 Thread Christina Werner
Does it work for anyone? -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=35026#35026 ___ osg-users mailing list osg-users@lists.openscenegraph.org

Re: [osg-users] Fullscreen dual monitor spanning

2010-12-16 Thread Christina Werner
I added eventhandler, but it doesn't work for me! It does not matter how many times I pess 'f', my application will only be shown on one screen. Can somebody help? Other ideas? I think it should be possible to span it over 2 fullscreens. -- Read this topic online here:

Re: [osg-users] Fullscreen dual monitor spanning

2010-12-14 Thread Christina Werner
Hi, I have the following code: Code: #include osg/Node #include osg/Group #include osg/Geode #include osg/Geometry #include osg/Texture2D #include osgDB/ReadFile #include osgViewer/Viewer #include osg/PositionAttitudeTransform #include osgGA/TrackballManipulator #include cstdlib using

Re: [osg-users] Fullscreen dual monitor spanning

2010-11-26 Thread Christina Werner
Can nobody help me? -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=34116#34116 ___ osg-users mailing list osg-users@lists.openscenegraph.org

[osg-users] Fullscreen dual monitor spanning

2010-11-24 Thread Christina Werner
Hi, I want to display my application in fullscreen spanning over two monitors in linux (TwinView). But my application only appears on one of the monitors. It tried to set traits-overrideRedirect = true , but it did'nt work for me. Please help. Thank you! -- Read this topic