Smooth Fonts in Feisty Fawn

Blogged by webmilhouse as Linux — webmilhouse Wed 2 May 2007 7:28 am

Just upgraded my T42 IBM to Feisty Fawn and everything except the font rendering looks great.
To enable smooth fonts, put the following in a file in your /home directory named .fonts.conf:

<?xml version=”1.0″?>
<!DOCTYPE fontconfig SYSTEM “fonts.dtd”>
<fontconfig>
<match target=”font”>
<edit name=”autohint” mode=”assign”>
<bool>true </bool>
</edit>
</match>
</fontconfig>
Then, log out and log back in again and the fonts will be very smooth.

Also, I followed these instructions to get Beryl up and running, which works flawlessly.

Proudly powered by wordpress 2.7 - Theme based on Back in Black 2 by neuro, modded by me.