aboutsummaryrefslogtreecommitdiff
path: root/tests/nvidia-preflight
Commit message (Collapse)AuthorAgeFilesLines
* feat(preflight): add NVIDIA/Wayland check with driver-version gateCraig Jennings18 hours1-0/+162
Installing Hyprland on an NVIDIA box silently produced a rough Wayland session. nvidia_preflight_report detects the card via modalias (DRM, then PCI display-class only), prints the required env vars and the pre-Turing AUR caveat, and checks the repo's nvidia-utils major against 535. preflight_checks aborts when the requirement can't be met and asks before continuing on a detected card. 9 unit tests over fake modalias trees and a fake pacman.