Re: [FreeRDP-devel] IPv6 support in FreeRDP?

2014-07-09 Thread Bernhard Miklautz
Hi, On Wed, Jul 09, 2014 at 03:48:13AM +, Charu Bansal wrote: I found the below link in which there is a change in configure.ac . But I didn't found any file configure.ac in my environment. http://sourceforge.net/p/freerdp/mailman/freerdp-devel/thread/4c01ae11.5090...@kiilerich.com/

Re: [FreeRDP-devel] Keyboard messed up

2014-07-09 Thread Bernhard Miklautz
Hi, On Fri, Jul 04, 2014 at 04:16:19PM -0700, Colin Kincaid Williams wrote: Sometimes my keyboard gets all flaky when I rd into my Windows 7 desktop using xfreerdp. Strange things happen like the d key toggles between the desktop / windows. Does anybody know the cause? Is there a debug or

[FreeRDP-devel] Dynamic Display and Resolution Scaling from client

2014-07-09 Thread Hrushit Parikh
Hi,I wanted to know whether the dynamic resolution update mentioned in the Microsoft RDP 8.1 specs: (http://blogs.msdn.com/b/rds/archive/2013/12/16/resolution-and-scaling-level-updates-in-rdp-8-1.aspx?PageIndex=3#comments) and detailed in MS-RDPEDISP is available in FreeRDP master or any other

Re: [FreeRDP-devel] Dynamic Display and Resolution Scaling from client

2014-07-09 Thread Marc-André Moreau
Hi, The current code is a protocol-level implementation of MS-RDPEDISP corresponding to Windows Server 2012 R2 Preview. The protocol might have slightly changed in the final build, so one might need to update it. There are no hooks in xfreerdp or any of the open source FreeRDP clients for

Re: [FreeRDP-devel] Dynamic Display and Resolution Scaling from client

2014-07-09 Thread Marc-André Moreau
Hi, Ok then, here is how to get started: 1) Enable the disp dynamic virtual channel 2) Grab a pointer to the DispClientContext structure here like what is done for RdpeiClientContext in xfreerdp: https://github.com/FreeRDP/FreeRDP/blob/master/client/X11/xf_channels.c#L37

Re: [FreeRDP-devel] Dynamic Display and Resolution Scaling from client

2014-07-09 Thread Hrushit Parikh
Hi,Great, thanks a lot for the steps. Date: Wed, 9 Jul 2014 13:06:05 -0400 Subject: Re: [FreeRDP-devel] Dynamic Display and Resolution Scaling from client From: marcandre.mor...@gmail.com To: parikhhrus...@hotmail.com CC: freerdp-devel@lists.sourceforge.net Hi, Ok then, here is how to get