On Tue, Mar 10, 2009 at 1:08 PM, Stefan Dösinger wrote:
> How is it going to handle DIB drawing without a DIB engine? Is there some
> offscreen bitmap support in RDP which this driver could offload to like
> x11drv?
I believe there is, see:
http://msdn.microsoft.com/en-us/library/ms861202.aspx
> It's really going to need a DIB engine and all sorts of
> other magic. I expect given the speed of the RDP protocol, even
> without the DIB engine, its still going to be faster than running the
> standard X11->VNC->RDP bridge just due to the removal of many layers
> of redirection.
How is it goin
Abstract:
The goal of this project is to implement rdpservice support in Wine
by converting XRDP in to a Winelib application allowing the execution
of Wine based applications over the RDP protocol, without the need of
a X11 Session/Driver
. RDP protocol offers significantly faster performance th