Jump to content

subpixel hinting in Mandriva 2008 is unavailable


coverup
 Share

Recommended Posts

I am answering my own post for the benefit of those who might have had the same question... I just installed libfreetype6 from the PLF repository, and that was it.

 

On my screen, this actually turned things to a worse - fonts became sharper, but thinner and harder to read. It also turned out that the change could not be reversed... unless you are willing to take risk :D Download libfreetype6 rpm from the Mandriva repository, then as root

#rpm -i --force libfreetype6-2.3.5-2mdv2008.0.i586.rpm

This will install Mandriva's version of libfreetype6 alongside with that from PLF. Now you can uninstall the PLF version in a usual way via MCC or urpmi. This will leave only libfreetype6-2.3.5-2mdv2008. :lol2:

Link to comment
Share on other sites

The best solution to the problem of fuzzy looking fonts was to turn on autohinting by adding the following section to ~/.fonts.conf (at the very end, right before </fontconfig>)

 

<match target="pattern" >
<edit mode="assign" name="autohint" >
<bool>true</bool>
</edit>
</match>

 

This may or may not work without libfreetype6 from the PLF repo. I did install it but was not satisfied with the result.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...