HP Workstation zx2000 HP Graphics Administration Guide for HP-UX 11.X (IPF ver - Page 33

technical print service (TPS), IsCi - Color Indexed Pseudo Color visuals

Page 33 highlights

configuring an X Server on HP-UX The following is a complete list of the classes of visuals that can be suppressed. ■ IsRgba - RGB (True Color) visuals ■ IsCi - Color Indexed (Pseudo Color) visuals ■ Alpha - visuals that have Alpha planes. ■ NoAlpha - visuals that don't have Alpha planes. ■ Back - double buffered visuals ■ NoBack - visuals that cannot be double buffered ■ Accum - visuals that have an accumulation buffer ■ NoAccum - visuals that don't have an accumulation buffer ■ Depth - visuals that have a Z (depth) buffer ■ NoDepth - visuals that don't have a Z (depth) buffer ■ Stencil -visuals that have Stencil planes ■ NoStencil - visuals that don't have Stencil planes ■ Stereo - visuals that have Stereo buffers ■ NoStereo - visuals that don't have Stereo buffers If an opposing pair of options is selected (for example, Stereo and NoStereo) the suppress options is ignored because selecting an opposing pair would suppress all the visuals. The SuppressVisuals option can be used to hide whole classes of visuals. These can be selected via the SuppressVisuals option in the Screen section of the XF86Config file. The visuals that can be suppressed are: PseudoColor and TrueColor. If all visuals are suppressed and no default visual has been selected, the X Server exits with a fatal error. Also if a default visual is defined, it overrides the suppression request. The example below suppresses the PseudoColor visual. The options can be delimited by white space, bar (|), or comma (,). Section "Screen" Option "SuppressVisuals" "PseudoColor" EndSection technical print service (TPS) The Technical Print Service, tps(5), is a network transparent printing system that allows X applications to render to non screen devices in the same manner they render to displays. It may also be referenced as the X Print Service. Please refer to the tps(5) manual page for details on configuring and using TPS. Graphics Administration Guide 4-21

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66

Graphics Administration Guide
4–21
configuring an X Server on HP-UX
The following is a complete list of the classes of visuals that can be suppressed.
IsRgba – RGB (True Color) visuals
IsCi – Color Indexed (Pseudo Color) visuals
Alpha – visuals that have Alpha planes.
NoAlpha – visuals that don’t have Alpha planes.
Back – double buffered visuals
NoBack – visuals that cannot be double buffered
Accum – visuals that have an accumulation buffer
NoAccum – visuals that don’t have an accumulation buffer
Depth – visuals that have a Z (depth) buffer
NoDepth – visuals that don’t have a Z (depth) buffer
Stencil –visuals that have Stencil planes
NoStencil – visuals that don’t have Stencil planes
Stereo – visuals that have Stereo buffers
NoStereo – visuals that don’t have Stereo buffers
If an opposing pair of options is selected (for example, Stereo and NoStereo) the suppress
options is ignored because selecting an opposing pair would suppress all the visuals.
The
SuppressVisuals
option can be used to hide whole classes of visuals. These can be selected
via the
SuppressVisuals
option in the Screen section of the XF86Config file. The visuals that
can be suppressed are: PseudoColor and TrueColor. If all visuals are suppressed and no default
visual has been selected, the X Server exits with a fatal error. Also if a default visual is defined, it
overrides the suppression request. The example below suppresses the PseudoColor visual. The
options can be delimited by white space, bar (|), or comma (,).
Section “Screen”
Option
“SuppressVisuals” “PseudoColor”
EndSection
technical print service (TPS)
The Technical Print Service,
tps(5)
, is a network transparent printing system that allows X
applications to render to non screen devices in the same manner they render to displays. It may
also be referenced as the X Print Service. Please refer to the
tps(5)
manual page for details on
configuring and using TPS.