mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-01-27 10:19:49 +00:00
Add bootarg to disable unsupported Integrated GPU
This commit is contained in:
@@ -214,6 +214,9 @@ class ConfigProdigy:
|
||||
if "Discrete GPU" in ",".join(unsupported_devices):
|
||||
boot_args.append("-wegnoegpu")
|
||||
|
||||
if "Integrated GPU" in ",".join(unsupported_devices):
|
||||
boot_args.append("-wegnoigpu")
|
||||
|
||||
return " ".join(boot_args)
|
||||
|
||||
def csr_active_config(self, macos_version):
|
||||
|
||||
Reference in New Issue
Block a user