PPPC for Automatic Graphics Switching (user setting)

PE
Contributor

AGS.pngHi 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

 

2 REPLIES 2

obi-k
Valued Contributor III

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  

PE
Contributor

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