From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43791) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkrNn-0007zr-8L for qemu-devel@nongnu.org; Fri, 16 Sep 2016 07:32:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bkrNl-00015I-4R for qemu-devel@nongnu.org; Fri, 16 Sep 2016 07:32:38 -0400 Message-ID: <57DBD848.7020604@gmail.com> Date: Fri, 16 Sep 2016 07:32:24 -0400 From: G 3 MIME-Version: 1.0 References: <197abe18-8fb0-57e6-7636-2b561f393b97@telematik-zentrum.de> In-Reply-To: <197abe18-8fb0-57e6-7636-2b561f393b97@telematik-zentrum.de> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] Adding resolutions to the VGA driver List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Fritscher Cc: Benjamin Herrenschmidt , "list@suse.de:PowerPC list:PowerPC" , qemu-devel qemu-devel On 9/16/16 4:37 AM, Michael Fritscher wrote: > Am 15.09.2016 um 19:21 schrieb Programmingkid: >> There has been talk about what resolutions to add support for in the >> VGA driver. What do you think of this list: >> >> 512x342 >> 640x400 >> 640x480 >> 800x600 >> 1024x600 >> 1024x640 >> 1152x864 >> 1200x700 >> 1280x720 >> 1280x768 >> 1280x800 >> 1366x768 >> 1440x900 >> 1920x1200 >> 2304x1440 >> 2560x1080 >> 2560x1600 >> 2880x1800 >> 4096x2304 >> 4096x3072 >> 8192x4608 >> >> From MacPlus size to 8k. >> >> This is a list of all common resolutions: >> https://en.wikipedia.org/wiki/List_of_common_resolutions >> > > Hi, > > Following resolutions are also quite common: > > 1280x960 > 1280x1024 (Most LCD-Monitors in the 15-17 zoll range had this for a > long time, also a standard VESA Resolution) > 1400x1050 > 1600x1200 (Many LCD-Monitors in the 20-21 zoll range had this for a > long time, rather "common" resolution) > 1920x1080 (the standard full HD resolution) > 2560x1440 (the common "next step" after 1920x1080) > 3840×2160 (the standard 4k resolution, also known as 2160(p) or UHDTV) > 7680x4320 (the standard 8k resolution, also known as 4320p, is also > defined as UHDTV) > > I assume that you left out the common CGA/EGA resolution intentionally? Thank you for the additional resolutions. The VGA driver we are talking about is going to work on qemu-system-ppc. CGA/EGA resolutions are more PC. But is a possibility.