From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=60047 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q8IzS-0006uz-J6 for qemu-devel@nongnu.org; Fri, 08 Apr 2011 17:13:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q8IzN-0000Pg-Ht for qemu-devel@nongnu.org; Fri, 08 Apr 2011 17:13:14 -0400 Received: from mail.serverraum.org ([78.47.150.89]:42330) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q8IzN-0000P9-Cy for qemu-devel@nongnu.org; Fri, 08 Apr 2011 17:13:09 -0400 From: Michael Walle Date: Fri, 8 Apr 2011 23:13:07 +0200 References: <201104072335.47660.michael@walle.cc> <20110408100032.GA5104@edde.se.axis.com> In-Reply-To: <20110408100032.GA5104@edde.se.axis.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201104082313.07345.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: qemu-devel@nongnu.org Cc: blauwirbel@gmail.com, "Edgar E. Iglesias" , Alexander Graf , Benjamin Poirier Am Freitag 08 April 2011, 12:00:32 schrieb Edgar E. Iglesias: > 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 OTOH, a milkymist team member is worried that distributions would just build the QEMU package with the default options and all will ship qemu-system-lm32 without opengl. What do you think about disabling opengl by default except for lm32 targets? -- Michael