[Mesa-dev] [PATCH] targets/xorg-nouveau: load nouveau_dri.so instead of i915_dri.so
Marek Olšák
maraeo at gmail.com
Sun May 1 17:42:06 PDT 2011
Pushed, thanks.
Marek
On Mon, May 2, 2011 at 12:02 AM, Marcin Slusarz
<marcin.slusarz at gmail.com> wrote:
> On Mon, Apr 25, 2011 at 11:59:40PM +0200, Marcin Slusarz wrote:
>>
>> ---
>> 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;
>>
>> --
>
> ping
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
More information about the mesa-dev
mailing list