diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-04-07 00:10:32 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-04-07 00:12:25 +0200 |
| commit | 3b5aeebb4af21894ad75e2d9772159511eeb1457 (patch) | |
| tree | 322b30cc3b32f2f0a334100bbefe9aa8a68cca48 /roles/gpu_driver | |
| parent | ad7cbc3511d201711c8c3bad0b3882e8e57a8d7d (diff) | |
Add nvidia gtm 750M for the mac
Diffstat (limited to 'roles/gpu_driver')
| -rw-r--r-- | roles/gpu_driver/meta/argument_specs.yml | 2 | ||||
| -rw-r--r-- | roles/gpu_driver/vars/main.yml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/roles/gpu_driver/meta/argument_specs.yml b/roles/gpu_driver/meta/argument_specs.yml index 39ae9f59..2e923875 100644 --- a/roles/gpu_driver/meta/argument_specs.yml +++ b/roles/gpu_driver/meta/argument_specs.yml @@ -3,5 +3,5 @@ argument_specs: main: description: > Detects the GPU present on the machine using PCI device information and - includes the matching driver role (intel_i915 or nvidia_gtx1060). + includes the matching driver role (intel_i915, nvidia_gtx1060, or nvidia_gt750m). options: {} diff --git a/roles/gpu_driver/vars/main.yml b/roles/gpu_driver/vars/main.yml index 8ad2da61..1ce84758 100644 --- a/roles/gpu_driver/vars/main.yml +++ b/roles/gpu_driver/vars/main.yml @@ -2,5 +2,7 @@ gpu_driver_map: - match: "GeForce GTX 1060" role: "nvidia_gtx1060" + - match: "GeForce GT 750M" + role: "nvidia_gt750m" - match: "VGA compatible controller: Intel" role: "intel_i915" |
