coverup Posted January 14, 2008 Share Posted January 14, 2008 Subpixel hinting is disabled in the KDE fonts menu (the button is grey) on my Mandriva 2008 system. How can it be enabled without recompiling everything? The laptop has Intel 3100 graphic card if that's relevant. Link to comment Share on other sites More sharing options...
coverup Posted January 14, 2008 Author Share Posted January 14, 2008 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. Link to comment Share on other sites More sharing options...
coverup Posted January 15, 2008 Author Share Posted January 15, 2008 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now