From: Marcin Slusarz Date: Mon, 25 Apr 2011 21:59:40 +0000 (+0200) Subject: targets/xorg-nouveau: load nouveau_dri.so instead of i915_dri.so X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=eb0a9e9a5a3e1d86bce24cf4839be60ce72d89e3;p=mesa.git targets/xorg-nouveau: load nouveau_dri.so instead of i915_dri.so --- diff --git a/src/gallium/targets/xorg-nouveau/nouveau_xorg.c b/src/gallium/targets/xorg-nouveau/nouveau_xorg.c index 699af09029f..f0d64925c73 100644 --- a/src/gallium/targets/xorg-nouveau/nouveau_xorg.c +++ b/src/gallium/targets/xorg-nouveau/nouveau_xorg.c @@ -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;