Re: [Freerdp-devel] Multiple monitor support

2011-03-18 Thread Jay Sorg
> Maybe the first screen is always primary, and each screen after that is just > in > order (i.e. screen is implied by the order of the arguments on the command > line): > > xfreerdp -g 2560x1024 --screen=1280x1024 --screen=1280x1024+1280+0 Yea, OK. Lets see if any other ideas come up, else I'll

[Freerdp-devel] Introducing myself

2011-03-18 Thread Martin Fleisz
Hi everyone! My name is Martin Fleisz and I have been working with Thinstuff since a few months now. Before that I was working at a big security company where I was developing for our Smart Card based PKI solution. I also worked as a freelancer on a couple of books, including the Game Programm

Re: [Freerdp-devel] Multiple monitor support

2011-03-18 Thread Otavio Salvador
On Fri, Mar 18, 2011 at 03:00, Jay Sorg wrote: > I would like to propose that we add a command line option for this and > remove the xinerama dependency entirely. Any reason to dislike to xinerama version? I don't disagree with the option but curious about the reason to avoid using Xinerama. Is

Re: [Freerdp-devel] Introducing myself

2011-03-18 Thread Otavio Salvador
On Fri, Mar 18, 2011 at 07:15, Martin Fleisz wrote: > @Otavio, Eduardo: I saw you are currently working on the Smart Card > plugin. I already did a lot of work with PC/SC and PC/SClite at my > former company so if I can be of any help to you please don’t hesitate > to contact me! Yes. We are rest

Re: [Freerdp-devel] xfreerdp -x ??

2011-03-18 Thread Marc-André Moreau
On Fri, Mar 18, 2011 at 2:22 AM, Jay Sorg wrote: > >> I think we should change "-x l" to include this. > >> "-x l" should mean "turn all on" > > Why is the change only for X11? Or is this just an example? > > Yea, just an example. > > > I think its a sane change for LAN, but I think the -x comman

Re: [Freerdp-devel] Multiple monitor support

2011-03-18 Thread Marc-André Moreau
On Fri, Mar 18, 2011 at 8:19 AM, Otavio Salvador wrote: > On Fri, Mar 18, 2011 at 03:00, Jay Sorg wrote: > > I would like to propose that we add a command line option for this and > > remove the xinerama dependency entirely. > > Any reason to dislike to xinerama version? > > I don't disagree with

Re: [Freerdp-devel] Multiple monitor support

2011-03-18 Thread Marc-André Moreau
Hi Jay, I would suggest a comma-separated list of monitors that looks a bit like the -g WxH option: --multi 0:1280x1024, 1:1280x1024 On Fri, Mar 18, 2011 at 3:35 AM, Jay Sorg wrote: > > Maybe the first screen is always primary, and each screen after that is > just in > > order (i.e. screen is

Re: [Freerdp-devel] Introducing myself

2011-03-18 Thread Marc-André Moreau
Welcome Martin :P It's a pleasure to see you on the mailing list :) For the FreeRDP developer community: I have known Martin since he started working on FreeRDP. He is a good developer and I think he's going to be a valuable asset. As he mentioned, he's currently working on improving libfreerdpgd

Re: [Freerdp-devel] Introducing myself

2011-03-18 Thread Vic Lee
On 03/18/2011 09:08 PM, Marc-André Moreau wrote: > I have known Martin since he started working on FreeRDP. He is a good > developer and I think he's going to be a valuable asset. As he > mentioned, he's currently working on improving libfreerdpgdi, we'd like > to make it good enough so that we can

[Freerdp-devel] libfreerdpgdi examples

2011-03-18 Thread Sandeep Mistry
Hi, I'm interested in using libfreerdpgdi, are there any examples of how to use it? Thanks, Sandeep -- Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your organization - toda

Re: [Freerdp-devel] libfreerdpgdi examples

2011-03-18 Thread Otavio Salvador
On Fri, Mar 18, 2011 at 10:18, Sandeep Mistry wrote: > I'm interested in using libfreerdpgdi, are there any examples of how to use > it? The DirectFB client uses it. -- Otavio Salvador                             O.S. Systems E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br Mobile:

Re: [Freerdp-devel] libfreerdpgdi examples

2011-03-18 Thread Sandeep Mistry
Thanks! Does any one know if libfreerdpgdi supports connections to xrdp with 24 bpp? Sandeep On 2011-03-18, at 9:46 AM, Otavio Salvador wrote: > On Fri, Mar 18, 2011 at 10:18, Sandeep Mistry > wrote: >> I'm interested in using libfreerdpgdi, are there any examples of how to use >> it? > >

[Freerdp-devel] wiki for github forks

2011-03-18 Thread Vic Lee
Hi Marc, Since we are on github now, I think it's better to add introduction on how to use github forks to create personal branches. This will be useful to everyone, not just FreeRDP members. For example I started a personal branch for some audio input enhancement. After I forked it on github

Re: [Freerdp-devel] wiki for github forks

2011-03-18 Thread Marc-André Moreau
Hi Vic, Yes, definitely. I'm a bit busy these days though, so if you find some time to add that to the wiki, you are welcome :P Otherwise, it will have to wait until I find the time for it. On Fri, Mar 18, 2011 at 12:10 PM, Vic Lee wrote: > Hi Marc, > > Since we are on github now, I think it's

Re: [Freerdp-devel] wiki for github forks

2011-03-18 Thread Vic Lee
On 03/19/2011 12:12 AM, Marc-André Moreau wrote: > Otherwise, it will have to wait until I find the time for it. No problem, definitely not an urgent request. :) -- Colocation vs. Managed Hosting A question and answer gu

