* Extending VGA ram?
@ 2007-09-24 14:46 Heinz Ulrich Stille
[not found] ` <200709241646.58437.hus-rnLSl1+bOx0b1SvskN2V4Q@public.gmane.org>
0 siblings, 1 reply; 6+ messages in thread
From: Heinz Ulrich Stille @ 2007-09-24 14:46 UTC (permalink / raw)
To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Hi!
I'd like to use screen resolutions of 1920x1200 to 2560x1600 at 32bpp.
So far I managed to raise the pixel limit, but not the memory size, and
8MB is a bit low for what I want. 1920x1200@24bpp works fine, but 32bpp
results in a segfault. Increasing VGA_RAM_SIZE in qemu/vl.h doesn't help.
What else does this depend on?
MfG, Ulrich
--
Heinz Ulrich Stille / Tel.: +49-541-9400473 / Fax: +49-541-9400450
design_d gmbh / Wilhelmstr. 16 / 49076 Osnabrück / www.design-d.de
Osnabrück HRB 19116 / Geschäftsführer: Günter Tammen, Rolf Tammen
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
^ permalink raw reply [flat|nested] 6+ messages in thread[parent not found: <200709241646.58437.hus-rnLSl1+bOx0b1SvskN2V4Q@public.gmane.org>]
* Re: Extending VGA ram? [not found] ` <200709241646.58437.hus-rnLSl1+bOx0b1SvskN2V4Q@public.gmane.org> @ 2007-09-24 15:01 ` Avi Kivity [not found] ` <46F7D147.8070908-atKUWr5tajBWk0Htik3J/w@public.gmane.org> 0 siblings, 1 reply; 6+ messages in thread From: Avi Kivity @ 2007-09-24 15:01 UTC (permalink / raw) To: Heinz Ulrich Stille; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f Heinz Ulrich Stille wrote: > Hi! > > I'd like to use screen resolutions of 1920x1200 to 2560x1600 at 32bpp. > So far I managed to raise the pixel limit, but not the memory size, and > 8MB is a bit low for what I want. 1920x1200@24bpp works fine, but 32bpp > results in a segfault. Increasing VGA_RAM_SIZE in qemu/vl.h doesn't help. > What else does this depend on? > > You'll need to emulate a card that supports these resolutions. I don't think cirrus does. The vmware vga display in qemu-cvs probably does, but it hasn't been ported to kvm yet. You might try that. -- error compiling committee.c: too many arguments to function ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ ^ permalink raw reply [flat|nested] 6+ messages in thread
[parent not found: <46F7D147.8070908-atKUWr5tajBWk0Htik3J/w@public.gmane.org>]
* Re: Extending VGA ram? [not found] ` <46F7D147.8070908-atKUWr5tajBWk0Htik3J/w@public.gmane.org> @ 2007-09-24 15:42 ` Laurent Vivier [not found] ` <46F7DACA.3060004-6ktuUTfB/bM@public.gmane.org> 2007-09-24 15:49 ` Heinz Ulrich Stille 1 sibling, 1 reply; 6+ messages in thread From: Laurent Vivier @ 2007-09-24 15:42 UTC (permalink / raw) To: Avi Kivity; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f [-- Attachment #1.1: Type: text/plain, Size: 860 bytes --] Avi Kivity wrote: > Heinz Ulrich Stille wrote: >> Hi! >> >> I'd like to use screen resolutions of 1920x1200 to 2560x1600 at 32bpp. >> So far I managed to raise the pixel limit, but not the memory size, and >> 8MB is a bit low for what I want. 1920x1200@24bpp works fine, but 32bpp >> results in a segfault. Increasing VGA_RAM_SIZE in qemu/vl.h doesn't help. >> What else does this depend on? >> >> > > You'll need to emulate a card that supports these resolutions. I don't > think cirrus does. The vmware vga display in qemu-cvs probably does, > but it hasn't been ported to kvm yet. You might try that. BTW, what is your politic about qemu: do you update qemu inside kvm on qemu release only ? Laurent -- ------------- Laurent.Vivier-6ktuUTfB/bM@public.gmane.org -------------- "Software is hard" - Donald Knuth [-- Attachment #1.2: OpenPGP digital signature --] [-- Type: application/pgp-signature, Size: 189 bytes --] [-- Attachment #2: Type: text/plain, Size: 228 bytes --] ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ [-- Attachment #3: Type: text/plain, Size: 186 bytes --] _______________________________________________ kvm-devel mailing list kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org https://lists.sourceforge.net/lists/listinfo/kvm-devel ^ permalink raw reply [flat|nested] 6+ messages in thread
[parent not found: <46F7DACA.3060004-6ktuUTfB/bM@public.gmane.org>]
* Re: Extending VGA ram? [not found] ` <46F7DACA.3060004-6ktuUTfB/bM@public.gmane.org> @ 2007-09-24 15:55 ` Avi Kivity 0 siblings, 0 replies; 6+ messages in thread From: Avi Kivity @ 2007-09-24 15:55 UTC (permalink / raw) To: Laurent Vivier; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f Laurent Vivier wrote: > BTW, what is your politic about qemu: do you update qemu inside kvm on qemu > release only ? > > I plan to do a merge soon (if things become too stable), but if qemu releases before that, I'd be much happier. Merging soon has the benefits of bringing in all the good stuff and making future merges easier; on the other hand it can bring in unstable code. On the balance I think a merge would be helpful now. -- error compiling committee.c: too many arguments to function ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Extending VGA ram? [not found] ` <46F7D147.8070908-atKUWr5tajBWk0Htik3J/w@public.gmane.org> 2007-09-24 15:42 ` Laurent Vivier @ 2007-09-24 15:49 ` Heinz Ulrich Stille [not found] ` <200709241749.30965.hus-rnLSl1+bOx0b1SvskN2V4Q@public.gmane.org> 1 sibling, 1 reply; 6+ messages in thread From: Heinz Ulrich Stille @ 2007-09-24 15:49 UTC (permalink / raw) To: Avi Kivity; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f On Monday 24 September 2007, Avi Kivity wrote: > You'll need to emulate a card that supports these resolutions. I don't > think cirrus does. The vmware vga display in qemu-cvs probably does, > but it hasn't been ported to kvm yet. You might try that. I use Windows XP on std-vga. I tried hacking vgabios to report higher resolutions and memory, but that doesn't seem to make any difference. Windows lists 32bpp even if memory is insufficient for that. So where is the catch? Would it be possible to make std vga support large resolutions without too much effort? MfG, Ulrich -- Heinz Ulrich Stille / Tel.: +49-541-9400473 / Fax: +49-541-9400450 design_d gmbh / Wilhelmstr. 16 / 49076 Osnabrück / www.design-d.de Osnabrück HRB 19116 / Geschäftsführer: Günter Tammen, Rolf Tammen ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ ^ permalink raw reply [flat|nested] 6+ messages in thread
[parent not found: <200709241749.30965.hus-rnLSl1+bOx0b1SvskN2V4Q@public.gmane.org>]
* Re: Extending VGA ram? [not found] ` <200709241749.30965.hus-rnLSl1+bOx0b1SvskN2V4Q@public.gmane.org> @ 2007-09-24 15:56 ` Avi Kivity 0 siblings, 0 replies; 6+ messages in thread From: Avi Kivity @ 2007-09-24 15:56 UTC (permalink / raw) To: Heinz Ulrich Stille; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f Heinz Ulrich Stille wrote: > On Monday 24 September 2007, Avi Kivity wrote: > >> You'll need to emulate a card that supports these resolutions. I don't >> think cirrus does. The vmware vga display in qemu-cvs probably does, >> but it hasn't been ported to kvm yet. You might try that. >> > > I use Windows XP on std-vga. I tried hacking vgabios to report higher > resolutions and memory, but that doesn't seem to make any difference. > Windows lists 32bpp even if memory is insufficient for that. > So where is the catch? Would it be possible to make std vga support > large resolutions without too much effort? > > I don't really know. The vga bios, qemu device model, memory size, and guest driver all have to cooperate for this to work. -- error compiling committee.c: too many arguments to function ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2007-09-24 15:56 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-24 14:46 Extending VGA ram? Heinz Ulrich Stille
[not found] ` <200709241646.58437.hus-rnLSl1+bOx0b1SvskN2V4Q@public.gmane.org>
2007-09-24 15:01 ` Avi Kivity
[not found] ` <46F7D147.8070908-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-09-24 15:42 ` Laurent Vivier
[not found] ` <46F7DACA.3060004-6ktuUTfB/bM@public.gmane.org>
2007-09-24 15:55 ` Avi Kivity
2007-09-24 15:49 ` Heinz Ulrich Stille
[not found] ` <200709241749.30965.hus-rnLSl1+bOx0b1SvskN2V4Q@public.gmane.org>
2007-09-24 15:56 ` Avi Kivity
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox