diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-04-25 23:16:46 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-04-25 23:16:46 +0200 |
| commit | 86a1f06f4a2779609ce69afc35e4b8d389326599 (patch) | |
| tree | 7db34020e1e3aa426ff5e818b25f31f3924cf97e /roles/gpu_driver | |
| parent | 6671fa38d7516761a97bdaba40b74bf959eb0f5f (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.yml | 4 |
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" |
