public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* How to set big font for xterm in cygwin/X
@ 2014-06-04 15:37 Zhengrong Zang
  2014-06-04 15:44 ` Chris J. Breisch
  2014-06-04 16:00 ` tednolan
  0 siblings, 2 replies; 4+ messages in thread
From: Zhengrong Zang @ 2014-06-04 15:37 UTC (permalink / raw)
  To: cygwin

Now I can use cygwin/X to run gtk3-demo, but my eyes is bad and xterm font in cygwin/X is very small, how can I set to bigger font for xterm? Thanks a lot.
--
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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: How to set big font for xterm in cygwin/X
  2014-06-04 15:37 How to set big font for xterm in cygwin/X Zhengrong Zang
@ 2014-06-04 15:44 ` Chris J. Breisch
  2014-06-05 10:47   ` Zang Zhengrong
  2014-06-04 16:00 ` tednolan
  1 sibling, 1 reply; 4+ messages in thread
From: Chris J. Breisch @ 2014-06-04 15:44 UTC (permalink / raw)
  To: cygwin

Zhengrong Zang wrote:
> Now I can use cygwin/X to run gtk3-demo, but my eyes is bad and xterm font in cygwin/X is very small, how can I set to bigger font for xterm? Thanks a lot.
>

I use the following in my ~/.Xdefaults. Change the faceName and faceSize 
to suit you.

XTerm*faceName: Bitstream Vera Serif Mono
XTerm*faceSize: 10
XTerm*toolBar: false
XTerm*Background: black
XTerm*Foreground: white
XTerm*cursorColor: LightBlue
XTerm*ScrollBar: true
XTerm*rightScrollBar: true


-- 
Chris J. Breisch

--
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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: How to set big font for xterm in cygwin/X
  2014-06-04 15:37 How to set big font for xterm in cygwin/X Zhengrong Zang
  2014-06-04 15:44 ` Chris J. Breisch
@ 2014-06-04 16:00 ` tednolan
  1 sibling, 0 replies; 4+ messages in thread
From: tednolan @ 2014-06-04 16:00 UTC (permalink / raw)
  To: cygwin

In message <92C60106-8A54-434B-A470-744B8E4D420F@gmail.com>you write:
>Now I can use cygwin/X to run gtk3-demo, but my eyes is bad and xterm font =
>in cygwin/X is very small, how can I set to bigger font for xterm? Thanks a=
> lot.=
>

Well, if you hold down the ctrl key and hit the right mouse button,
you will get a menu of "VT Fonts" and select "Large" or "Huge".

Or you could do what I've done -- Make a "my_xterm" shell script:

##############################################

#!/bin/sh
#
export LANG=C
export XTERM_LOCALE=C

exec xterm \
        -fa lucidatypewriter -fs 16 \
        -fg green \
        -bg black $*

##############################################

I find the green on black much easier to read than other combinations.

--
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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: How to set big font for xterm in cygwin/X
  2014-06-04 15:44 ` Chris J. Breisch
@ 2014-06-05 10:47   ` Zang Zhengrong
  0 siblings, 0 replies; 4+ messages in thread
From: Zang Zhengrong @ 2014-06-05 10:47 UTC (permalink / raw)
  To: Chris J. Breisch; +Cc: cygwin


On 2014/06/05, at 0:44, Chris J. Breisch <chris.ml@breisch.org> wrote:

> Zhengrong Zang wrote:
>> Now I can use cygwin/X to run gtk3-demo, but my eyes is bad and xterm font in cygwin/X is very small, how can I set to bigger font for xterm? Thanks a lot.
>> 
> 
> I use the following in my ~/.Xdefaults. Change the faceName and faceSize to suit you.
> 
> XTerm*faceName: Bitstream Vera Serif Mono
> XTerm*faceSize: 10
> XTerm*toolBar: false
> XTerm*Background: black
> XTerm*Foreground: white
> XTerm*cursorColor: LightBlue
> XTerm*ScrollBar: true
> XTerm*rightScrollBar: true
Thanks a lot, I got it.


--
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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-06-05 10:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-04 15:37 How to set big font for xterm in cygwin/X Zhengrong Zang
2014-06-04 15:44 ` Chris J. Breisch
2014-06-05 10:47   ` Zang Zhengrong
2014-06-04 16:00 ` tednolan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).