From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19lmhe-0005NG-GZ for qemu-devel@nongnu.org; Sun, 10 Aug 2003 05:41:30 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19lmh8-0004UL-IA for qemu-devel@nongnu.org; Sun, 10 Aug 2003 05:41:29 -0400 Received: from [80.12.65.183] (helo=gaston) by monty-python.gnu.org with esmtp (Exim 4.20) id 19lmh7-0004Tk-RL for qemu-devel@nongnu.org; Sun, 10 Aug 2003 05:40:58 -0400 Received: from benh by gaston with local (Exim 3.36 #1 (Debian)) id 19lmgj-0003kT-00 for ; Sun, 10 Aug 2003 11:40:33 +0200 Subject: Re: [Qemu-devel] wine needs freetype? From: Benjamin Herrenschmidt In-Reply-To: <20030809201032.GA30833@themountaingoats.net> References: <20030809171417.GA25733@themountaingoats.net> <3F3537DC.6070902@free.fr> <20030809201032.GA30833@themountaingoats.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: <1060508433.13389.23.camel@gaston> Mime-Version: 1.0 Date: 10 Aug 2003 11:40:33 +0200 Sender: Benjamin Herrenschmidt Reply-To: qemu-devel@nongnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Sat, 2003-08-09 at 22:10, Jon Nall wrote: > On Sat, Aug 09, 2003 at 08:05:16PM +0200, Fabrice Bellard wrote: > > Maybe a problem related to Xfree DGA, not to Freetype. > > > > yep. if in the XF86Config "Module" section i replace > Load "extmod" > > with > SubSection "extmod" > Option "omit xfree86-dga" > EndSubSection It's simpler to disable use of DGA in WINE config file (I don't have an example at hand, but it's rather easy, just grep for DGA in your .wine) and that way, you don't disable DGA usage for native X apps. There are a few other things in .wine that are worth tweaking with qemu, like using the native window manager etc... Ben.