mercoledì 10 gennaio 2007

Migliorare la leggibilita' dei Fonts

1- Modifica il file sources.list
sudo gedit /etc/apt/sources.list

2- Aggiungi queste due righe:
deb http://www.elisanet.fi/mlind/ubuntu edgy fonts
deb-src http://www.elisanet.fi/mlind/ubuntu edgy fonts
sudo apt-get update
salva il file.


3- Dai questi comandi perché autentichino!
sudo -i
gpg --keyserver pgp.mit.edu --recv-key D0AFFF5E937215FF
gpg -a --export D0AFFF5E937215FF | sudo apt-key add -

4- Date in ordine i seguenti comandi

sudo apt-get install libcairo2
sudo apt-get install libxft2
sudo dpkg-reconfigure fontconfig-config

5- Rispondete nel seguente ordine 1] Native 2] Always 3] No

6- Create un file nella home
gedit ~/.fonts.conf

7- Ed incollateci questo:

e fare attenzione che contenga queste righe:

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM “fonts.dtd”>
<fontconfig>
<match target=”font” >
<edit mode=”assign” name=”rgba” >
<const>rgb</const>
</edit>
</match>
<match target=”font” >
<edit mode=”assign” name=”hinting” >
<bool>true</bool>
</edit>
</match>
<match target=”font” >
<edit mode=”assign” name=”hintstyle” >
<const>hintfull</const>
</edit>
</match>
<match target=”font” >
<edit mode=”assign” name=”antialias” >
<bool>true</bool>
</edit>
</match>
</fontconfig>


8- Salva tutto e riavvia Gnome!
I miglioramenti sono notevoli!

Nessun commento: