Re: [Freerdp-devel] do we need to implemented a software the RemoteFxcodec in DM3730? does freeRDP had ?

2012-03-22 Thread alex.lee
thanks Marc-Andr, oh , i need to write extra dsp code for the decoding , do i need to think about the DSP algorithm ? -- Original -- From: "Marc-Andr Moreau"; Date: Fri, Mar 23, 2012 00:00 AM To: "alex.lee"; Cc: "freerdp-devel"; Subject: Re: [Freerdp

[Freerdp-devel] rdpsnd and rdpdr are not working together

2012-03-22 Thread chris nelson
hello, trying to use both plugins does not work. whichever is specified first on the command line is the only one which works. connecting to a 2k8 standard farm. xfreerdp --plugin rdpsnd.so --data alsa -- -u '' -d cch --no-nla --ignore-certificate --plugin rdpdr.so --data disk:CDROM:/mnt/cdrom0 d

[Freerdp-devel] multiple logins

2012-03-22 Thread chris nelson
resending, didnt see original email come through. hello, i am getting asked for credentials twice connecting to a 3 server 2k8 standard TS farm with --no-nla. using session broker with ip based redirection. using freerdp 1.0.1. seems to work fine with nla, but i can not use nla in my set up. th

Re: [Freerdp-devel] Japanese Keyboard not working

2012-03-22 Thread Marc-André Moreau
Ok, just read more of the original info that was given, here's what I think: scancodes are normally hardware-specific, and RDP uses scancodes over the network. Those scancodes are indeed always the same for the single keyboard type which we're currently using (the generic IBM keyboard type). Since

Re: [Freerdp-devel] Japanese Keyboard not working

2012-03-22 Thread Marc-André Moreau
I have never tried making any of the CJK languages work due to lack of knowledge regarding those. There is indeed significant differences in the way those need to be handled, we need to pass an IME file along with a different keyboard type I believe. If you have general information on how those ke

Re: [Freerdp-devel] Japanese Keyboard not working

2012-03-22 Thread Mads Kiilerich
n 03/21/2012 07:01 AM, Seiji T wrote: > Dear all, > > I am trying to get 109 Japanese Keyboard (*1) to work with freerdp without > success. I guess a part of the real could be that the FreeRDP settings for kbd_type and kbd_subtype and kbd_fn_keys always are 0 when xfreerdp sends Client Core Data

Re: [Freerdp-devel] some code to add mouse wheel support for windows

2012-03-22 Thread Huihong Luo
Marc-Andre,   Our code is serious out of sync with git. Will try to download, and patch it, then submit the patch.   - huihong --- On Thu, 3/22/12, Marc-André Moreau wrote: From: Marc-André Moreau Subject: Re: [Freerdp-devel] some code to add mouse wheel support for windows To: "Huihong Luo"

Re: [Freerdp-devel] some code to add mouse wheel support for windows

2012-03-22 Thread Marc-André Moreau
Huihong, It would be great if you could submit patches as pull requests instead, otherwise it takes us more of our time On Wed, Mar 21, 2012 at 5:40 PM, Huihong Luo wrote: > can the dev add this code change to wf_event.c below. This makes mouse > wheel to work on windows FreeRDP client. > > LRE

Re: [Freerdp-devel] do we need to implemented a software the RemoteFx codec in DM3730? does freeRDP had ?

2012-03-22 Thread Marc-André Moreau
On Wed, Mar 21, 2012 at 9:51 PM, alex.lee wrote: > hello anyone, > > i want to run RemoteFX by DM3730 & freeRDP , do we need to implemented a > software RemoteFx codec in DM3730? or freeRDP has the software codec ? > We have a software decoder along with SSE2 + NEON optimizations, but in your

Re: [Freerdp-devel] Support for RDP SSO

2012-03-22 Thread Marc-André Moreau
Hi Jonas, On Thu, Mar 22, 2012 at 7:02 AM, Jonas Vestberg wrote: > > > Hi > > Since Windows Vista* and Windows Server 2008, domain joined machined can > be configured to use single sign on (SSO). The client must be configured to > "Allow Delegatin of Default Credentials" for hosts that will be m

[Freerdp-devel] Support for RDP SSO

2012-03-22 Thread Jonas Vestberg
Hi Since Windows Vista* and Windows Server 2008, domain joined machined can be configured to use single sign on (SSO). The client must be configured to "Allow Delegatin of Default Credentials" for hosts that will be made available using SSO. * Feature was later backported to Windows XP SP3.