diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-14 17:39:42 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-14 17:39:42 +0200 |
| commit | 108ecc5cfc1d40899c8eb559f0f6600770a73f0c (patch) | |
| tree | de08c4d0e16684b658ad0243b1589abf65ce9654 /roles/gpu_driver | |
| parent | 4f29b6dd05b4826f7a1df57d70537f2dc8d1d8f8 (diff) | |
Re-implement gt750 role to just increase performance of nouveau driver
Co-Authored-By: Claude.ai
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 1b6c3993..cf52494e 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" |
