> Yup, that works perfectly.
>
> When I connect to my Ubuntu 12.04 machine, it logs in and when X attempts to 
> start, I get just a black screen.  I did make the edit which we spoke about a 
> while ago for using MSTSC for connecting.

Oh, you are using MSTSC.  It turns out there is a bug in that client
that makes offscreen to offscreen bitmaps blits fail.
I hate to turn off offscreen to offscreen blits because of the great
bandwidth reduction we get.

I'm not detecting mstsc yet so you can either use freerdp or edit
rdpmain.c and change
int g_can_do_pix_to_pix = 1;
to
int g_can_do_pix_to_pix = 0;

Jay

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
xrdp-devel mailing list
xrdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xrdp-devel

Reply via email to