diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-02-28 16:45:10 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-02-28 16:45:10 +0100 |
| commit | 0cce2285d5bee1e53c58f32b33af8d7e351ee6d7 (patch) | |
| tree | 882c31267cde17155aed0f63a2519ad488cf8fc6 /roles/nvidia_gt750m/meta | |
| parent | 2165226bf04d177ad5ff2b42f148a4b9aa2f12b0 (diff) | |
Replace mac nvidia main driver with integrated driver
The nvidia driver doesn't work no matter what, so replacing it for now
with the integrated CPU i915 driver
Diffstat (limited to 'roles/nvidia_gt750m/meta')
| -rw-r--r-- | roles/nvidia_gt750m/meta/main.yml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/roles/nvidia_gt750m/meta/main.yml b/roles/nvidia_gt750m/meta/main.yml deleted file mode 100644 index bcdaea14..00000000 --- a/roles/nvidia_gt750m/meta/main.yml +++ /dev/null @@ -1,17 +0,0 @@ ---- -dependencies: - - role: "bash" - - role: "linux_headers" - - role: "yay" - when: ansible_facts['os_family'] == "Archlinux" - - role: "multilib" - when: ansible_facts['os_family'] == "Archlinux" -galaxy_info: - author: "a14m" - description: "Install and configure NVIDIA GT 750M legacy (470xx) drivers" - license: "MIT" - min_ansible_version: "2.18" - platforms: - - name: "ArchLinux" - versions: - - "all" |
