Jump to content

10.1 Official fuzzy font problem


kde-head
 Share

Recommended Posts

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

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...