You are not logged in.
hi,
I've tried almost all chromium packages in aur and fonts look uglier than ubuntu:
http://dl.getdropbox.com/u/158338/Immagine.png
I'm using cairo-ubuntu, fontconfig-ubuntu ecc.
suggestions?
Offline
I read a bug about this on the chromium google code page. Apparently no type of font rendering has been implemented yet for for X. Think the code is largely based on safari and so all that will have to be gutted out and fixed.
http://code.google.com/p/chromium/issue … l?id=13185
Last edited by Gen2ly (2009-08-30 16:06:50)
Setting Up a Scripting Environment | Proud donor to wikipedia - link
Offline
I think that bug is outdatad. Fonts rendering support was added about a month ago... Ubuntu indeed renders very well.. Maybe I need to install some additional fonts.
Offline
Hmm, got libxft-lcd cairo-lcd fontconfig-lcd installed here, maybe their font rendering uses the cleartype packages instead???
Setting Up a Scripting Environment | Proud donor to wikipedia - link
Offline
I just want to say I have the same problem. I use Ubuntu's LCD font packages. They work for AbiWord, Firefox, and even for Chromium's tabs, but not for Chromium's web rendering.
Here's my ".fonts.conf".
<?xml version="1.0"?>
<fontconfig>
<match target="font" >
<edit mode="assign" name="rgba"><const>rgb</const></edit>
<edit mode="assign" name="hinting"><bool>false</bool></edit>
<edit mode="assign" name="hintstyle"><const>hintnone</const></edit>
<edit mode="assign" name="antialias"><bool>true</bool></edit>
<edit mode="assign" name="lcdfilter"><const>lcddefault</const></edit>
</match>
</fontconfig>Has anyone had any success?
EDIT: I switched to the *-lcd packages and still have the same problem.
Last edited by thursdayknights (2009-11-20 09:16:17)
Offline
Same here. But then I had the same problem on Ubuntu too.
Offline
What's your font DPI, by chance? My fonts looks like butt when I first installed because Gnome decided it was an awesome idea to default to some odd ball number.. 87 maybe? Changing the DPI to 96 cleared everything up
Using the chromium-browser-bin package, build 32167
edit: right, might help to mention what fonts.
Serif: Times New Roman, 16
Sans: Arial, 16
Fixed: Monospace, 12
wtf, I need to change those. TMR is gross.
Last edited by falconindy (2009-11-18 04:26:59)
Offline
Wait, how do you set font resolution and font types in Chromium? I can only do this in DE, and it does not seem to affect Chromium in any single way.
Offline
For font type and size, Click the spanner (top right), select 'Under the hood' tab ---> change font + language settings.
Offline
Offline
I read the bug reports, and realized that Chromium pulls font settings from not .fonts.conf, but XSETTINGS. So, I tried Chromium in XFCE and the fonts rendered great.
In dwm, I use lxde-settings-daemon as a workaround. I'd like a more elegant solution, but what can you do.
Last edited by thursdayknights (2009-11-20 21:19:05)
Offline
Sorry to dig up an old thread, but in case anyone is interested - it's an open bug in chromium. So go vote up / star this bug in order for chromium to get proper fontconfig support as soon as possible (FF has had it since 3.x and behaves like a proper modern Linux app these days).
Offline