xfree86/common: Match drivers "modesetting" and "nvidia" on nvidia cards

Signed-off-by: stefan11111 <stefan11111@shitposting.expert>
This commit is contained in:
stefan11111
2025-10-11 14:56:51 +03:00
committed by Enrico Weigelt
parent 9b94133f1c
commit 214d0e67de

View File

@@ -1190,6 +1190,8 @@ xf86VideoPtrToDriverList(struct pci_device *dev, XF86MatchedDrivers *md)
#if defined(__linux__) || defined(__NetBSD__)
driverList[idx++] = "nouveau";
#endif
driverList[idx++] = "modesetting";
driverList[idx++] = "nvidia";
driverList[idx++] = "nv";
break;
}