From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=57777 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q7wrm-0006Uh-SN for qemu-devel@nongnu.org; Thu, 07 Apr 2011 17:35:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q7wrl-0005e2-SX for qemu-devel@nongnu.org; Thu, 07 Apr 2011 17:35:50 -0400 Received: from mail.serverraum.org ([78.47.150.89]:50415) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q7wrl-0005dc-Ng for qemu-devel@nongnu.org; Thu, 07 Apr 2011 17:35:49 -0400 From: Michael Walle Date: Thu, 7 Apr 2011 23:35:47 +0200 References: <201104042013.00558.michael@walle.cc> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <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: Benjamin Poirier Cc: blauwirbel@gmail.com, "Edgar E. Iglesias" , qemu-devel@nongnu.org, Alexander Graf 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? -- Michael