From 0e24c6583a159d1e7626cffec25e30f0656f09b8 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Tue, 14 Jul 2026 17:20:21 +0200 Subject: 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 --- roles/gpu_driver/vars/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roles/gpu_driver') 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" -- cgit v1.2.3