Clean up Nvidia/Wayland/Xorg decision making
-
Drop
Revert-data-Revert-part-of-wayland-hybrid-graphics-change.patch
because its only purpose was to disable Wayland on hybrid machines, which we don't want. -
Drop
Revert-data-Remove-nvidia-driver-version-check.patch
because it introduced three bugs:-
GOTO="gdm_prefer_xorg"
which no longer exists (LP: #2081635) -
For nvidia drivers versions 470-495, prefer Xorg by default
is wrong because Wayland support for 470 was reinstated in Mutter 47.c resolving https://gitlab.gnome.org/GNOME/mutter/-/issues/3196 -
"[5-9][1-9][0-9].*"
will eventually fail to recognise 60x and 70x as higher than 510.
and does nothing useful beyond that.
-
-
Fix
Revert-data-Disable-GDM-on-hybrid-graphics-laptops-with-v.patch
conflicts arising from dropping the other patches. -
Rename
Revert-data-Disable-GDM-on-hybrid-graphics-laptops-with-v.patch
toDrop-Nvidia-power-management-suspend-checks.patch
and update its description with a more accurate justification for the patch still existing.
Edited by Daniel van Vugt