When installing or updating Ferret, check the installation guide for your system, from the Ferret Downloads page for requirements and instructions regarding the x window and x server configuration.
To get graphical output from Ferret at your workstation, you must have the X Windows environment variable DISPLAY defined properly. Set the variable to point to the workstation screen where you want Ferret graphical output displayed. In the example below graphics output will be sent to the screen of workatation anorak.
% setenv DISPLAY anorak:0.0
If you are running X windows on the same system where Ferret is running, the setting is just :0.0
% setenv DISPLAY :0.0
You can also set this variable using the Control Panel of your PC. Open the control panel, open up System, and choose the Environment tab. At the bottom of the window add Variable DISPLAY and set its Value to anorak:0.0
The X display must be set for indexed color (a.k.a. PseudoColor) -- maximum 65K colors. This is relevant to PC and MAC X software and to systems that have 3D graphics hardware installed.
If a graphics window that was obscured by another window appears to be fully or partially blank after the obscuring window is moved, or if the graphics in a window are drawn incorrectly after the window is resized, then try typing:
yes? set mode refreshand redrawing the graphic.
Ferret displays colors correctly on X window servers configured to use a 24 bit color display. If you use such a display, note the following:
Ferret can now run in batch mode -- without an X server. Invoke batch mode by starting up Ferret with the -gif option:
ferret -gifGraphical output is buffered, and can be stored in a GIF file by executing the FRAME command. For example:
yes? frame/file=picture.gifsends the stored graphical output from Ferret to the GIF file picture.gif.
Please note the following when using batch mode:
yes? set window/clear/size=0.25will resize the window while
yes? set window/size=0.25/clearwill cause an error.
yes? set mode metamay cause problems.
yes? set window/newwill cause Ferret to crash.
Ferret can also generate PostScript files without an X server. This is an experimental feature and not fully supported. If you wish to use this mode, start Ferret with the -batch option:
ferret -batch <file>.pswhere <file> is the name of the output file. Note that the filename must end with ".ps".
Please note the following when using PostScript mode:
yes? set window/newwill cause Ferret to crash.
Last modified: Tuesday, November 21, 2000
The requested URL "/footer.txt" was not found on this server.Not Found