diff --git a/hw/xfree86/common/xf86pciBus.c b/hw/xfree86/common/xf86pciBus.c index 0d3a04673f..62648efafc 100644 --- a/hw/xfree86/common/xf86pciBus.c +++ b/hw/xfree86/common/xf86pciBus.c @@ -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; }