New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrated Graphics #1645
Comments
If you make the change yourself, does it work? You can find the Info.plist inside the Quicksilver.app bundle Looks do-able, especially as we've now dropped 10.6 support |
Unfortunately, that nice little Info.plist key will only fix it on dual-GPU MacBook Pros made after early 2011. It doesn't work for, e.g., my Mid-2010 15" dual-GPU MBP. Since Apple's easy solution is also very half-assed, perhaps you wonderful folks would be willing to do something more substantial to rip out the OpenGL calls in QS that are causing this? As mentioned in #1649, this happens for me not only when the About window shows, but also whenever Quicksilver's results list shows! |
Which interface are you using? |
My guess is that it's because of icon loading - that's the only graphics intensive thing that goes on with the results list. Try typing this in terminal and seeing if it makes a difference: defaults write com.blacktree.quicksilver QSLoadImagePreviews False Personally, this is a minor issue for me (I'm lucky and have a cheap and nasty base MBP :D) so I think what we've done is acceptable for now. Rob may feel otherwise once he switches to 10.9 though. On 15 Oct 2013, at 22:45, Sesquipedalian notifications@github.com wrote:
|
Rob: I've tried it with Nostromo, Bezel, White Bezel, Mini-Bezel, Window, Primer, Flashlight, and Cube. Same behaviour in each case. Patrick: There was no change in behaviour after running that command, I'm afraid. |
Hi,
It seems that quicksilver does not support switching to integrated graphics cards. This would mean that the discrete card is always running when quicksilver is running... This could possibly help with battery life on laptops
There is an article on this here: https://developer.apple.com/library/mac/qa/qa1734/_index.html
It seems like a really quick fix.
QA: 1.1.0
OSX: 10.8.5
The text was updated successfully, but these errors were encountered: