[2366] in testers
Re: jweiss: RS6000.220 xterm fontsize
daemon@ATHENA.MIT.EDU (Richard J. Barbalace)
Fri Aug 13 23:54:19 1993
To: testers@Athena.MIT.EDU, jweiss@Athena.MIT.EDU
Date: Fri, 13 Aug 93 23:54:04 EDT
From: Richard J. Barbalace <rjbarbal@Athena.MIT.EDU>
> Currently two xterms with the default fontsize don't fit side by side
> on the 220 monitor. Craig says this probably has to do with the
> enlarged fontsize for the 320. Can this be fixed?
I'm not sure if this is a good solution or not, but I thought I'd
mention it just in case. I have this in my ~/.startup.X file:
# RS/6000 uses different default fonts
if ($HOSTTYPE == "rsaix") then
xset fp default
endif
This gives me the standard fonts found on other platforms, and allows
room for two side-by-side xterms.
- Richard