From owner-freebsd-x11@FreeBSD.ORG Tue Jan 24 01:31:58 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B6BB16A41F for ; Tue, 24 Jan 2006 01:31:58 +0000 (GMT) (envelope-from satyam@sklinks.com) Received: from smtp113.sbc.mail.mud.yahoo.com (smtp113.sbc.mail.mud.yahoo.com [68.142.198.212]) by mx1.FreeBSD.org (Postfix) with SMTP id 210A643D5C for ; Tue, 24 Jan 2006 01:31:54 +0000 (GMT) (envelope-from satyam@sklinks.com) Received: (qmail 21351 invoked from network); 24 Jan 2006 01:31:54 -0000 Received: from unknown (HELO prajipati-freebsd.prajipati-freebsd) (varuna@sbcglobal.net@69.106.241.223 with plain) by smtp113.sbc.mail.mud.yahoo.com with SMTP; 24 Jan 2006 01:31:54 -0000 From: Joseph Vella To: freebsd-x11@freebsd.org Date: Mon, 23 Jan 2006 17:36:17 -0800 User-Agent: KMail/1.8.2 References: <4c13bcc60601222309x24f3215cpcf73c22eecb12514@mail.gmail.com> <200601231846.38189.dejan.lesjak@ijs.si> <4c13bcc60601231135w39a4556fyf38bf10a256817aa@mail.gmail.com> In-Reply-To: <4c13bcc60601231135w39a4556fyf38bf10a256817aa@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200601231736.17160.satyam@sklinks.com> Subject: Redirect Helvetica to Bitstream Vera Sans? X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jan 2006 01:31:58 -0000 I've got most of my fonts looking good on my LCD display. Antialiasing is working, etc.. But there are many pages and emails that look horrible. Whenever I look at the source it has always been Verdana, Helvetica or Arial. All the work I've done that has worked to improve my fonts has been in ~/.fonts.conf Here is what I'm trying that doesn't seem to have any effect: Helvetica sans-serif Verdana sans-serif In the same file I have antialias set to true, hinting set to true and hintstyle set to hintfull. Those all make a noticable difference. I haven't put size requirements on antialiasing, but I don't feel that's my problem. Because increasing the size of the problematic fonts doesn't help. I've tried the above redirects to Bitstream Vera Sans, but that also had no effect. I did try to put Verdana and Arial fonts from a windows machine into ~/.fonts directory, followed up with a fc-cache -f command. That had no effect. Any ideas? Also, where do I find what sans-serif is set to? Joseph Vella