From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:56118) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gzOwj-0003py-QY for qemu-devel@nongnu.org; Thu, 28 Feb 2019 11:54:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gzOwi-0005R6-Td for qemu-devel@nongnu.org; Thu, 28 Feb 2019 11:54:09 -0500 Received: from mail-wr1-x42c.google.com ([2a00:1450:4864:20::42c]:37513) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gzOwf-0005O5-Hw for qemu-devel@nongnu.org; Thu, 28 Feb 2019 11:54:08 -0500 Received: by mail-wr1-x42c.google.com with SMTP id w6so19521510wrs.4 for ; Thu, 28 Feb 2019 08:53:59 -0800 (PST) MIME-Version: 1.0 References: <20190225152618.r3epnypkpu6fyokt@sirius.home.kraxel.org> <20190226064347.i5kvwazmz3xcupkj@sirius.home.kraxel.org> <20190227052755.3lgo3265kaa6bzmi@sirius.home.kraxel.org> <1ef851d2-4148-56f0-65ac-a0e75022f20e@ilande.co.uk> In-Reply-To: <1ef851d2-4148-56f0-65ac-a0e75022f20e@ilande.co.uk> From: G 3 Date: Thu, 28 Feb 2019 11:53:43 -0500 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] Questions about EDID List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mark Cave-Ayland Cc: Gerd Hoffmann , qemu-devel qemu-devel On Thu, Feb 28, 2019 at 12:01 AM Mark Cave-Ayland < mark.cave-ayland@ilande.co.uk> wrote: > On 27/02/2019 05:27, Gerd Hoffmann wrote: > > > On Tue, Feb 26, 2019 at 04:11:06PM -0500, G 3 wrote: > >> When I use edid=on, I do see a lot of extra resolutions available in > Mac OS > >> 9 and Mac OS X, just not the resolution I want to use. Is there some > kind > >> of rule like the resolution value has to be divisible by a certain > number? > > > > qemu doesn't have such a requirement. > > Might be the guest drivers have. > > Try making width/height multiple of 8 or 16. > > Right, at the moment all the MacOS driver does is parse the resolution > list from the > EDID and add them to the dropdown list - it doesn't support the xres and > yres properties. > Gerd, could the xres +yres numbers be added to the list of resolutions then?