A working set of libdrm, mesa and xorg-server?

Magnus Kessler Magnus.Kessler at gmx.net
Mon Jul 7 12:00:42 PDT 2008


On Monday 07 July 2008, Steven J Newbury wrote:
> On Mon, 2008-07-07 at 06:51 -0700, Dan Nicholson wrote:
> > On Mon, Jul 7, 2008 at 6:25 AM, Michael Verret 
<michael.verret at gmail.com> wrote:
> > > On Mon, Jul 7, 2008 at 8:04 AM, Dan Nicholson <dbn.lists at gmail.com> 
wrote:
> > >> On Mon, Jul 7, 2008 at 5:48 AM, Michael Verret
> > >> <michael.verret at gmail.com> wrote:
> > >
> > > 3. Combinations of release and GIT commits of libdrm (libdrm-2.3.1,
> > > master & 2_3_0 branch) , mesa (7.1 rc1, master and 7_1_0 branch) and
> > > xserver (1.4.99.905, master and 1.5 branch) to try to get something
> > > going.
> >
> > I think you should be able _build_ any combinations of those. Without
> > seeing specific failures, I couldn't say any further, though.
>
> About this, is there currently a set that supports TTM?  I get "Failed
> to initialize TTM buffer manager.  Falling back to classic." with
> current master DRM, mesa, xf86-video-intel and xserver.
>

I had this too and tracked it down to xf86-video-intel now testing for 
libdrm-2.4.0 for activating ttm support. libdrm (even git master) installs 
a version of less than 2.4.0. I 'fixed' this manually by editing the libdrm 
pkgconfig file installed by git-master of libdrm.

Should the PACKAGE_VERSION be changed in the git master of mesa/drm like in 
this proposed patch?

--- configure.ac.orig   2008-07-02 17:49:51.000000000 +0100
+++ configure.ac        2008-07-07 19:56:46.000000000 +0100
@@ -19,7 +19,7 @@
 #  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE.

 AC_PREREQ(2.57)
-AC_INIT([libdrm], 2.3.1, [dri-devel at lists.sourceforge.net], libdrm)
+AC_INIT([libdrm], 2.4.0, [dri-devel at lists.sourceforge.net], libdrm)
 AC_CONFIG_SRCDIR([Makefile.am])
 AM_INIT_AUTOMAKE([dist-bzip2])


Regards,

Magnus Kessler





More information about the xorg mailing list