OpenSolaris

Printable Version Enter a New Search
Bug ID 6535518
Synopsis Xorg's bitstream module is not 64-bit clean
State 10-Fix Delivered:Verified (Fix available in build)
Category:Subcategory xserver:xorg-server
Keywords
Responsible Engineer Alan Coopersmith
Reported Against
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_62
Fixed In snv_62
Release Fixed solaris_nevada(snv_62) , solaris_10u4(s10u4_06) (Bug ID:2147800)
Related Bugs 6534687 , 6540908 , 6542323 , 6544303 , 6545182 , 6545879 , 6545884 , 6546692
Submit Date 16-March-2007
Last Update Date 5-April-2007
Description
After fixing 6534189, which made the bitstream module actually be used for TrueType
font rendering, various errors and crashes occured when trying to use TrueType fonts
in the 64-bit Xorg.   Investigation showed this code, since it was only previously used
in 32-bit X servers had never been made 64-bit clean and needs to be cleaned now.
Work Around
SPARC: Use Xsun instead of Xorg.

x86/x64: Use 32-bit Xorg instead of 64-bit Xorg:
	svccfg -s x11-server setprop options/server=/usr/X11/bin/i386/Xorg
Comments
N/A