mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
xfree86/common: Match drivers "modesetting" and "nvidia" on nvidia cards
Signed-off-by: stefan11111 <stefan11111@shitposting.expert>
This commit is contained in:
committed by
Enrico Weigelt
parent
9b94133f1c
commit
214d0e67de
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user