From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out-no.shaw.ca (smtp-out-no.shaw.ca [64.59.134.9]) by sourceware.org (Postfix) with ESMTPS id AFA223858004 for ; Sat, 13 Feb 2021 17:17:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org AFA223858004 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=SystematicSw.ab.ca Authentication-Results: sourceware.org; spf=none smtp.mailfrom=brian.inglis@systematicsw.ab.ca Received: from [192.168.1.104] ([24.64.172.44]) by shaw.ca with ESMTP id AyXflTRryeHr9AyXgln2iV; Sat, 13 Feb 2021 10:17:12 -0700 X-Authority-Analysis: v=2.4 cv=Yq/K+6UX c=1 sm=1 tr=0 ts=60280998 a=kiZT5GMN3KAWqtYcXc+/4Q==:117 a=kiZT5GMN3KAWqtYcXc+/4Q==:17 a=IkcTkHD0fZMA:10 a=aR16PxjQAAAA:8 a=uYT-Tk0qkVT609LjNaIA:9 a=QEXdDO2ut3YA:10 a=zbFvvTOBjyH4ze5LlUjX:22 a=pHzHmUro8NiASowvMSCR:22 a=Ew2E2A-JSTLzCXPT_086:22 Reply-To: cygwin@cygwin.com To: cygwin@cygwin.com References: From: Brian Inglis Organization: Systematic Software Subject: Re: Cygwin Digest, Vol 12, Issue 25 Message-ID: Date: Sat, 13 Feb 2021 10:17:11 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-CA Content-Transfer-Encoding: 8bit X-CMAE-Envelope: MS4xfMNqw1MLGTpulG8XeJ89nWGn1cVEVHbyB976oBRwh4gPnC+fIINU6ZZkwmeNxAwmwSnMoae/l16HKtDbEa0t5GnkU4Ljm2MRAdIqQL/fc/bfx9/aKQA+ J+w7LkObXCuNPKz50Z3G+6tMauqvP3UmoCoQ0P0RjyVqVnIg4L35seRr9IB12vhF0rXU4kaNFnZ77WuZT9MQ45s6bTbZu+gaVwo= X-Spam-Status: No, score=-5.3 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, KAM_NUMSUBJECT, NICE_REPLY_A, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2021 17:17:15 -0000 On 2021-02-13 07:53, Anuja Chanana via Cygwin wrote: > On Fri, 12 Feb 2021 13:12:05 +0100, Marco Atzeri wrote: >> On 12.02.2021 08:22, Anuja Chanana via Cygwin wrote: >>> Whenever I try to launch the Xserver on Cygwin using the command startx, >>> the following error appears >>> /usr/bin/twm: warning: font for charset ISO8859-5 is lacking. >>> /usr/bin/twm: warning: font for charset KOI8-R is lacking. >>> /usr/bin/twm: warning: font for charset ISO8859-7 is lacking. >>> /usr/bin/twm: warning: font for charset JISX0208.1983-0 is lacking. >>> /usr/bin/twm: warning: font for charset KSC5601.1987-0 is lacking. >>> /usr/bin/twm: warning: font for charset GB2312.1980-0 is lacking. >>> /usr/bin/twm: warning: font for charset JISX0201.1976-0 is lacking. >>> How to solve it? >> $ cygcheck -p ISO8859-5 |grep font >> font-util-1.3.2-1 - font-util: X.Org font utilities and font maps >> xorg-x11-fonts-misc-7.5-4 - xorg-x11-fonts-misc: X11 core fonts > Thanks for the reply. > I installed font-util-1.3.2-1 and xorg-x11-fonts-misc-7.5-4. Still, the > warning pops up. > Any idea why does that happen? Somewhere in twm defaults or configuration, it seems to be expecting fonts that still support legacy SBCS and DBCS code pages rather than UTF-8. Searching font package descriptions for code pages is likely to be futile, you'll have to look for background info on font packages and what code pages they support. You should also ensure that setup fontconfig update scripts complete successfully by checking near the end of /var/log/setup.log.full. If you have configured twm to use UTF-8 and installed UTF-8 fonts for the languages and scripts you use, you should be okay. You could check for and re-/install X11 core font packages: xorg-x11-fonts-cyrillic xorg-x11-fonts-dpi100 xorg-x11-fonts-dpi75 xorg-x11-fonts-ethiopic xorg-x11-fonts-misc xorg-x11-fonts-Type1 You could check which fonts twm expects as base fonts, and re-/install those. Otherwise don't worry about the messages if everything works and looks okay. -- Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada This email may be disturbing to some readers as it contains too much technical detail. Reader discretion is advised. [Data in binary units and prefixes, physical quantities in SI.]