XView settings

blue bar

The graphical user interface for these programs has been written using the xview toolkit. This used to be included with versions of UNIX from Sun, although it is not now included by default. It is also freely available for other UNIX and GNU/Linux operating systems. If the programs do not start, check the following environment variables.

OPENWINHOME
Should be set to the root directory of the OpenWindows installation directory, usually /usr/openwin
LD_LIBRARY_PATH
Should include the OpenWindows library path, usually ${OPENWINHOME}/lib

Depending on the X11 Window Manager being used, the fonts may be difficult to read in the graphical windows. The tradional Sun Openwindows look appears to use 75 dpi fonts; if your Window manager decides to use 100 dpi fonts then the text layout in graphical windows may be messy even if the correct fonts are installed. In some cases, forcing 75 dpi fonts may not solve the problem, in which case refer to the following (from the CIDD FAQ)

1.1 Fonts do not fit in the buttons. The menus and panels look terrible and some elements are obscured. What is going on and, most importantly, how can I fix it?

A: The XView toolkit that CIDD uses as a GUI layer has a relatively ambiguous specification for its default font. It finds a really big font because your X server lists big fonts first when it sets up the default X font path and XView does not scale the size of the widgets to fit the fonts.

The current, preferred workaround is to add specific Openwindows font specifications into your .Xresources file:

or, if lucida sans fonts are not found on your system, try:

For a Mac with minimal fonts installed try:

After editing your ~/.Xresources file, merge this into your current resource set by typing

 xrdb -merge ~/.Xresources