From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:33123) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gySoA-0000Gu-La for qemu-devel@nongnu.org; Mon, 25 Feb 2019 21:49:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gySo9-0003x2-W0 for qemu-devel@nongnu.org; Mon, 25 Feb 2019 21:49:26 -0500 Received: from mail-it1-x129.google.com ([2607:f8b0:4864:20::129]:38031) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gySo9-0003wR-Nf for qemu-devel@nongnu.org; Mon, 25 Feb 2019 21:49:25 -0500 Received: by mail-it1-x129.google.com with SMTP id l66so1889720itg.3 for ; Mon, 25 Feb 2019 18:49:25 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) From: Programmingkid In-Reply-To: <20190225152618.r3epnypkpu6fyokt@sirius.home.kraxel.org> Date: Mon, 25 Feb 2019 21:49:22 -0500 Content-Transfer-Encoding: 7bit Message-Id: References: <20190225152618.r3epnypkpu6fyokt@sirius.home.kraxel.org> Subject: Re: [Qemu-devel] Questions about EDID List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel qemu-devel > On Feb 25, 2019, at 10:26 AM, Gerd Hoffmann wrote: > > On Mon, Feb 25, 2019 at 09:05:30AM -0500, G 3 wrote: >> Hi Gerd, I was wondering if you have made any documentation for your EDID >> patches. If you have could you provide a link please? > > No docs. > >> Also could a feature be added that allows the user to specify resolutions >> to be made available to the guest? >> >> Maybe it could work like this: -device VGA,edid=on,res=1366x768,7680x4320 > > A single resolution works (via xres + yres properties). Could you send an example of the xres and yres properties please? I tried this but it didn't work: -device VGA,edid=on,xres=999,yres=888 Thank you.