Configure a large xterm window in X11


Issue: The default xterm window in X11 is small with a very tiny font. My eyes hurt – can I make it bigger?


Solution: Use the following command from the X11 Applications menu or the command line:

xterm -fn 10x20 -geometry 82x22 -sb -sl 1500 -vb -bg white

Following the upgrade from Leopard to Snow Leopard, I found that the 10x20 font type was no longer installed. A comparable substitute is given by

xterm -fa Monaco -fs 12 -geometry 82x22 -sb -sl 1500 -vb -bg white

Starting with Lion, I am using the follow xterm configuration:

xterm -fa MonacoCY -fs 14 -geometry 80x20 -sb -sl 1500 -vb -bg white

OS Version Compatibility: Lion, Snow Leopard, Leopard, Tiger

Update Status: 06 February 2012