Skip to content

QT4 antialiasing problem in Debian

March 7, 2009

Once I installed Skype on Debian linux, the font was not antialised.
I googled around and it seems that Debian by default doesn’t antialias the font system wide.

Here is hot to get around the problem:

sudo vi /etc/fonts/conf.avail/10-antialias.conf 

and add the following:

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!-- Use anti-aliasing -->
  <match target="font">
    <edit name="antialias" mode="assign"><bool>true</bool></edit>
  </match>
</fontconfig>

Then link it to /etc/fonts/conf.d/

/etc/fonts/conf.avail/10-antialias.conf /etc/fonts/conf.d/10-antialias.conf 

Advertisement
No comments yet

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.