diff options
author | Marcin Slusarz <[email protected]> | 2011-04-25 23:59:40 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2011-05-02 02:39:44 +0200 |
commit | eb0a9e9a5a3e1d86bce24cf4839be60ce72d89e3 (patch) | |
tree | 3fc712e4a3f4131df52dd006c8b13b56b94339ee /src/gallium | |
parent | 16549885625ceee16a8616042b24db73f937ea6b (diff) |
targets/xorg-nouveau: load nouveau_dri.so instead of i915_dri.so
Diffstat (limited to 'src/gallium')
-rw-r--r-- | 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 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; |