Re: [Qemu-devel] seavgabios resolutions, win8

2013-11-29 Thread Michael Tokarev
29.11.2013 22:57, Kevin O'Connor wrote: > On Fri, Nov 29, 2013 at 06:58:59PM +0400, Michael Tokarev wrote: >> I tried switching from plex/bochs vgabios to seavgabios, >> and made this switch for qemu-1.7 package in debian, at >> least to see how it goes. >> >> And almost immediately got a complain

Re: [Qemu-devel] seavgabios resolutions, win8

2013-11-29 Thread Kevin O'Connor
On Fri, Nov 29, 2013 at 06:58:59PM +0400, Michael Tokarev wrote: > I tried switching from plex/bochs vgabios to seavgabios, > and made this switch for qemu-1.7 package in debian, at > least to see how it goes. > > And almost immediately got a complain that with new qemu > (which uses seavgabios no

Re: [Qemu-devel] seavgabios resolutions, win8

2013-11-29 Thread Michael Tokarev
29.11.2013 19:59, Michael Tokarev wrote: [] >>> 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 102

Re: [Qemu-devel] seavgabios resolutions, win8

2013-11-29 Thread Michael Tokarev
29.11.2013 19:23, Gerd Hoffmann wrote: > 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 m

Re: [Qemu-devel] seavgabios resolutions, win8

2013-11-29 Thread Gerd Hoffmann
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 abo

[Qemu-devel] seavgabios resolutions, win8

2013-11-29 Thread Michael Tokarev
I tried switching from plex/bochs vgabios to seavgabios, and made this switch for qemu-1.7 package in debian, at least to see how it goes. And almost immediately got a complain that with new qemu (which uses seavgabios not vgabios), windows VMs don't support 1920x1080 resolutions anymore. Almost