summaryrefslogtreecommitdiffstats
path: root/roles/gpu_driver/vars
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-07-14 17:20:21 +0200
committerAhmed Abdelhalim <[email protected]>2026-07-14 17:20:21 +0200
commit0e24c6583a159d1e7626cffec25e30f0656f09b8 (patch)
treee27805d8e54bd325da7016288efa7fb7c3c5dfec /roles/gpu_driver/vars
parent3be508bac52338a5fb95c8582b0b4470bd7a494f (diff)
Remove the gt750m role after multiple attempts of fixing it
Since this role has never worked properly, this state with updating the resolution and keeping the nouveau driver working with acceptable performance on external monitors
Diffstat (limited to 'roles/gpu_driver/vars')
-rw-r--r--roles/gpu_driver/vars/main.yml4
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"