From f0520977268ba18ffe7849147ea1f116727f7d74 Mon Sep 17 00:00:00 2001 From: Ahmed AbdelHalim Date: Sat, 25 Apr 2026 23:16:46 +0200 Subject: Disable the Mac nvidia GT750M The driver is correct, but the mac doesn't allow it to be used alone, causing higher CPU usage, plus a lot of games fail to work on the mac --- roles/gpu_driver/vars/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/gpu_driver/vars/main.yml b/roles/gpu_driver/vars/main.yml index cf52494e..1b6c3993 100644 --- a/roles/gpu_driver/vars/main.yml +++ b/roles/gpu_driver/vars/main.yml @@ -2,7 +2,7 @@ gpu_driver_map: - match: "GeForce GTX 1060" role: "nvidia_gtx1060" - - match: "GeForce GT 750M" - role: "nvidia_gt750m" + # - match: "GeForce GT 750M" + # role: "nvidia_gt750m" - match: "VGA compatible controller: Intel" role: "intel_graphics" -- cgit v1.2.3