Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ setmonitor(3g) — GL2 W2.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

setmonitor()  —  Silicon Graphics Beta Release

NAME

setmonitor - sets the monitor type

SPECIFICATION

C
setmonitor(type)
short type;

FORTRAN
subroutine setmon(type)
integer*4 type

Pascal
procedure setmonitor(type: Short)

DESCRIPTION

setmonitor sets the monitor to 30 Hz interlaced, 60 Hz non-interlaced, or NTSC, depending on whether type is HZ30, HZ60, or NTSC, respectively.  Those constants are defined in the file get.h. 

TYPE Monitor Type
HZ30 30 Hz interlaced
HZ60 60 Hz non-interlaced
NTSC NTSC

SEE ALSO

getmonitor

NOTE

This command can be used only in immediate mode. 

Version 2.3  —  July 04, 1985

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026