summaryrefslogtreecommitdiffstats
path: root/roles/gpu_driver
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
commitb36558482996e4331bca573b1a928247d23727b9 (patch)
treee27805d8e54bd325da7016288efa7fb7c3c5dfec /roles/gpu_driver
parent5d62b0fc261f8315c6f9effe58a35347587b4762 (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')
-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"