I have a very strange problem with Mozilla since I updated it to the latest stable. The font used on the menus are rendered extermly badly such as lots of white spaces between the letters, large blocky font. The font option does not seem to change any of those fonts which makes me think it maybe something to do with X11. However, none of the other things I use have any font issues... Any idea what's wrong? -- yann@kierun.org -=*=- www.kierun.org PGP: 009D 7287 C4A7 FD4F 1680 06E4 F751 7006 9DE2 6318 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20030721/5c3e6736/attachment.bin
On Monday 21 July 2003 11:18, Yann Golanski wrote: [ .. ]> The font used on the menus are rendered extermly badly > such as lots of white spaces between the letters, large blocky font.[ ... ]> Any idea what's wrong?From: /usr/ports/www/mozilla/Makefile: .if !defined(WITHOUT_XFT) LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft .if exists(${X11BASE}/lib/X11/fonts/mozilla/fonts.dir) BROKEN= Mozilla and Xft2 render the mozilla-fonts \ illegibly. Please remove the mozilla-fonts package. .endif .endif -- Melvyn ======================================================FreeBSD ghost.lan.webteckies.org 4.8-STABLE FreeBSD 4.8-STABLE #0: Sat Jul 5 18:39:46 CEST 2003 root@ghost.lan.webteckies.org:/usr/obj/usr/src/sys/GHOST i386 =======================================================
On Mon, Jul 21, 2003 at 10:18:04AM +0100, Yann Golanski wrote:> > I have a very strange problem with Mozilla since I updated it to the > latest stable. The font used on the menus are rendered extermly badly > such as lots of white spaces between the letters, large blocky font. > The font option does not seem to change any of those fonts which makes > me think it maybe something to do with X11. However, none of the other > things I use have any font issues... > > Any idea what's wrong?Try upgrading fontconfig to 2.2.90_3 (latest). -- Igor