Re: [osg-users] Settings for the GPU Challenged?

2008-03-25 Thread Robert Osfield
On Mon, Mar 24, 2008 at 11:16 PM, Stephan Huber [EMAIL PROTECTED] wrote: Robert Osfield schrieb Its implemented under Windows, and under Linux aaand OS X ;) couldn't resist, Stephan Thanks for the correction, like J-S even I forgot stuff that rattles it way into the OSG ;-) Robet.

[osg-users] Settings for the GPU Challenged?

2008-03-24 Thread Rick Pingry
Hello all, Is there a way to set the resolution of the screen itself for gaming? Lets say you have your viewer window full screen, but the player is on a machine that does not have quite the hot graphics card, so they want to dump their resolution to keep the frame rate up. Are there any other

Re: [osg-users] Settings for the GPU Challenged?

2008-03-24 Thread Robert Osfield
Hi Rick, Have a look at the osg::GraphicsContext::WindowingSystemInterface. The setScreenResolution method is what you want. Its implemented under Windows, and under Linux if you enable the support, I don't recall the details off the cuff though. Robert. On Mon, Mar 24, 2008 at 8:35 PM, Rick

Re: [osg-users] Settings for the GPU Challenged?

2008-03-24 Thread Jeremy Moles
On Mon, 2008-03-24 at 21:23 +, Robert Osfield wrote: Hi Rick, Have a look at the osg::GraphicsContext::WindowingSystemInterface. The setScreenResolution method is what you want. Its implemented under Windows, and under Linux if you enable the support, I don't recall the details off

Re: [osg-users] Settings for the GPU Challenged?

2008-03-24 Thread Rick Pingry
Thanks Guys On Mon, Mar 24, 2008 at 5:24 PM, Jeremy Moles [EMAIL PROTECTED] wrote: On Mon, 2008-03-24 at 21:23 +, Robert Osfield wrote: Hi Rick, Have a look at the osg::GraphicsContext::WindowingSystemInterface. The setScreenResolution method is what you want. Its implemented

Re: [osg-users] Settings for the GPU Challenged?

2008-03-24 Thread Jean-Sebastien Guay
Hello Rick, Is there a way to set the resolution of the screen itself for gaming? Lets say you have your viewer window full screen, but the player is on a machine that does not have quite the hot graphics card, so they want to dump their resolution to keep the frame rate up. OSG itself

Re: [osg-users] Settings for the GPU Challenged?

2008-03-24 Thread Stephan Huber
Robert Osfield schrieb Its implemented under Windows, and under Linux aaand OS X ;) couldn't resist, Stephan ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Re: [osg-users] Settings for the GPU Challenged?

2008-03-24 Thread Jean-Sebastien Guay
Hi Rick, Err, I said on the topic of changing resolutions: OSG itself does not do this, [...] Seems I was wrong from the other replies on this topic. I hadn't noticed the new viewer allowed this... I was under the impression it only allowed an undecorated window of the given size, without