From 7505463eeb1daf8dba765361c07959e9a4491b2e Mon Sep 17 00:00:00 2001 From: Hoang Hong Quan Date: Fri, 25 Oct 2024 20:54:38 +0700 Subject: [PATCH] Remove unnecessary boot arguments for NVIDIA Kepler GPUs --- Scripts/config_prodigy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/config_prodigy.py b/Scripts/config_prodigy.py index 87084c7..dc9597c 100644 --- a/Scripts/config_prodigy.py +++ b/Scripts/config_prodigy.py @@ -441,7 +441,7 @@ class ConfigProdigy: if needs_oclp: if discrete_gpu.get("Manufacturer") == "AMD": boot_args.append("-radvesa") - elif discrete_gpu.get("Manufacturer") == "NVIDIA": + elif discrete_gpu.get("Manufacturer") == "NVIDIA" and not "Kepler" in discrete_gpu.get("Codename"): boot_args.extend(("nvda_drv_vrl=1", "ngfxcompat=1", "ngfxgl=1")) elif kext.name == "AppleALC": if hardware_report.get("Sound"):