From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=57518 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q7xqr-0006I7-Rb for qemu-devel@nongnu.org; Thu, 07 Apr 2011 18:38:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q7xqp-0001I3-IA for qemu-devel@nongnu.org; Thu, 07 Apr 2011 18:38:56 -0400 Received: from mail-gw0-f45.google.com ([74.125.83.45]:37046) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q7xqp-0001HG-Ex for qemu-devel@nongnu.org; Thu, 07 Apr 2011 18:38:55 -0400 Received: by gwb19 with SMTP id 19so1274115gwb.4 for ; Thu, 07 Apr 2011 15:38:54 -0700 (PDT) Message-ID: <4D9E3CFA.9000508@gmail.com> Date: Thu, 07 Apr 2011 18:38:50 -0400 From: Benjamin Poirier MIME-Version: 1.0 References: <201104042013.00558.michael@walle.cc> <201104072335.47660.michael@walle.cc> In-Reply-To: <201104072335.47660.michael@walle.cc> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [regression] configure: add opengl detection List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Walle Cc: blauwirbel@gmail.com, "Edgar E. Iglesias" , qemu-devel@nongnu.org, Alexander Graf On 07/04/11 05:35 PM, Michael Walle wrote: > Am Mittwoch 06 April 2011, 16:13:58 schrieb Benjamin Poirier: >> Works as usual. >> The problem I'm facing stems from linking to libGL and memory >> protection issues. The particular system I ran this on has the binary >> nvidia driver and its companion libGL.so.260.19.44. As such I'd take >> no offense if we wave it off as a "problem in the unsupported binary >> drivers" and I'll be satisfied configuring with no opengl on that >> system. > > I would also be happy with opengl disabled by default. It is only used for one > hardware model (milkymist-tmu2.c) atm. I don't think its worth that this > potentially breaks qemu for lots of users. What do you think? > I also have a system with binary ati drivers and it's ok. Perhaps other people with the binary nvidia driver could comment?