From owner-freebsd-questions@FreeBSD.ORG Fri Jan 19 23:49:14 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 07B7D16A401 for ; Fri, 19 Jan 2007 23:49:14 +0000 (UTC) (envelope-from toreld@netscape.net) Received: from mail45.e.nsc.no (mail45.e.nsc.no [193.213.115.45]) by mx1.freebsd.org (Postfix) with ESMTP id 9B2FD13C44C for ; Fri, 19 Jan 2007 23:49:13 +0000 (UTC) (envelope-from toreld@netscape.net) Received: from [62.16.175.96] (062016175096.customer.alfanett.no [62.16.175.96]) (authenticated bits=0) by mail45.nsc.no (8.13.8/8.13.5) with ESMTP id l0JNnAhN007945 for ; Sat, 20 Jan 2007 00:49:11 +0100 (CET) Message-ID: <45B158DE.1050300@netscape.net> Date: Sat, 20 Jan 2007 00:48:46 +0100 From: Tore Lund User-Agent: Thunderbird 1.5.0.9 (X11/20061228) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <200701192236.07743.fkraiem@enib.fr> In-Reply-To: <200701192236.07743.fkraiem@enib.fr> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-DCC-nextmail-Metrics: mail45.nsc.no 10045; Body=0 Fuz1=0 Fuz2=0 Subject: Re: gsfonts in X ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Jan 2007 23:49:14 -0000 Firas Kraiem wrote: > Hello everyone ! > > My problem is that fonts look really horrible in most websites (see screenshot > at the end of this message). The same problem occured in various Linux > distros and was solved by installing the gsfonts-x11 package. How would I do > the same in FBSD ? The print/gsfonts port is installed but I guess I need to > do something else. Any ideas ? For my own part I simply turn off anti-aliasing: false However, one person wrote to me and said that it worked better for him to turn off the use of color for sub-pixel anti-aliasing, like this: none Maybe one of these will work for you if you put it in ~/.fonts.conf. -- Tore