> for eg: assume (0,0) and (64,64) is the first tile, and i update the
> area (0,0) to (10,10)  ... i am receiving that only area data and not
> the full tile.
>
> The rest of the are/tile is green color.

This is by design.  The unchanged area is a solid color so it compresses better.
You need to use the region union of the tile rects with the rect list
that comes at the beginning of the tile list to know what pixels to
blit to the frame buffer.

> @jay i saw a video of you running the remotefx on the thinlinux...  is
> there any setting i need to do so i can receive the whole tile instead
> of the updated area data.

There is an undocumented flag that does this.  Thinlinx does not use it.
This flag taxes the server and should not be used to production.
I'm not even sure if SP1 RTM supports it.

Jay

------------------------------------------------------------------------------
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
_______________________________________________
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to