Hello.

After a while I decide to compile Mesa3d with linux-solo (MiniGLX) . I have 
Intel GM965 (X3100). So I use kernel KMS to get DRM/Framebuffer on my 
console.
I am not using Xorg.

I have Mesa3d from git. I see that MiniGLX is abandoned. So I changed lot of 
code in miniglx to compile it.
I succeded. But now I am stuck with libdrm and drmMMInit. 
(server/intel_dri.c) needs it.
I have offical libdrm-2.4.12 where there is no definition for drmMMInit 
(also DRM_BO_MEM_TT is undefined).

So i looked in git. I have drm from 
git://anongit.freedektop.org/git/mesa/drm.
And there is only extern definition from drmMMInit.

So I looked it Web and found that some version of libdrm has implementation 
of drmMMInit. Which simply calls kernel with DRM_IOCTL_MM_INIT.
But here I end becuase I have vanilla kernel 2.6.30.4 and there is no 
DRM_IOCTL_MM_INIT or maybe I didn't find it or something.

So now I am stuck what todo next.

Any suggesitions?



------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to