On May 17, 2010, at 6:26 PM, Michael Diehr wrote:
> Update: it appears as if instantiating a dummy NSOpenGLView in my master
> process helps the issue.
>
> I'm not clear whether I actually need to go so far as to create the
> NSOpenGLView and add it as a subview, or if simply linking with the O
Cc: cocoa-dev@lists.apple.com
Sent: Tue, May 18, 2010 5:16:31 PM
Subject: Re: My program causes MacBook Pro to use NVidia graphics
On May 18, 2010, at 3:28 AM, Keith Blount wrote:
> I'm not explicitly linking against the OpenGL framework, though - does this
> mean that another fra
On May 18, 2010, at 3:28 AM, Keith Blount wrote:
> I'm not explicitly linking against the OpenGL framework, though - does this
> mean that another framework I am linking against is invoking it? (I link
> against the QuickLook, AddressBook, Carbon, QTKit,
> QuickTime, Quartz, QuartzCore, WebKit
On May 17, 2010, at 6:41 PM, Dave Keck wrote:
> The user's Energy Saver settings affects which card is used (better
> battery life vs. higher performance.) Not sure if that helps you
> though, since changing the value on my system requires logging out.
According to this:
http://codykrieger.com
Thanks and all the best,
Keith
From: Gideon King
To: Keith Blount
Cc: cocoa-dev@lists.apple.com
Sent: Tue, May 18, 2010 11:01:41 AM
Subject: Re: My program causes MacBook Pro to use NVidia graphics
I'm the one who started the thread, and it's the same for me - my program
doesn
I'm the one who started the thread, and it's the same for me - my program
doesn't explicitly link against those libraries, but something somewhere
obviously does. The first I knew about it was when a customer queried it,
asserting that it was shortening his battery life on his laptop.
Seeing a
Interesting - I only just came across this thread, but one of my users reported
exactly the same thing a few weeks back. As the user just left the comment via
Twitter and I never received anything else, until I saw this thread it had gone
on my curious-must-look-at-that-in-the-future list. The s
On May 17, 2010, at 6:41 PM, Dave Keck wrote:
>> I'm in rather the opposite boat -- my app does NOT trigger the switch to
>> NVIDIA, and my OpenGL calls fail (actually, it's more complicated that this
>> as it's a screensaver and a helper app) but it sounds like if I simply link
>> my bundle to
> I'm in rather the opposite boat -- my app does NOT trigger the switch to
> NVIDIA, and my OpenGL calls fail (actually, it's more complicated that this
> as it's a screensaver and a helper app) but it sounds like if I simply link
> my bundle to one of the GL frameworks (even if I don't need it?
Update: it appears as if instantiating a dummy NSOpenGLView in my master
process helps the issue.
I'm not clear whether I actually need to go so far as to create the
NSOpenGLView and add it as a subview, or if simply linking with the OpenGL
framework is sufficient.
Also - not sure what pixel f
http://codykrieger.com/gfxCardStatus/
On May 17, 2010, at 4:10 PM, Michael Diehr wrote:
> I'm in rather the opposite boat -- my app does NOT trigger the switch to
> NVIDIA, and my OpenGL calls fail (actually, it's more complicated that this
> as it's a screensaver and a helper app) but it sound
I'm in rather the opposite boat -- my app does NOT trigger the switch to
NVIDIA, and my OpenGL calls fail (actually, it's more complicated that this as
it's a screensaver and a helper app) but it sounds like if I simply link my
bundle to one of the GL frameworks (even if I don't need it?) that w
Well your list includes:
/System/Library/Frameworks/OpenGL.framework/Resources//GLRendererFloat.bundle/GLRendererFloat
/System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
/System/Lib
On 04/05/2010, at 10:14 AM, Charles Srstka wrote:
> If you posted the results to the list, it could be very useful, as someone
> may see something in there that they recognize.
>
OK - in case it is useful, here are the results of running the app with that
setting, and sorting the output and re
On May 3, 2010, at 5:59 PM, Gideon King wrote:
> I see from Jens' reply, that I could try DYLD_PRINT_LIBRARIES, but it would
> perhaps not be very useful until I know what I am looking for, and we're not
> going to update the old version of the application anyway. If anyone does
> know if it is
He sends a system profile with the program running and another without it
running. Without the program running, it is as follows:
Graphics/Displays:
NVIDIA GeForce GT 330M:
Chipset Model: NVIDIA GeForce GT 330M
Type: GPU
Bus: PCIe
PCIe Lane Width: x16
VRAM (Tot
On May 3, 2010, at 2:46 PM, Gideon King wrote:
Hi, I've had a query from a user of my software, and he says that
when he runs it, his MacBook Pro switches to use the NVidia graphics
chip.
I haven't done anything in my program to specifically force that
(and I'm not sure whether it is possi
Not particularly. I mean it is a graphics based program, but we don't have
animations going on while the program is just sitting there, and we don't use
any opengl or anything like that. Even when the user is interacting with it,
it's just normal screen redraws - nothing I would have thought wou
Hi, I've had a query from a user of my software, and he says that when he runs
it, his MacBook Pro switches to use the NVidia graphics chip.
I haven't done anything in my program to specifically force that (and I'm not
sure whether it is possible to in normal Cocoa code). Is there something that
19 matches
Mail list logo