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 add values together to enable
> multiple options. For instance, to disable wallpaper and enable font
> smoothing, you would add 80 and 1 to get 81. To also disable themes,
> it would be 80 + 1 + 8 = 89.
>

Thank you! That's exactly what I was looking for.

I think this link should be added to man pages.
___

Best regards,

Mike Kondratenko
------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to