All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] VESA VBE support in qemu?
@ 2004-01-16 21:15 Josh Metzler
  2004-01-16 22:37 ` malc
  0 siblings, 1 reply; 4+ messages in thread
From: Josh Metzler @ 2004-01-16 21:15 UTC (permalink / raw)
  To: qemu-devel

I have a hard disk image with Debian Sid installed, along with XFree86 4.3 and 
KDE 3.2 beta1.  I was using this in Bochs to try out the KDE beta, and was 
hoping that I could do the same under Qemu, as it is much faster than Bochs.  
I am able to boot the harddisk image, but XFree86 fails to start up.  The log 
ends with:

(II) VESA: driver for VESA chipsets: vesa
(II) Primary Device is: ISA
(--) Chipset vesa found
(II) resource ranges ...
...
(II) Loading sub module "vbe"
...
(II) Loading sub module "int10"
...
(II) VESA(0): initializing int10
(WW) VESA(0): Bad V_BIOS checksum
(II) VESA(0): Primary V_BIOS segment is: 0xc000
(WW) System lacks support for changing MTRRs
(II) VESA(0): VESA BIOS not detected
(II) UnloadModule: "vesa"
(II) UnloadModule: "int10"
(II) UnloadModule: "vbe"
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

...

I had no problems configuring, making, or installing qemu.  The vgabios is in 
the correct place.  Does anyone have any ideas for getting XFree86 up and 
running?

Thanks,
Josh

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] VESA VBE support in qemu?
  2004-01-16 21:15 [Qemu-devel] VESA VBE support in qemu? Josh Metzler
@ 2004-01-16 22:37 ` malc
  2004-01-17  2:31   ` Michael Torrie
  2004-01-18 23:06   ` Fabrice Bellard
  0 siblings, 2 replies; 4+ messages in thread
From: malc @ 2004-01-16 22:37 UTC (permalink / raw)
  To: Josh Metzler; +Cc: qemu-devel

On Fri, 16 Jan 2004, Josh Metzler wrote:

> I have a hard disk image with Debian Sid installed, along with XFree86 4.3 and
> KDE 3.2 beta1.  I was using this in Bochs to try out the KDE beta, and was
> hoping that I could do the same under Qemu, as it is much faster than Bochs.
> I am able to boot the harddisk image, but XFree86 fails to start up.  The log
> ends with:
>
<snip.
>
> I had no problems configuring, making, or installing qemu.  The vgabios is in
> the correct place.  Does anyone have any ideas for getting XFree86 up and
> running?

VGABios and Bochs communicate via some predefined I/O Ports to provide
VBE 1.2(or rather subset of). QEMU does not have this functionality(yet?).
So for the time being, you can not run XFree with vesa driver.

-- 
mailto:malc@pulsesoft.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] VESA VBE support in qemu?
  2004-01-16 22:37 ` malc
@ 2004-01-17  2:31   ` Michael Torrie
  2004-01-18 23:06   ` Fabrice Bellard
  1 sibling, 0 replies; 4+ messages in thread
From: Michael Torrie @ 2004-01-17  2:31 UTC (permalink / raw)
  To: qemu-devel

On Fri, 2004-01-16 at 15:37, malc wrote:

> VGABios and Bochs communicate via some predefined I/O Ports to provide
> VBE 1.2(or rather subset of). QEMU does not have this functionality(yet?).
> So for the time being, you can not run XFree with vesa driver.

Might I suggest running Xnest on the LinuxPPC host, and then just direct
all X applications in your virtual machine to point to the Xnest window
on the host machine.  It will be far faster, although I understand the
appeal of running the complete OS, video and all, in a virtual machine.

Michael

-- 
Michael Torrie <torriem@chem.byu.edu>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] VESA VBE support in qemu?
  2004-01-16 22:37 ` malc
  2004-01-17  2:31   ` Michael Torrie
@ 2004-01-18 23:06   ` Fabrice Bellard
  1 sibling, 0 replies; 4+ messages in thread
From: Fabrice Bellard @ 2004-01-18 23:06 UTC (permalink / raw)
  To: qemu-devel

malc wrote:
> On Fri, 16 Jan 2004, Josh Metzler wrote:
> 
> 
>>I have a hard disk image with Debian Sid installed, along with XFree86 4.3 and
>>KDE 3.2 beta1.  I was using this in Bochs to try out the KDE beta, and was
>>hoping that I could do the same under Qemu, as it is much faster than Bochs.
>>I am able to boot the harddisk image, but XFree86 fails to start up.  The log
>>ends with:
>>
> 
> <snip.
> 
>>I had no problems configuring, making, or installing qemu.  The vgabios is in
>>the correct place.  Does anyone have any ideas for getting XFree86 up and
>>running?
> 
> 
> VGABios and Bochs communicate via some predefined I/O Ports to provide
> VBE 1.2(or rather subset of). QEMU does not have this functionality(yet?).
> So for the time being, you can not run XFree with vesa driver.

I would prefer adding S3 VGA support, but it is more complicated as it 
requires PCI to be recognized correctly by most OSes.

Bochs VBE is a lot simpler to add. I'll look at it for 0.5.3 release.

Fabrice.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-01-18 23:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-16 21:15 [Qemu-devel] VESA VBE support in qemu? Josh Metzler
2004-01-16 22:37 ` malc
2004-01-17  2:31   ` Michael Torrie
2004-01-18 23:06   ` Fabrice Bellard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.