The NCDware System Administrator's Guide for Unix Systems describes using the pref-font-path parameter in a remote configuration file or the Console (Setup -> Change User Preferences -> Fonts -> Current Font Path) to set the current font path. This section describes two additional methods.
Complete the following steps to modify the current font path using TELNET:
In the Host
field of the Terminal Emulator window, type the name (or IP address) of the terminal to be configured and the port (5997 is the User Preferences daemon port number and 5999 is the Configuration daemon port number):
Click on
ncdu10 5997ncdu10 5999
OK
.%
telnet ncdu10 5997%
telnet ncdu10 5999
Password:
prompt, enter the read/write password for the relevant daemon.
>
pref-font-path = {{ built-ins } { tcp/mohawk:7000 }}
> apply
> quit
To modify the current font path using the xset client, enter one of the following commands:
Command |
Result |
xset +fp directory
| Prefixes directory to the font path |
xset fp+ directory
| Appends directory to the font path |
xset -fp directory
| Deletes directory from the font path |