summaryrefslogtreecommitdiffstats
path: root/roles/gpu_driver
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2026-04-25 23:16:46 +0200
committerAhmed AbdelHalim <[email protected]>2026-04-25 23:16:46 +0200
commitf0520977268ba18ffe7849147ea1f116727f7d74 (patch)
tree7db34020e1e3aa426ff5e818b25f31f3924cf97e /roles/gpu_driver
parentc7be8e9cd1215b30602b0d9a6d1ec6d8ec8b1aac (diff)
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
Diffstat (limited to 'roles/gpu_driver')
-rw-r--r--roles/gpu_driver/vars/main.yml4
1 files 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"