Re: [osg-users] setUpViewInWindow fails to create graphics context if laptop not docked

2013-02-23 Thread Chris Hanson
Is this a hybrid laptop that has both an NVidia and an Intel graphics chipset/ When un-docked, it may be switching back to the Intel by default. On Sat, Feb 23, 2013 at 9:33 AM, Joshua Cook wrote: > The call to setNumMultiSamples is the culprit. When I was working > yesterday the multisample nu

Re: [osg-users] setUpViewInWindow fails to create graphics context if laptop not docked

2013-02-23 Thread Joshua Cook
The call to setNumMultiSamples is the culprit. When I was working yesterday the multisample number was set at 16 and worked fine. Today, after I found I was having an issue, I started moving the call to realize and run the viewer down the setup routine to see what might be causing the failure.

[osg-users] setUpViewInWindow fails to create graphics context if laptop not docked

2013-02-23 Thread Joshua Cook
I'm working on a 3D simulation project that runs like a dream on my boss's desktop and on my laptop when it is docked and has my two work monitors connected. However, I decided to work from home today so tried to run the project on the laptop without the dock. Before I left work yesterday this