...
Step | Command | |
---|---|---|
1 | Create a directory to store the additional fonts. | For example:
|
2 | Copy the missing fonts from the HP-UX guest to the new directory. | Example using the most likely missing fonts:
|
3 | Create an updated fonts.dir file. | For each newly created fonts directory execute the following command:
|
4 | Check if fontpath can be added to X-Server. | Assuming you run a graphical user session on Linux, use the following command to add a new font directory to your server (until next restart):
To display the fontpath of the currently used X-Server, use the following command:
|
5 | Refresh the font cache. | Run the following command to refresh the font cache:
|
6 | Verify whether your X-Server finds the fonts. | Assuming you run a graphical user session on Linux, use the following command to query the X-Server for known fonts (using HP-UX fontnames as an example):
|
...