kde-head Posted November 17, 2004 Share Posted November 17, 2004 If you have upgraded from 10.0 official to 10.1 , your fonts might appear to be fuzzy after the upgrade. In that case you need to edit /etc/fonts/local.cf More details on this wiki page: http://wiki.archlinux.org/index.php/XOrg%2...20Configuration I've posted before and after screenshots on my blog here: http://linuxnotes.blogspot.com/2004/11/man...fuzzy-font.html Here's what you need to have in /etc/fonts/local.conf - this turns on auto-hint and subpixel rendering. <!-- Enable sub-pixel rendering --> <match target="font"> <test qual="all" name="rgba"> <const>unknown</const> </test> <edit name="rgba" mode="assign"><const>rgb</const></edit> </match> <match target="pattern"> <edit name="autohint" mode="assign"> <bool>true</bool> </edit> </match> [moved from Installing Mandrake by spinynorman] Link to comment Share on other sites More sharing options...
bvc Posted November 20, 2004 Share Posted November 20, 2004 you can also save the attachment to this post to your $HOME DIR as .font.conf and restart X fonts.conf.txt 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