Re: [Freerdp-devel] Multiple monitor support

2011-03-18 Thread Jay Sorg
>> I would like to propose that we add a command line option for this and >> remove the xinerama dependency entirely. > > Any reason to dislike to xinerama version? a few reasons - Thinlinx has a device that does dual screen but no xinerama. - What is you have 3 monitors in xinerama but you on

Re: [Freerdp-devel] xfreerdp -x ??

2011-03-18 Thread Михаил Кондратенко
2011/3/18 Mike Gilbert floppymas...@gmail.com > > I belive the hexadecimal flags correspond to the "performanceFlags" > defined here: > > http://msdn.microsoft.com/en-us/library/cc240476(v=PROT.10).aspx > > To enable font smoothing, you would specify -x 80. > > The value is a bitfield, so you can

Re: [Freerdp-devel] xfreerdp -x ??

2011-03-18 Thread Mike Gilbert
2011/3/18 Михаил Кондратенко : > > > 2011/3/18 Mike Gilbert floppymas...@gmail.com >> >> >> I belive the hexadecimal flags correspond to the "performanceFlags" >> defined here: >> >> http://msdn.microsoft.com/en-us/library/cc240476(v=PROT.10).aspx >> >> To enable font smoothing, you would specify -

[Freerdp-devel] Google Summer of Code 2011

2011-03-18 Thread Marc-André Moreau
Hello FreeRDP developers, I have some bad news: FreeRDP wasn't selected for Google Summer of Code 2011. I do not have much details as to why we weren't accepted, and I do not understand why myself. I'm sorry, there's not much I can do about it, unfortunately :(

Re: [Freerdp-devel] TLS abstraction layer and ui_check_certificate

2011-03-18 Thread Mads Kiilerich
Vic Lee wrote, On 03/18/2011 03:46 AM: > On 03/17/2011 07:26 PM, Mads Kiilerich wrote: >> crypto_* might just contain a set of crypto algorithms, but from another >> point of view they implement "methods" on different kinds of crypto >> "objects" (md5, sha1, rc4, x509 certificate). I don't think a

Re: [Freerdp-devel] Google Summer of Code 2011

2011-03-18 Thread Vic Lee
The project is still young and probably does not yet have enough influence. I believe there will be much higher chance next year. Vic On 03/19/2011 06:04 AM, Marc-André Moreau wrote: > Hello FreeRDP developers, > > I have some bad news: FreeRDP wasn't selected for Google Summer of Code > 2011. I