targets/xorg-nouveau: load nouveau_dri.so instead of i915_dri.so
This commit is contained in:
committed by
Marek Olšák
parent
1654988562
commit
eb0a9e9a5a
@@ -136,7 +136,7 @@ nouveau_xorg_pci_probe(DriverPtr driver,
|
||||
NULL, NULL, NULL, NULL, NULL);
|
||||
if (scrn != NULL) {
|
||||
scrn->driverVersion = 1;
|
||||
scrn->driverName = "i915";
|
||||
scrn->driverName = "nouveau";
|
||||
scrn->name = "modesetting";
|
||||
scrn->Probe = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user