From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Green Subject: Mistake in Gallium how-to in wiki? Date: Mon, 18 Jul 2011 15:42:16 -0500 Message-ID: <4E249AA8.5090703@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: nouveau-bounces+gcfxn-nouveau=m.gmane.org-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org Errors-To: nouveau-bounces+gcfxn-nouveau=m.gmane.org-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org List-Id: nouveau.vger.kernel.org Hi, I think I've found a mistake in the Gallium instructions in the Nouveau wiki (http://nouveau.freedesktop.org/wiki/GalliumHowto). According to that page, one should run ./configure like this: ./configure --enable-debug --enable-glx-tls --disable-asm \ --with-dri-drivers= --enable-gallium-nouveau \ --disable-gallium-i915 --disable-gallium-i965 \ --disable-gallium-r300 --disable-gallium-r600 --disable-gallium-svga \ --with-state-trackers=glx,dri But when I compiled using that configuration, nouveau_dri.so was not built. Also, a few of the configuration options were not recognized. However, this configure command did work, at least for me: ./configure --enable-debug --enable-glx-tls --disable-asm \ --with-dri-drivers --enable-glx --enable-dri --enable-xorg \ --with-state-trackers=glx,dri --with-gallium-drivers="nouveau Hope this is helpful. (I'm completely "new" to "nouveau", so I guess I may be completely off.) Thanks to the developers for their work on this, greetings, Andrew