From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=46647 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q88Uf-0001PF-9M for qemu-devel@nongnu.org; Fri, 08 Apr 2011 06:00:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q88Uc-0007Bk-LE for qemu-devel@nongnu.org; Fri, 08 Apr 2011 06:00:43 -0400 Received: from mail-fx0-f45.google.com ([209.85.161.45]:58105) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q88Uc-0007BQ-El for qemu-devel@nongnu.org; Fri, 08 Apr 2011 06:00:42 -0400 Received: by fxm2 with SMTP id 2so2691286fxm.4 for ; Fri, 08 Apr 2011 03:00:41 -0700 (PDT) Date: Fri, 8 Apr 2011 12:00:32 +0200 From: "Edgar E. Iglesias" Message-ID: <20110408100032.GA5104@edde.se.axis.com> References: <201104042013.00558.michael@walle.cc> <201104072335.47660.michael@walle.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201104072335.47660.michael@walle.cc> 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, Benjamin Poirier , qemu-devel@nongnu.org, Alexander Graf On Thu, Apr 07, 2011 at 11:35:47PM +0200, 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 agree, FWIW I've already got a couple of reports regarding the same problem. Cheers