From: Fabrice Bellard <fabrice@bellard.org>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] QEMU Video Driver for Win NT-based systems
Date: Wed, 12 May 2004 21:05:51 +0200 [thread overview]
Message-ID: <40A2758F.1080105@bellard.org> (raw)
In-Reply-To: <Pine.LNX.4.58.0405121944510.15638@alpha.polcom.net>
What not using the main graphic card ? dosemu does it... All you need is
"just" to be able to switch the rendering contexts. So it is a host VGA
card dependent code, but it can be rather small.
Fabrice.
Grzegorz Kulewski wrote:
> Another idea is to allow qemu use second graphic card in your pc (not used
> by the host). I have one spare GeForce 2 @ PCI so I will be glad to see
> this implemented. Before that we will probably need working PCI layer in
> qemu. And I we can track the area in graphic memory used by current screen
> maybe it is possible to write driver that will copy screen from second
> card to a window on first (this could be implemented on guest or on host).
>
>
> Grzegorz Kulewski
>
>
> On Wed, 12 May 2004, Natalia Portillo wrote:
>
>
>>This is the same as making a DirectDraw (2D part of DirectX) driver.
>>
>>A full DirectX package of drivers will be great: DirectDraw (for 2D), Direct3D (converting calls to OpenGL in host), DirectSound/DirectSound3D and DirectMusic (for the sound card), and DirectInput (keyboards, mice, joysticks)...
>>
>>On Wed, 12 May 2004 12:30:08 +0100
>>"Jamie Burns" <jamie.burns@dynamicexpression.co.uk> wrote:
>>
>>
>>>Wouldn't a 2D accelerator be a good idea first? ;o)
>>>
>>>If Windows asks for a "line" to be drawn, or a "blit-op" then could that be
>>>passed through to the QEMU emulated video hardware, which in turn could
>>>simply get SDL or whatever to do the required operation. Then 2D graphics
>>>would speed up immensly.
>>>
>>>Are there any documents giving an overview of how the QEUM architecture
>>>works in this respect? I would work on a driver in my spare time but really
>>>do not know where to start.
>>>
>>>J.
>>>
>>>----- Original Message -----
>>>From: "Grzegorz Kulewski" <kangur@polcom.net>
>>>To: <qemu-devel@nongnu.org>
>>>Sent: Wednesday, May 12, 2004 11:20 AM
>>>Subject: Re: [Qemu-devel] QEMU Video Driver for Win NT-based systems
>>>
>>>
>>>
>>>>On Wed, 12 May 2004, Filip Navara wrote:
>>>>
>>>>>Jean-Michel POURE wrote:
>>>>>
>>>>>>>if anyone is interested I have created open source QEMU/Bochs video
>>>>>>>driver for Windows NT/2K/XP/2003.
>>>>>>>Binaries - www.volny.cz/xnavara/qemuvid_bin.zip
>>>>>>>Sources - www.volny.cz/xnavara/qemuvid_src.zip
>>>>>>
>>>>>>Are these VBE drivers?
>>>>>>
>>>>>
>>>>>Not in the sense of VBE 3.0 specification. I have such driver too, but
>>>>>it propably works only on ReactOS because of using undocumented API.
>>>>>
>>>>>
>>>>>>Can you describe the drivers and its capabilities in more details?
>>>>>
>>>>>The driver uses the Bochs/QEMU VBE I/O port, the same method as used by
>>>>>BXVGA. My implementation is a bit simplier, but still with the same
>>>>>features. It also uses the Linear FrameBuffer feature of the Bochs/QEMU
>>>>>interface that wasn't available at the time when BXVGA was written.
>>>>
>>>>Are there any driver that works with win9x? Can you port your (or write
>>>>it from scratch)?
>>>>
>>>>Will your driver work in Bochs?
>>>>
>>>>Is it possible to create driver that emulates DirectX and OpenGL by
>>>>sending the OpenGL commands to the host OpenGL libs. DirectX commands
>>>>should probably be converted before into OpenGL.
>>>>
>>>>
>>>>Thanks for your work,
>>>>
>>>>Grzegorz Kulewski
>>>>
>>>>
>>>>
>>>>_______________________________________________
>>>>Qemu-devel mailing list
>>>>Qemu-devel@nongnu.org
>>>>http://mail.nongnu.org/mailman/listinfo/qemu-devel
>>>
>>>
>>>
>>>_______________________________________________
>>>Qemu-devel mailing list
>>>Qemu-devel@nongnu.org
>>>http://mail.nongnu.org/mailman/listinfo/qemu-devel
>>
>>
>>
>>
>>_______________________________________________
>>Qemu-devel mailing list
>>Qemu-devel@nongnu.org
>>http://mail.nongnu.org/mailman/listinfo/qemu-devel
>>
>
>
>
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://mail.nongnu.org/mailman/listinfo/qemu-devel
>
next prev parent reply other threads:[~2004-05-12 19:04 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-05-11 20:47 [Qemu-devel] QEMU Video Driver for Win NT-based systems Filip Navara
2004-05-12 8:01 ` Jean-Michel POURE
2004-05-12 10:05 ` Filip Navara
2004-05-12 10:20 ` Grzegorz Kulewski
2004-05-12 11:30 ` Jamie Burns
2004-05-12 16:49 ` Natalia Portillo
2004-05-12 17:51 ` Grzegorz Kulewski
2004-05-12 19:05 ` Fabrice Bellard [this message]
2004-05-12 20:10 ` Grzegorz Kulewski
2004-05-13 3:52 ` Natalia Portillo
2004-05-13 8:23 ` David Holm <dholm@gentoo.org>
2004-05-12 21:16 ` vaise
2004-05-12 18:52 ` Jamie Burns
2004-05-12 20:29 ` Natalia Portillo
2004-05-12 21:31 ` Filip Navara
2004-05-12 21:52 ` Grzegorz Kulewski
2004-05-12 22:57 ` Jamie Burns
2004-05-12 23:04 ` Filip Navara
2004-05-13 3:56 ` Natalia Portillo
2004-05-13 7:53 ` Filip Navara
2004-05-13 9:56 ` Jamie Burns
2004-05-14 15:21 ` Natalia Portillo
2004-05-14 16:58 ` Filip Navara
2004-05-12 13:51 ` Filip Navara
2004-05-12 14:06 ` Grzegorz Kulewski
2004-05-12 15:40 ` Martin Garton
2004-05-12 18:12 ` Natalia Portillo
2004-05-12 18:38 ` Fabrice Bellard
2004-05-12 21:19 ` vaise
2004-05-12 19:52 ` Lionel Ulmer
2004-05-20 15:43 ` [Qemu-devel] Again Ishwar Rattan
2004-05-20 19:42 ` Pavel Janík
2004-05-21 1:18 ` Ishwar Rattan
2004-05-21 13:02 ` Ishwar Rattan
2004-05-21 15:39 ` [Qemu-devel] Minix-2.0.4 boot?? Ishwar Rattan
2004-05-23 17:16 ` Jim C. Brown
2004-05-21 19:54 ` [Qemu-devel] Again Pavel Janík
2004-05-21 21:40 ` Ishwar Rattan
2004-05-23 11:49 ` Pavel Janík
2004-05-20 20:52 ` vaise
2004-05-20 21:09 ` Ishwar Rattan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=40A2758F.1080105@bellard.org \
--to=fabrice@bellard.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.