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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...