From owner-freebsd-questions@FreeBSD.ORG Fri Feb 13 15:59:09 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 736E7583 for ; Fri, 13 Feb 2015 15:59:09 +0000 (UTC) Received: from host202-129-static.10-188-b.business.telecomitalia.it (host202-129-static.10-188-b.business.telecomitalia.it [188.10.129.202]) by mx1.freebsd.org (Postfix) with ESMTP id 1E35D126 for ; Fri, 13 Feb 2015 15:59:08 +0000 (UTC) Received: from [192.168.0.60] (MAURIZIO-PC [192.168.0.60]) by host202-129-static.10-188-b.business.telecomitalia.it (Postfix) with ESMTP id 81D371694D; Fri, 13 Feb 2015 16:59:00 +0100 (CET) Message-ID: <54DE1F44.3010802@cloverinformatica.it> Date: Fri, 13 Feb 2015 16:59:00 +0100 From: Maurizio Vairani User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Dutch Ingraham , freebsd-questions@freebsd.org Subject: Re: Aliased Fonts in Xombrero References: <20150213151539.GA1005@dutch.freebsd.net> In-Reply-To: <20150213151539.GA1005@dutch.freebsd.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Feb 2015 15:59:09 -0000 Il 13/02/2015 16:15, Dutch Ingraham ha scritto: > Hello all: > > I'm having a problem with severe aliasing in Xombrero. This only > happens on certain sites such as github and computerworld. Most other > sites render fine. > > I have followed the handbook at section 6.6. and here are the fonts I > have installed: > > /usr/local/lib/X11/fonts % ls -l > total 200 > drwxr-xr-x 2 root wheel 66048 Nov 14 20:30 100dpi > drwxr-xr-x 2 root wheel 66048 Nov 14 20:31 75dpi > drwxr-xr-x 2 root wheel 1024 Jan 18 17:19 Liberation > drwxr-xr-x 2 root wheel 1024 Nov 14 20:32 OTF > drwxr-xr-x 2 root wheel 512 Nov 14 20:32 TTF > drwxr-xr-x 2 root wheel 1536 Nov 14 20:32 Type1 > drwxr-xr-x 2 root wheel 2560 Nov 14 20:31 cyrillic > drwxr-xr-x 2 root wheel 1024 Nov 14 20:32 dejavu > drwxr-xr-x 3 root wheel 1024 Nov 14 20:29 encodings > drwxr-xr-x 2 root wheel 12800 Nov 14 20:31 misc > drwxr-xr-x 2 root wheel 6144 Jan 7 19:03 terminus-font > drwxr-xr-x 2 root wheel 3072 Jan 10 15:03 urwfonts > drwxr-xr-x 2 root wheel 512 Nov 14 20:24 util > drwxr-xr-x 2 root wheel 1024 Jan 10 15:02 webfonts > > I also have each font in my font path in my xorg.conf.d/files.conf. > Further, I have a fonts.dir for most: > > /usr/local/lib/X11/fonts/100dpi/fonts.dir > /usr/local/lib/X11/fonts/75dpi/fonts.dir > /usr/local/lib/X11/fonts/Liberation/fonts.dir > /usr/local/lib/X11/fonts/OTF/fonts.dir > /usr/local/lib/X11/fonts/TTF/fonts.dir > /usr/local/lib/X11/fonts/Type1/fonts.dir > /usr/local/lib/X11/fonts/cyrillic/fonts.dir > /usr/local/lib/X11/fonts/dejavu/fonts.dir > /usr/local/lib/X11/fonts/misc/fonts.dir > /usr/local/lib/X11/fonts/terminus-font/fonts.dir > /usr/local/lib/X11/fonts/urwfonts/fonts.dir > /usr/local/lib/X11/fonts/webfonts/fonts.dir > > Others seem to have the same problem[1] but I haven't seem a solution > posted. > > Any pointers to a solution are appreciated. If you need further information, > please let me know. Thanks. > > [1]https://github.com/conformal/xombrero/issues/72 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" Hi, in my laptop I have removed the two directories: /usr/local/lib/X11/fonts/100dpi /usr/local/lib/X11/fonts/75dpi and Firefox looks like in Windows. If you need more fonts you can look at this excellent guide: https://cooltrainer.org/a-freebsd-desktop-howto/#install-fonts Maurizio