Re: [Qemu-devel] QEMU + -std-vga + XFree86

2007-03-26 Thread Kyle Hubert
On 3/25/07, Christian MICHON [EMAIL PROTECTED] wrote: On 3/26/07, Kyle Hubert [EMAIL PROTECTED] wrote: Hi, I'm working with QEMU on an XFree86 machine. I was desirous of having 1600x1200 working in the virtual machine, so I looked at using the -std-vga option with the vesa X driver. While

Re: [Qemu-devel] QEMU + -std-vga + XFree86

2007-03-26 Thread Kyle Hubert
It does work in cirrus mode for 1024x768. I was under the impression that it was all the cirrus driver would support. However, the std-vga mode supports vga 799 and 798 in the console. (1600x1200:24bpp and 1600x1200:16bpp respectively) Here is the output from dmesg showing the console working:

Re: [Qemu-devel] QEMU + -std-vga + XFree86

2007-03-26 Thread Christian MICHON
On 3/26/07, Kyle Hubert [EMAIL PROTECTED] wrote: It does work in cirrus mode for 1024x768. I was under the impression that it was all the cirrus driver would support. However, the std-vga mode supports vga 799 and 798 in the console. (1600x1200:24bpp and 1600x1200:16bpp respectively) The X

Re: [Qemu-devel] QEMU + -std-vga + XFree86

2007-03-26 Thread Kyle Hubert
no obvious problem in the xf86config file. when all fails, use the framebuffer :) and Xfbdev (fbdev driver instead of vesa) The framebuffer seems to miss every other vertical scan line. I'm not sure if I make sense, but the video wraps around the screen onto itself vertically. Thus rendering

Re: [Qemu-devel] QEMU + -std-vga + XFree86

2007-03-26 Thread Christian MICHON
On 3/26/07, Kyle Hubert [EMAIL PROTECTED] wrote: I tried using the newer video appendage and it didn't seem to work. I had to use the older vga=. I believe you are talking about the kernel boot param, yes? yes. normally the vesafb-tng is supposed to address missing functions or resolutions of

[Qemu-devel] QEMU + -std-vga + XFree86

2007-03-25 Thread Kyle Hubert
Hi, I'm working with QEMU on an XFree86 machine. I was desirous of having 1600x1200 working in the virtual machine, so I looked at using the -std-vga option with the vesa X driver. While initializing X, I get the following: (II) VESA(0): Primary V_BIOS segment is: 0xc000 (II) VESA(0): VESA BIOS

Re: [Qemu-devel] QEMU + -std-vga + XFree86

2007-03-25 Thread Anthony Liguori
Kyle Hubert wrote: Hi, I'm working with QEMU on an XFree86 machine. I was desirous of having 1600x1200 working in the virtual machine, so I looked at using the -std-vga option with the vesa X driver. You probably have to increase your hsync and vrefresh ranges. Regards, Anthony Liguori

Re: [Qemu-devel] QEMU + -std-vga + XFree86

2007-03-25 Thread Ben Taylor
Anthony Liguori [EMAIL PROTECTED] wrote: Kyle Hubert wrote: Hi, I'm working with QEMU on an XFree86 machine. I was desirous of having 1600x1200 working in the virtual machine, so I looked at using the -std-vga option with the vesa X driver. You probably have to increase your hsync

Re: [Qemu-devel] QEMU + -std-vga + XFree86

2007-03-25 Thread Christian MICHON
On 3/26/07, Kyle Hubert [EMAIL PROTECTED] wrote: Hi, I'm working with QEMU on an XFree86 machine. I was desirous of having 1600x1200 working in the virtual machine, so I looked at using the -std-vga option with the vesa X driver. While initializing X, I get the following: (...) could you