delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2018/09/28/22:25:46

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:from:to:cc:subject:date:message-id:references
:in-reply-to:content-type:content-id:content-transfer-encoding
:mime-version; q=dns; s=default; b=IhsdiYdCvm12I+aWodYLjBP0jOG5E
imh7UEIAve2MOK/DWeQt8wD8MRB0fxYgf8DVIBo01WzQe379BJ5p1tHGkoqF9l8c
+0rNeu8iUsnIp3iR2vY7W9UJSYNT9/2jXHyY8MPcUSIG0QHC0Wbz7bEzDi7r8z2R
TpXzu6+Z5bTwiE=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:from:to:cc:subject:date:message-id:references
:in-reply-to:content-type:content-id:content-transfer-encoding
:mime-version; s=default; bh=YdMNr21+C0mmz6BQgKZbdhH9Rus=; b=uNq
Yxqhri4FXLcbOOr5KwCgGhtOR6VyfUUPYPgIk4+eAAYDHC+boueKPxIjv/idXe+C
xIitvC/oxobnf4jubCwdvHifxGx7e/ZuuEjbsFybT5wzh6In4GdxMb/3kuk13xKy
yOqa19oNszhVCZQ/UPSI5uLPL6PyKavFX4ZfpXrw=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-6.2 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=menu, UD:faq.html
X-HELO: NAM02-SN1-obe.outbound.protection.outlook.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cornell.edu; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=1+f59rR/7T2Q2cxBom4XJHVJy+cncQCRreo2Buwj+8E=; b=SWHgQKpnUyDQu+TkvbVuoGKGdIYcFbcPD5o28lV2lB6v4TmGsxtAQbpmq+ux5nYZN71slzK6vGnNeI+PxysDVI0khlMvBygxejbBkIwJ67dXzRp7abj0rzPXl6hnwxMCzQjdEsaU/gx9+r4VhQXgwIuct5RPn1j9zuEcIbnMt9c=
From: Ken Brown <kbrown AT cornell DOT edu>
To: Thomas Dickey <dickey AT his DOT com>
CC: cygwin <cygwin AT cygwin DOT com>
Subject: Re: XWin: Tiny fonts on high resolution display
Date: Sat, 29 Sep 2018 02:25:17 +0000
Message-ID: <0e46d9b2-eb1c-f062-643b-1f6fe90b3037@cornell.edu>
References: <20180929000647 DOT GA2323 AT prl-debian8-64 DOT jexium-island DOT net>
In-Reply-To: <20180929000647.GA2323@prl-debian8-64.jexium-island.net>
user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.0
authentication-results: spf=none (sender IP is ) smtp.mailfrom=kbrown AT cornell DOT edu;
received-spf: None (protection.outlook.com: cornell.edu does not designate permitted sender hosts)
MIME-Version: 1.0
X-IsSubscribed: yes
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id w8T2Pi76002947

On 9/28/2018 8:06 PM, Thomas Dickey wrote:
> ----- Original Message -----
> | From: "Ken Brown" <kbrown AT cornell DOT edu>
> | To: "cygwin" <cygwin AT cygwin DOT com>
> | Sent: Friday, September 28, 2018 6:32:25 PM
> | Subject: XWin: Tiny fonts on high resolution display
> 
> | A Google search shows that this is a very frequently asked question (e.g.,
> | https://sourceware.org/ml/cygwin/2016-07/msg00247.html), but I haven't found a
> | good answer, except perhaps to use Gnome or some other desktop environment.  (I
> | haven't tried that yet.)
> |
> | I just got a new laptop with a 3840x2160 display.  When I start the X server via
> | startxwin, xterm and emacs open small windows with tiny fonts.  Here are the
> | xterm and emacs settings in my .Xresources:
> 
> But none of those are for fonts.  With bitmap fonts, you generally can use 10x20
> (12x24 is not so good).  Otherwise, your choice would be a TrueType font (which
> generally have poor coverage of Unicode -- a problem since xterm loads only one font).
> If you don't need to read CJKV, that's okay though...
> 
> With TrueType fonts, you can scale it:
> 
> https://invisible-island.net/xterm/manpage/xterm.html#VT100-Widget-Resources:faceSize

Thanks.  The 10x20 font was still too small, but I was able to get a reasonable 
xterm by adding

   XTerm*faceName: Lucida Console
   XTerm*faceSize: 24

to .Xresources.  The only remaining problem is that the menus are still tiny.  I 
saw https://invisible-island.net/xterm/xterm.faq.html#tiny_menus, so I changed 
'XTerm*geometry:  80x45' to 'XTerm.VT100.geometry:  80x45'.  But that didn't 
help.  Do you know how I can fix the menu fonts?

Ken

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019