Specific configuration for DEC Unix/ Compaq True 64
Use graphical interface components.
UM-Editor uses native Motif objects in its windows (for example Text, Push Button or Arrow Button). As a result, the environment (colors and fonts) of these objects is not determined by the application but the default Motif environment.
The environment may be customized using the "UMED " file that comes with the software. Proceed as follows:
if necessary,
replace
the values of the parameters of the "UMED " file by the values that suit your graphic environment;
copy
this file into the
/usr/lib/X11/app-defaults
directory.
UM-Editor uses "misc fixed" fonts , with a resolution of 75 dpi, as specified by the ISO8859-1 standard.
These fonts are very widely used. However, if you encounter problems displaying these characters, check that the fonts are actually available on your system.
Use the
xlsfonts
command to display a list of the 75 dpi "misc fixed" fonts available on your system:
/usr/bin/X11/xlfonts -fn "*misc-fixed-*-75-75-*-iso8859-1"
.
If no fonts are detected by this command, you must add them (provided that they have already been installed) to your font path, using the
xset
command:
/usr/bin/X11/xset fp+ /usr/lib/X11/fonts/iso_8859.1/75dpi
.