From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Zhigang Gong" Subject: Re: [PATCH 0/2] Introduce Glamor to UXA framework. Date: Thu, 17 Nov 2011 18:49:49 +0800 Message-ID: <07d301cca516$a2364170$e6a2c450$@linux.intel.com> References: <1321427077-26350-1-git-send-email-zhigang.gong@linux.intel.com> <07b501cca4d4$6774c670$365e5350$@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTP id 438769E75C for ; Thu, 17 Nov 2011 02:49:52 -0800 (PST) In-Reply-To: Content-Language: zh-cn List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: 'Chris Wilson' , intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org > -----Original Message----- > From: Chris Wilson [mailto:chris@chris-wilson.co.uk] > Sent: Thursday, November 17, 2011 5:20 PM > To: Zhigang Gong; intel-gfx@lists.freedesktop.org > Subject: RE: [PATCH 0/2] Introduce Glamor to UXA framework. > > On Thu, 17 Nov 2011 10:55:39 +0800, "Zhigang Gong" > wrote: > > Now glamor was extracted from the xorg and be a separate library. > > Please checkout glamor at : > git://people.freedesktop.org/~gongzg/glamor. > > This library implements two modules glamor and glamor_egl which are > > required for intel video driver to enable glamor. > > Hmm, I did install the glamor library. A /usr/lib/xorg/modules/libglamor.so > is installed but the ddx is looking for a "glamor_egl" module. > > Ah, looks to be due to the > checking for EGL... no > checking for EGL... yes > in glamor. How very confusing. ;-) I think I know the reason, there is a typo error in glamor's configure.ac which doesn't Check the required packages correctly. Please pull the latest glamor master. One of the two above checks should be checking for GBM. I guess your mesa hasn't been built with gbm enabled. Then glamor will not build glamor_egl which depends on that. Another thing need to pay attention is that when you build xserver, you need to disable glx. Sorry for the confusing. > -Chris > > -- > Chris Wilson, Intel Open Source Technology Centre