Re: [Freerdp-devel] Redraw problems when wfreerdp shows Task Manager

2011-03-24 Thread Marc-André Moreau
On Thu, Mar 24, 2011 at 11:11 AM, Otavio Salvador wrote: > Hello Marc-Andre, > > I agree with most of this concept except that I think xfreerdp > shouldn't implement the X11 GDI calls but those ought to be provided > by a libfreerdpgdi X11 backend. So if we implement a new client we > won't need t

Re: [Freerdp-devel] Redraw problems when wfreerdp shows Task Manager

2011-03-24 Thread Otavio Salvador
Hello Marc-Andre, I agree with most of this concept except that I think xfreerdp shouldn't implement the X11 GDI calls but those ought to be provided by a libfreerdpgdi X11 backend. So if we implement a new client we won't need to redo all this again. -- Otavio Salvador                         

Re: [Freerdp-devel] Free RDP smart card USAGE

2011-03-24 Thread Mads Kiilerich
On 03/24/2011 03:08 PM, Михайло Падалка wrote: > But why then configure doesn't fail with a message that it cannot find cups? Patches will be accepted ;-) That might also include patches for switching to cmake. /Mads --

Re: [Freerdp-devel] Free RDP smart card USAGE

2011-03-24 Thread Михайло Падалка
Thu, 24 Mar 2011 11:58:57 +0100 Mads Kiilerich писали: > On 03/24/2011 08:06 AM, STC USER wrote: > > Hi all, > > > > I am trying my hands on freerdp as user/contributor. I downloaded > > release 0.8.2 & compiled. But i had few queries: > > > > > > 1) While compilation when i give configure option

Re: [Freerdp-devel] Redraw problems when wfreerdp shows Task Manager

2011-03-24 Thread Sandeep Mistry
Overall, I definitely think having a common rendering library is a great step forward, and will help reduce code duplication and get Freerdp onto more platforms. FFMpeg's libswscale would be a possible option for color conversion, they have assembly code for various platforms. I'm a little sk

Re: [Freerdp-devel] Redraw problems when wfreerdp shows Task Manager

2011-03-24 Thread Otavio Salvador
On Wed, Mar 23, 2011 at 23:53, Marc-André Moreau wrote: ... > @otavio: I know your concerns regarding performance, and I share them with > you. Don't worry, we won't ditch the current code for something less > performant, unless we actually make it fast enough to match the current > performance or

Re: [Freerdp-devel] Free RDP smart card USAGE

2011-03-24 Thread Mads Kiilerich
On 03/24/2011 08:06 AM, STC USER wrote: > Hi all, > > I am trying my hands on freerdp as user/contributor. I downloaded > release 0.8.2 & compiled. But i had few queries: > > > 1) While compilation when i give configure option of "./configure > --prefix=/home/atul/test --enable-smartcard --with-pr

[Freerdp-devel] Free RDP smart card USAGE

2011-03-24 Thread STC USER
Hi all, I am trying my hands on freerdp as user/contributor. I downloaded release 0.8.2 & compiled. But i had few queries: 1) While compilation when i give configure option of "./configure --prefix=/home/atul/test --enable-smartcard --with-printer=cups --with-debug" its ending with following Fr