Posted on 04-17-2024 04:13 AM
Hi all looking for some information to make an PPPC for automatic graphics switching on Intel Macbook 2019 (so the user can change this) (for some reason there is an flicker on the screen when you working on the battery)
thanks
Posted on 04-17-2024 05:28 AM
I don't think you can do this via a configuration profile. But others did this by script:
pmset -a gpuswitch 1
https://community.jamf.com/t5/jamf-pro/disable-automatic-graphics-switching/m-p/271443
Posted on 04-17-2024 05:33 AM
Thanks also find that:
Check now with script in Jamf with two options On or Off
#!/bin/bash
pmset -a gpuswitch 1
exit 0
thanks