Possible Duplicate:
How can I make fonts look like they do in Windows?
I'm very new to Linux as in I've only been using it for about a week. My problem is fonts are incredibly blurry and it's very difficult to read long periods of time. I've tried to change fonts.conf
file and added this:
![<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font" >
<edit mode="assign" name="autohint" >
<bool>true</bool>
</edit>
</match>
<match target="font" >
<edit mode="assign" name="rgba" >
<const>none</const>
</edit>
</match>
<match target="font" >
<edit mode="assign" name="hinting" >
<bool>false</bool>
</edit>
</match>
<match target="font" >
<edit mode="assign" name="hintstyle" >
<const>hintnone</const>
</edit>
</match>
<match target="font" >
<edit mode="assign" name="antialias" >
<bool>true</bool>
</edit>
</match>
</fontconfig>]
I also tried to use gnome tweak tool but hinting/ Anti-aliasing doesn't have any effect on browsers Chrome/Chromium/Firefox.
The methods I mentioned made some differences but the problem still exists, is there a way to get rid of this blurry effect or am I doomed for eternity?
Thank you so much for your help!
Windows 7:
Ubuntu 11.10: