Commit e01424ac authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: set a plist flag to enable a more clever use of dedicated vs. integrated graphics card

Previously, the OS automatically switched from integrated graphics to dedicated ones as soon as VLC is launched since it is using OpenGL. Of course, that's wrong, since VLC runs quite nicely on the integrated ones to draw its single texture, so there is no need to waste battery life on the dedicated card.
parent 73ef71e7
...@@ -1377,5 +1377,7 @@ ...@@ -1377,5 +1377,7 @@
<string>10.5.0</string> <string>10.5.0</string>
<key>NSHighResolutionCapable</key> <key>NSHighResolutionCapable</key>
<true/> <true/>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
</dict> </dict>
</plist> </plist>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment