Displaying 3 results from an estimated 3 matches for "dri_dirs".
2007 Jun 09
2
Fedora and direct rendering
...I'm using Fedora 7 and I thought I should try nouveau. I couldn't get
direct rendering to work.
I found out that the Mesa package that ships with Fedora 7 doesn't
include a DRI interface for the nouveau module. So I fetched the latest
Mesa source from git, compiled with 'mke DRI_DIRS=nouveau linux-dri-x86'
and copied the produced ./lib/nouveau_dri.so in the appropriate
directory (/usr/lib/dri/nouveau_dri.so).
the driver nouveau_drv.so is provided by Fedora as well as the kernel
module. I've added 'Load "glx"' and 'Load "dri"' in m...
2008 Jan 30
1
Hacking 3D on the NV17
...edora DRM + nouveau driver packages from
hughsie's fedora repo.
http://people.freedesktop.org/~hughsient/fedora/8/i386/
(Shame on me, I didn't build from git)
I installed mesa with: 'git clone
git://anongit.freedesktop.org/git/mesa/mesa', and compiled
with "make linux-dri-x86 DRI_DIRS=nouveau"
However, when I try to run any glx apps, with the appropriate LD paths
set, I get
"nouveau DRI driver expected DDX version 1-1.2.x but got version 2.1.6"
This agrees with my xorg.log:
"
(II) LoadModule: "nouveau"
(II) Loading /usr/lib/xorg/modules//drivers/n...
2008 Mar 07
1
Current state - how to get gallium-stuff running?
Hi,
As the last tindc said something about 3d really working on nv4x, I wanted to
try that ( on a NV43). Built nouveau/mesa -> gallium-0.1 branch of mesa and
git head of libdrm, kernel-drm and xf86-video-nouveau.
glxinfo says:
nouveau DRI driver expected DDX version 1-1.2.x but got version 0.0.10
So I assume I need some other branch of xf86-video-nouveau (?)
I asked in irc but was pointed