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 | 0eca6fbefe3c080582310d92347e31dd1f612ed3 (patch) | |
| tree | de08c4d0e16684b658ad0243b1589abf65ce9654 /roles/gpu_driver | |
| parent | a94dd732074fbe0a6b7305830ae96b121aab1fc5 (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" |
