Re: [osg-users] Workaround for nVidia + fullscreen + Windows 7

2010-10-07 Thread Wojciech Lewandowski
- let the driver select the method (in my observation NVidia drivers on Win7 defaults to EXCHANGE) Cheers, Wojtek Lewandowski From: Wojciech Lewandowski Sent: Monday, September 27, 2010 2:31 PM To: OpenSceneGraph Users Subject: Re: [osg-users] Workaround for nVidia + fullscreen + Windows 7

Re: [osg-users] Workaround for nVidia + fullscreen + Windows 7

2010-09-27 Thread Wojciech Lewandowski
Hi, I have submitted code changes. Look at osg-submissions for details. Wojtek Lewandowski From: Wojciech Lewandowski Sent: Friday, September 24, 2010 9:44 PM To: OpenSceneGraph Users Subject: Re: [osg-users] Workaround for nVidia + fullscreen + Windows 7 Hi, Exactly as Farshid Said I

[osg-users] Workaround for nVidia + fullscreen + Windows 7

2010-09-24 Thread Farshid Lashkari
Hi, Wojtek suggested I create a separate thread for this, so here it is. I've also been experiencing the fullscreen issue with nVidia cards on Windows 7. Just wanted to let you know that I found a workaround. When creating the OpenGL context, I changed the swap method from WGL_SWAP_EXCHANGE_ARB

Re: [osg-users] Workaround for nVidia + fullscreen + Windows 7

2010-09-24 Thread Robert Osfield
Hi Farshid, On Fri, Sep 24, 2010 at 4:24 PM, Farshid Lashkari fla...@gmail.com wrote: Wojtek suggested I create a separate thread for this, so here it is. I've also been experiencing the fullscreen issue with nVidia cards on Windows 7. Just wanted to let you know that I found a workaround.

Re: [osg-users] Workaround for nVidia + fullscreen + Windows 7

2010-09-24 Thread Farshid Lashkari
Hi Robert, On Fri, Sep 24, 2010 at 9:28 AM, Robert Osfield robert.osfi...@gmail.comwrote: Did you modify the OSG to achieve this? If so could you post the changes. Perhaps this could be made as an runtime option in osgViewer. My application handles all the windowing code itself, so I

Re: [osg-users] Workaround for nVidia + fullscreen + Windows 7

2010-09-24 Thread Chris 'Xenon' Hanson
On 9/24/2010 10:40 AM, Farshid Lashkari wrote: I noticed that GraphicsWindowWin32.cpp hard codes the swap method to WGL_SWAP_EXCHANGE_ARB. To apply this workaround the users would just need to change this to WGL_SWAP_COPY_ARB and recompile. Having this configurable would be ideal, however

Re: [osg-users] Workaround for nVidia + fullscreen + Windows 7

2010-09-24 Thread Wojciech Lewandowski
, September 24, 2010 6:40 PM To: OpenSceneGraph Users Subject: Re: [osg-users] Workaround for nVidia + fullscreen + Windows 7 Hi Robert, On Fri, Sep 24, 2010 at 9:28 AM, Robert Osfield robert.osfi...@gmail.com wrote: Did you modify the OSG to achieve this? If so could you post the changes