Lakr233 / BBackupp

Automated iOS Backup Robot
GNU General Public License v3.0
1.03k stars 103 forks source link

Latest Version force use discrete GPU on Intel Macs #17

Open qinyuhang opened 3 weeks ago

qinyuhang commented 3 weeks ago

As described, the latest version will force use discrete GPU, resulting massive power consumption.

image
Lakr233 commented 3 weeks ago

As you pointed out, MetalView requires a GPU to render the magic blue effect in the app background. This requirement is unavoidable.

However, Colorful has undergone significant updates since the last version and now includes the capability to pause rendering. Therefore, you have the following options:

Lastly, I do not plan to update it for this reason. When you close the window or switch pages, BBackupp continues to operate without rendering the ColorfulView. Activating a GPU on ARM devices without workload does not seem to consume much power, so I’ll leave it for now.