From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34595) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VmPvW-00058s-JP for Qemu-devel@nongnu.org; Fri, 29 Nov 2013 10:24:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VmPv2-0008VI-5M for Qemu-devel@nongnu.org; Fri, 29 Nov 2013 10:24:18 -0500 Received: from mx1.redhat.com ([209.132.183.28]:38969) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VmPv1-0008Uo-UM for Qemu-devel@nongnu.org; Fri, 29 Nov 2013 10:23:48 -0500 Message-ID: <1385738623.23450.35.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Fri, 29 Nov 2013 16:23:43 +0100 In-Reply-To: <5298ABB3.80501@msgid.tls.msk.ru> References: <5298ABB3.80501@msgid.tls.msk.ru> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] seavgabios resolutions, win8 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Tokarev Cc: seabios , Qemu Development List Hi, > + { 0x18d, { MM_DIRECT, 1920, 1080, 16, 8, 16, SEG_GRAPH } }, > + { 0x18e, { MM_DIRECT, 1920, 1080, 24, 8, 16, SEG_GRAPH } }, > + { 0x18f, { MM_DIRECT, 1920, 1080, 32, 8, 16, SEG_GRAPH } }, > I'm not sure I understand how list of modes is maintained/used in > seavgabios. The above patch at least allows one of the very common > modes to be selected in windows clients. Just get-send-email a proper patch to the seabios list. > And while at it, there's another bugreport against vgabios package in > Debian, see http://bugs.debian.org/685097 . It looks like windows8 > isn't happy with vgabios-provided modes and does not let to change > resolution at all, sticking at 1024x768. That bugreport points to > a patchset, http://lists.xen.org/archives/html/xen-devel/2012-05/msg00260.html > (this is just one patch from it), which has been applied to xen copy > of vgabios to solve exactly this issue with win8, and reportedly it > works there. It looks like something similar should be done in > seavgabios too, since with it, win8 guest is also stuck at the same > resolution. Hmm, last time I tried resolution switching in win8 worked just fine with seavgabios. Can you double-check? cheers, Gerd