The easy thing would be for Chromium to recognise .fonts.conf and problem
solved, but
it seems the devs like watching us squabble over hackish woekarounds.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
The easy thing would be for Chromium to recognise .fonts.conf and problem
solved, but
it seems the devs like watching us squabble over hackish workarounds.
Comment #44 on issue 13185 by ev...@chromium.org: Ugly font rendering on
linux
http://code.google.com/p/chromium/issues/detail?id=13185
(Unsubscribing from duplicate bug.)
The same thing happens between Google Chrome and Chromium (last version
from the PPA).
In chrome the fonts looks better than chromium (strange space between the
letters).
Using Lucida Sans from sans-serif and Lucida Console from monotype.
When I upgraded to Lucid Lynx, I installed Google Chrome instead of
Chromium Browser
- mistakenly. And I thought the fonts problems is finally taken care of. I
was so happy, I
made it my default browser and even started using it as my default
development
environment. Everything was going fine. Suddenly the browser started
crashing too
often. I tried uninstalling/reinstalling and everything I could; but
nothing helped.
I was thinking Google Chrome is a 'stable' version of Chromium Browser; but
it doesn't
look so. Finally, I removed Google Chrome and installed Chromium Browser.
And I'm
back to square one with this Fonts problem. I can see this thread started
on June 2009 -
almost a year back.
I have no option but to go back to Firefox. I consider this fonts issue is
a 'blocker' level
bug and can not imagine it not having fixed for as long as a year.
Same issue here. I really like Chrome, but won't use it because I really
miss subpixel rasterized fonts.
All applications look fine and pick up the correct settings ... except
Chrome.
latest update (5.0.375.99 (51029) Ubuntu 10.04) fixed the issue for me --
thanks!!!
Ubuntu Lucid 64
Same issue here with Fedora 12 after updatingfrom beta to 5.0.375.125
stable version. My eyes can't stand these sharp fonts unfortunately.
With the stable channel 5.0.375.126 (and the previous 5.x beta), font
rendering is very nice on Fedora 12. Note that I have truetype core fonts
installed, and freetype-freeworld installed.
However, when I updated to the recent beta 6.x release 6.0.472.33, Chrome
began to render fonts poorly -- similar to the screenshots shown by various
people in this report.
I also tested the unstable version 6.0.490.1 and still had the ugly font
rendering with that version.
What used to be a gorgeously rendered Google Chrome, now renders terribly
on OpenSUSE 11.2/x86-64 as shown on the screenshot below.
Other fonts everywhere else are a hodge podge of fonts, like even this form:
Attachments:
1008221953dmekXige.png 50.8 KB
1008221955m9yt31so.png 38.2 KB
Font rendering is broken between Google Chrome 5.0.375.127 and 6.0.472.53
on Linux/amd64. Attached screenshots show example.
Attachments:
chrome-5-fonts.png 492 KB
chrome-6-fonts.png 520 KB
Updating FreeType configuration caused font rendering to revert to same as
Google Chrome 5.0.375.127:
# cd /etc/fonts/conf.d/
# ln -s ../conf.avail/10-no-sub-pixel.conf ../conf.avail/10-unhinted.conf .
There is a difference between 6.0.417.0 and 6.0.486.0 as provided by the
Fedora Project. I am running Fedora 13 x86_64 with the Fedora-supplied
Chromium RPM packages.
I have the same issue where fonts appear rendered "correctly" in the older
version but are "ugly" or rendered improperly when running anything newer
that 6.0.417.
I will attempt the suggested fix in Comment 81 and report back if it
resolved my issue.
I've tried a "fix" from comment #81 - it made all fonts on my desktop look
crap, did improve fonts in Chrome a bit, but not much.
The Fix in Comment #81 did help the font rendering in Chromium. I had to
tweak the font settings a slight bit in my GNOME Terminal and in the
System-->Preferences-->Appearance-->Fonts Tab but everything is acceptable
now.
Still, Chromium/Chrome should render fonts exactly the same from version to
version without having to change the system fonts configuration.
Same problem here Fedora 13 x86-64 Google Chrome 7.0.517.44
Will back to firefox until it's fixed. There is blood in my eyes!
Still the same problem on Ubuntu 10.10 with CHROME 8.0.552.215
this issue is ignored?
The same pronlem on Debian.
Still ugly on fedora 12, please fix this asap.
Hey, mine is working.(ubuntu 10.10)
I did
gedit(or vi) ~/.fonts.conf
and wrote
<?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>
and it's smooth as ever. Of course, adjust the settings to your preference.
the issue here and on bug 12179 appears to be either DUPLICATE or FIXED,
but none works with most recent versions. Font hinting is still wrong, and
searching over the forums and help pages does not help.
my issue was successfully resolved here:
http://code.google.com/p/chromium/issues/detail?id=70262#c2
I was able to resolve this for the Chromium in Debian Squeeze (Chromium
6.x) using the configuration labelled "Quick and Easy" from this page:
https://wiki.archlinux.org/index.php/Font_Configuration#Quick_and_Easy
It involves modifications to /etc/fonts/conf.avail/51-local.conf.
I was able to resolve this by installing FreeType with Subpixel support on
Fedora 16.
I installed this older package:
Resolved it on Debian 6.04:
http://code.google.com/p/chromium/issues/detail?id=70262#c4