OpenSolaris

Printable Version Enter a New Search
Bug ID 6276256
Synopsis PCF fonts should not be compressed in core X11 font packages
State 10-Fix Delivered (Fix available in build)
Category:Subcategory xserver:font
Keywords testcase
Responsible Engineer Alan Coopersmith
Reported Against
Duplicate Of
Introduced In
Commit to Fix snv_17
Fixed In snv_17
Release Fixed solaris_nevada(snv_17)
Related Bugs 6276301 , 4873727
Submit Date 25-May-2005
Last Update Date 16-January-2007
Description
Currently PCF fonts in the core X11 font packages are shipped 
in .Z compressed format.   This saves only a little bit of space
(about 8 mb) and results in slower font access due to the need 
to decompress on the fly and issues with the FreeType font
system, which has bugs in .Z compression.   They should be 
shipped uncompressed to speed up access and improve FreeType
font handling.

Size comparisions:
  [1] Packages as installed, PCF fonts compressed .Z
  [2] Packages as installed, PCF fonts not compressed
  [3] Packages compressed with bzip2, PCF fonts compressed .Z
  [4] Packages compressed with bzip2, PCF fonts not compressed


            [1]    [2]    [3]    [4]
SUNWi1of:   4817   5323   3968   3632
SUNWxwcft:  3855   7800   3304   1904
SUNWxwoft:  7670  10966   6184   4240
SUNWxwfnt: 11822  12839   6424   5808
-------------------------------------
totals:    28164  36928  19880  15584 

(So this actually saves a bit of space on the install media, where the packages
 have bzip2 applied to the already compressed fonts, and bzip2 can compress the
 raw files much better than it can try to squeeze more compression out of the
 already compressed files.)
 xxxxx@xxxxx.com 2005-05-25 22:17:30 GMT
Work Around
N/A
Comments
N/A