Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ gpr_inq_config(A) — Apollo Domain/OS SR10.4

Media Vault

Software Library

Restoration Projects

Artifacts Sought

GPR_$INQ_CONFIG                   GPR Calls                    GPR_$INQ_CONFIG


NAME
     gpr_$inq_config - returns the current display configuration.

FORMAT
     gpr_$inq_config (config, status)

DESCRIPTION
     This routine returns the current display configuration.  Use
     gpr_$inq_config to return the configuration constant of the node on which
     the program is executing.  This constant tells you the size of the screen
     and the number of planes.

   Output Parameters
     config
          Display configuration, in gpr_$display_config_t format.  This is a
          2-byte integer.  One of the following predefined values is returned:

          Returned Value           Display Type

          gpr_$bw_800x1024         DN100, DN400 -- portrait
          gpr_$bw_1024x800         DN3xx, DN4xx -- landscape
          gpr_$color_1024x1024x4   DN600/660 2-board config
          gpr_$color_1024x1024x8   DN600/660 3-board config
          gpr_$color_1024x800x4    DN550/560 2-board config
          gpr_$color_1024x800x8    DN550/560 3-board config
          gpr_$color_1280x1024x8   DN580/590
          gpr_$color1_1024x800x8   DN570
          gpr_$color2_1024x800x4   DN3000C
          gpr_$bw_1280x1024        DN3000M
          gpr_$color2_1024x800x8   DN3000E
          gpr_$bw5_1024x800        DN3000M
          gpr_$color10_1280x1024   Series 10000VS
          gpr_$color7_1280x1024    DN3500A, DN3550A/B, DN4500A/B
          gpr_$mono9_2kx1k         DN2500 1280x1k or 1kx800 monochrome

     status
          Completion status, in status_$t format.

NOTES
     You can call gpr_$inq_config prior to calling gpr_$init.

     This call has been superseded by gpr_$inq_disp_characteristics and
     gpr_$inq_display_characteristics.

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