azyukei / welly

Automatically exported from code.google.com/p/welly
GNU General Public License v2.0
0 stars 0 forks source link

Welly depends on discrete GPU #66

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open Welly, GPU switched to discrete
2. Close the window, GPU still on discrete
3. Quit Welly, GPU switched back to integrated

What is the expected output? What do you see instead?
Expect Welly to work under either discrete or integrated GPU, but Welly seems 
to depend on discrete GPU.

What version of the product are you using? On what operating system?
Welly 2.64 on OS X 10.8.2 on a Mid-2012 non-Retina MBP

Please provide any additional information below.
MBP can become very hot when discrete GPU keeps powered on. Used gfxCardStatus 
to confirm.

Original issue reported on code.google.com by zuxy.m...@gmail.com on 16 Nov 2012 at 7:51

GoogleCodeExporter commented 9 years ago
Append

    <key>NSSupportsAutomaticGraphicsSwitching</key>
    <true/>

before </dist> in Info.plist fixed the problem.

Original comment by zuxy.m...@gmail.com on 16 Nov 2012 at 11:31