Mesa (master): targets/xorg-nouveau: load nouveau_dri. so instead of i915_dri.so

Marek Olšák mareko at kemper.freedesktop.org
Mon May 2 00:40:25 UTC 2011


Module: Mesa
Branch: master
Commit: eb0a9e9a5a3e1d86bce24cf4839be60ce72d89e3
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=eb0a9e9a5a3e1d86bce24cf4839be60ce72d89e3

Author: Marcin Slusarz <marcin.slusarz at gmail.com>
Date:   Mon Apr 25 23:59:40 2011 +0200

targets/xorg-nouveau: load nouveau_dri.so instead of i915_dri.so

---

 src/gallium/targets/xorg-nouveau/nouveau_xorg.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/targets/xorg-nouveau/nouveau_xorg.c b/src/gallium/targets/xorg-nouveau/nouveau_xorg.c
index 699af09..f0d6492 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;
 




More information about the mesa-commit mailing list