Comment #3 on issue 29871 by [email protected]: Chrome font rendering  
seems fuzzy compared to Firefox (on Linux)
http://code.google.com/p/chromium/issues/detail?id=29871

Using ld.so.conf.d is just a mechanism for overriding the system
/usr/lib64/libfreetype.so during dynamic linking.

Here are the various contents:

$ cat /etc/ld.so.conf
include ld.so.conf.d/*.conf
$ ll /etc/ld.so.conf.d/
total 32
-rw-r--r--. 1 root root  17 2009-10-25 22:23 atlas-x86_64.conf
-rw-r--r--. 1 root root  30 2009-03-28 04:36 freetype-freeworld-x86_64.conf
-r--r--r--. 1 root root 324 2009-11-08 03:25  
kernel-2.6.31.5-127.fc12.x86_64.conf
-r--r--r--. 1 root root 324 2009-11-21 22:11  
kernel-2.6.31.6-145.fc12.x86_64.conf
-r--r--r--. 1 root root 324 2009-12-04 06:20  
kernel-2.6.31.6-162.fc12.x86_64.conf
-rw-r--r--. 1 root root  17 2009-11-11 01:23 mysql-x86_64.conf
-rw-r--r--. 1 root root  22 2009-09-10 13:28 qt-x86_64.conf
-rw-r--r--. 1 root root  27 2009-11-05 10:33 xulrunner-64.conf
$ cat /etc/ld.so.conf.d/freetype-freeworld-x86_64.conf
/usr/lib64/freetype-freeworld
$ ll /usr/lib64/freetype-freeworld/
total 620
lrwxrwxrwx. 1 root root     21 2009-11-26 23:12 libfreetype.so.6 ->  
libfreetype.so.6.3.20
-rwxr-xr-x. 1 root root 632456 2009-03-28 04:36 libfreetype.so.6.3.20
$ ldconfig -p | grep freetype
        libfreetype.so.6 (libc6,x86-64) =>  
/usr/lib64/freetype-freeworld/libfreetype.so.6
        libfreetype.so.6 (libc6,x86-64) => /usr/lib64/libfreetype.so.6
        libfreetype.so (libc6,x86-64) => /usr/lib64/libfreetype.so


--
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

-- 
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs

Reply via email to