summaryrefslogtreecommitdiffstats
path: root/roles/gpu_driver/vars
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
commit86a1f06f4a2779609ce69afc35e4b8d389326599 (patch)
tree7db34020e1e3aa426ff5e818b25f31f3924cf97e /roles/gpu_driver/vars
parent6671fa38d7516761a97bdaba40b74bf959eb0f5f (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/vars')
-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"