Marc-Andre Thanks so much for the links. I do use Ubuntu 13.04 and Unity and I saw the note where you said:
*Starting with Ubuntu 13.04, the Unity 2D fallback is no longer installed by default. At this point xrdp-ng does not work properly with Unity 3D so you'll need to install and use Unity 2D:* A suggestion for a way around that is simple. If you've not tried LXC yet you should. I'm just going to create an ubuntu lxc container $ sudo lxc-create -t ubuntu -n my_newcontainer $ sudo lxc-start -n my_newcontainer the above command will present me with the login prompt and on ubuntu the login/pwd is just ubunut/ubuntu. the default container is just a server image so you have to install a desktop then install a desktop that is not Unity like lxde, xfce etc. cmd for lxde is below $ sudo apt-get install lxde then build the x11 server I redirect the remote client to the container's ip easily enough I can then access the container's desktop Since LXC containers share the host's kernel and do NOT do any HW virtualization they are extremely fast.. much faster and more lightweight than a VM (kvm or vmware or virtualbox). This way my Host can still be running Unity 3d but I can use the x11rdp server simultaneously. Brian On Thu, Aug 15, 2013 at 5:25 PM, Marc-André Moreau < marcandre.mor...@gmail.com> wrote: > Hi, > > You can use awakecoding/FreeRDP, awakecoding/xrdp-ng, and follow the > instructions from my developer manual: > > https://github.com/awakecoding/FreeRDP > https://github.com/awakecoding/xrdp-ng > > https://github.com/awakecoding/FreeRDP-Manuals/blob/master/Developer/FreeRDP-Developer-Manual.markdown > > > > On Thu, Aug 15, 2013 at 5:20 PM, brian mullan <bmullan.m...@gmail.com>wrote: > >> Just curious about the status for the freerdp X11 server. >> >> I just saw the demo on Youtube and it looks great but is it available yet? >> >> If so, where? >> >> thanks >> brian >> >> ------------------------------------------------------------------------------ >> Get 100% visibility into Java/.NET code with AppDynamics Lite! >> It's a free troubleshooting tool designed for production. >> Get down to code-level detail for bottlenecks, with <2% overhead. >> Download for free and get started troubleshooting in minutes. >> >> http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk >> _______________________________________________ >> Freerdp-devel mailing list >> Freerdp-devel@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/freerdp-devel >> > > ------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk _______________________________________________ Freerdp-devel mailing list Freerdp-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freerdp-devel