I know that you can enable font smoothing (ClearType) when connecting to a Windows machine using Windows Remote Desktop client, but can't find a corresponding option in Linux one (rdesktop).

Is it possible and, if yes, how can it be done?

link|improve this question

38% accept rate
feedback

1 Answer

Its not officially supported, but apparently there's a hidden option to get it working - with a command like

rdesktop -x 0x80 mywinserver

to use the lan default with cleartype

More details on the linked page including the commands for using cleartype with other defaults.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.