Cleartype for applications

Asked by Nicolai Tassani

Hi! exists any posibility of load applications with clear type activated by default?
I can activate cleartype opening control panel from any application, but are various steps to do all times.

I try with some registry values, scheduling cleartype config at login, etc, but i haven't luck.

Thanks for your help :)

Question information

Language:
English Edit question
Status:
Answered
For:
WinConn Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Andreas H. (guitar1) said :
#1

Hello Nicolai,

for me it helped to modify the Commons.py file (on my sytem located at /opt/extras.ubuntu.com/winconn/). At Line 286 I inserted two further parameters to the xfreerdp call (see the full file here: http://pastebin.com/c9fRC8Tz).

        # font smoothing
        cmd.extend(['-x', '0x80'])
        # 32 bit colors
        cmd.extend(['-a', '32'])

The first one (-x) sets the connection quality and enables font-smoothing. The second one (-a) changes the colordepth to 32bit. I also deleted the Commons.pyc file to be shure that python uses the changed file.

For further xfreerdp commands see: http://manpages.ubuntu.com/manpages/precise/man1/xfreerdp.1.html

Can you help with this problem?

Provide an answer of your own, or ask Nicolai Tassani for more information if necessary.

To post a message you must log in.