From owner-freebsd-questions@FreeBSD.ORG Sun Mar 22 23:39:56 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2CD02106564A for ; Sun, 22 Mar 2009 23:39:56 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell.rawbw.com (shell.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 181CE8FC15 for ; Sun, 22 Mar 2009 23:39:56 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from eagle.syrec.org (ppp-71-139-21-14.dsl.snfc21.pacbell.net [71.139.21.14]) (authenticated bits=0) by shell.rawbw.com (8.13.6/8.13.6) with ESMTP id n2MNdtkI012489; Sun, 22 Mar 2009 16:39:55 -0700 (PDT) Message-ID: <49C6CC4A.9080209@rawbw.com> Date: Sun, 22 Mar 2009 16:39:54 -0700 From: Yuri User-Agent: Thunderbird 2.0.0.19 (X11/20090110) MIME-Version: 1.0 To: Lars Eighner References: <49C6C225.9010104@rawbw.com> <20090322182155.X74315@qroenaqrq.6qbyyneqvnyhc.pbz> In-Reply-To: <20090322182155.X74315@qroenaqrq.6qbyyneqvnyhc.pbz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: What is the best XServer font configuration to use with international fonts (Cyrillic/Chinese/Korean) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: yuri@rawbw.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Mar 2009 23:39:56 -0000 Lars Eighner wrote: > On Sun, 22 Mar 2009, Yuri wrote: > >> I use the following font section: >> Section "Files" >> FontPath "/usr/local/lib/X11/fonts/misc/" >> FontPath "/usr/local/lib/X11/fonts/TrueType/" >> EndSection >> >> What is the best font configuration to use to show all those >> languages nicely? > > The place to deal with these issues is in your windows manager, or in > some > cases, the configuration of individual applications. I do not know if > there > really is a single best solution to your problem, but only that the > solution > is not in the X configuration. > Lars, I don't know understand why xorg.conf isn't the place. If there are no fonts for some language they should be installed and corresponding lines placed into xorg.conf. Some fonts may be defective. So they shouldn't be put there. So xorg.conf has to do with the problem. I specifically have an issue with the font calls "sans-serif" that FF uses to show Cyrillic texts. It must have come from FontPath in XServer. Yuri