Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jan 2003 11:27:17 +0900 (JST)
From:      Kuroishi Mitsuo <acdc@mail2.alpha-net.ne.jp>
To:        marcus@marcuscom.com
Cc:        mkb@mukappabeta.de, freebsd-questions@FreeBSD.ORG
Subject:   Re: port www/mozilla 1.2.1 disable anti-aliasing
Message-ID:  <20030131.112717.78793448.kuroishi@iij.ad.jp>
In-Reply-To: <1043979580.30324.29.camel@shumai.marcuscom.com>
References:  <3E39DBFF.7080506@mukappabeta.de> <1043979580.30324.29.camel@shumai.marcuscom.com>

next in thread | previous in thread | raw e-mail | index | archive | help
From: Joe Marcus Clarke <marcus@marcuscom.com>
Subject: Re: port www/mozilla 1.2.1 disable anti-aliasing
Date: 30 Jan 2003 21:19:40 -0500

> On Thu, 2003-01-30 at 21:14, Matthias Buelow wrote:
> > Hi folks,
> > 
> > sorry if this has been asked before but how does one disable 
> > anti-aliasing in the www/mozilla port (mozilla 1.2.1)?  I have upgraded 
> > from 1.1 to 1.2.1 via ports today only to find that the visual display 
> > is rather seriously broken; any font everywhere is anti-aliased, even 
> > the menus, dialog boxes etc.  Even worse, the fonts look as if one has 
> > written them with a typewriter with an ink ribbon that's already far 
> > beyond its lifetime.
> > Why I'm asking here is because I've heard from a friend that Mozilla 
> > doesn't come that way per default and that it must be specifically built 
> > to provide full anti-aliasing everywhere (why one would want to do this 
> > eludes me, though.)
> > So is there any way to make the mozilla port 1.2.1 behave like 1.1? 
> > I.e., only use anti-aliasing for large fonts in the rendered html text? 
> >   I'm using the new version for a mere 15 minutes now and I can alread 
> > feel a headache coming in from having to look at that mess (even worse 
> > because I also use mozilla for mail.)
> 
> # cd /usr/ports/www/mozilla
> # make -DWITHOUT_XFT install

add in ~/.mozilla/default/*.slt/user.js 

user_pref("fonts.xft.enabled", false); 

--
Kuroishi Mitsuo

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030131.112717.78793448.kuroishi>