Re: [osg-users] WGL_NV_gpu_affinity

2009-01-03 Thread Ferdi Smit
Interesting Stefan, I didn't know that. So how would one achieve similar effect on non-quadro cards? Surely it must be possible to use two GPUs independently? If not, that means that multi-GPU systems are inherently broken on windows? Or can I setup truly independent screens in driver

[osg-users] error compiling osg 2.6.1 on mac os x 10.4.11

2009-01-03 Thread Francesco Argese
Hi guys, i'm trying to install OSG 2.6.1 on Mac OS X 10.4.11. The version of cmake is 2.6-patch 2. The version of gcc is i686-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5250) The version of g++ is i686-apple-darwin8-g++-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5250) I

Re: [osg-users] WGL_NV_gpu_affinity

2009-01-03 Thread Stefan Eilemann
On 3. Jan 2009, at 10:01, Ferdi Smit wrote: Interesting Stefan, I didn't know that. So how would one achieve similar effect on non-quadro cards? To my knowledge: 1) Use Linux/OS X 2) Soft-mod your Geforce to a Quadro 3) It might be possible with ATI cards, I haven't checked that for some

[osg-users] [CMake] Output directory for builds

2009-01-03 Thread Sukender
(This is half-off-topic) Hi all CMake experts, I would like to know how OSG's CMake script generates all binaries in one directory. I mean osgXX-osg.dll (release) and osgXX-osgd.dll (debug) are both generated in /bin, but if I write something like SET (CMAKE_RUNTIME_OUTPUT_DIRECTORY

Re: [osg-users] error compiling osg 2.6.1 on mac os x 10.4.11

2009-01-03 Thread Paul Fotheringham
--- On Sat, 3/1/09, Francesco Argese kekk...@gmail.com wrote: From: Francesco Argese kekk...@gmail.com Subject: [osg-users] error compiling osg 2.6.1 on mac os x 10.4.11 To: OpenSceneGraph Users osg-users@lists.openscenegraph.org Date: Saturday, 3 January, 2009, 11:51 AM Hi guys, i'm

[osg-users] Warnings in VS

2009-01-03 Thread Paul Martz
Hi all -- There seems to be a problem with the current svn head CMake. I'm doing a clean build, and hadn't noticed this problem with current svn head and an existing CMake cache, so delete your cache to reproduce the problem. The default behavior appears to be /W4, and there doesn't appear to be

Re: [osg-users] [CMake] Output directory for builds

2009-01-03 Thread Ralf Stokholm
Hi Sukender from osgmacroutils.cmake around line 160 osg 2.6.1 IF(OSG_MSVC_VERSIONED_DLL) #this is a hack... the build place is set to lib/debug or release by LIBARARY_OUTPUT_PATH equal to OUTPUT_LIBDIR #the .lib will be crated in ../ so going straight

Re: [osg-users] DatabasePager failed when loading ive with outside image

2009-01-03 Thread Gordon Tomlinson
Please don't post the same question multiple times just because you get no answer to the question when you posted it previously, this bad etiquette If this possible bug is important to you then you could actually try to fix it, you have already identified where it may lie and you have access