From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45516) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VDIsD-0006eA-A2 for qemu-devel@nongnu.org; Sat, 24 Aug 2013 14:47:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VDIs7-0002m4-Bh for qemu-devel@nongnu.org; Sat, 24 Aug 2013 14:47:45 -0400 Received: from v220110690675601.yourvserver.net ([37.221.199.173]:44152) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VDIs7-0002lq-56 for qemu-devel@nongnu.org; Sat, 24 Aug 2013 14:47:39 -0400 Message-ID: <5218FFB9.7060506@weilnetz.de> Date: Sat, 24 Aug 2013 20:47:21 +0200 From: Stefan Weil MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Disable scaling of SDL List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Taimoor Mirza Cc: qemu-devel Am 24.08.2013 15:43, schrieb Taimoor Mirza: > Hi guys, > > I am using QEMU with SDL support to run some demo applications. > Problem I am facing is that fonts in my SDL window are not displayed > properly. I have to press Ctrl+Alt+u to undo scaling. After that fonts > display correctly. > Is there any way I can disable scaling in SDL window? > > Thanks, > Taimoor Hi Taimoor, currently the only way to disable scaling is modifying the source code and building your own binaries. SDL scaling is indeed not useful, uses broken code for all platforms and scales without reason on Windows host. http://patchwork.ozlabs.org/patch/155925/ is a patch which disables it. Regards, Stefan