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

Depth, minimum monitor power save level option

Page 49 highlights

configuring an X Server on HP-UX Depth The default depth of the visual can be set in the Screen section of the XF86Config file using the DefaultDepth option. The following example sets the default depth to 24. X*screens File Example: Screen /dev/crt DefaultVisual Depth 24 XF86Config File Example: Section "Screen" . . . DefaultDepth 24 . . . EndSection The depth may be selected as the default depth: 24. minimum monitor power save level option See display power management signaling (DPMS) on page 4-16 for more details on this option. ■ HPCursorScaleFactor See cursor scaling on page 4-19 for more details regarding this option. ■ No Server Logging See logging and verbosity on page 4-19 for more details. ■ DisableGlxVisuals This can be accomplished by not loading the GLX driver in the Modules section. See the example below. Section "Modules" Noload "glx" EndSection ■ DPMSStandbyTime DPMSSuspendTime DPMSOffTime See section on display power management signaling (DPMS) on page 4-16 for more details on these options. ■ HideDuplicateGlxVisuals See display power management signaling (DPMS) on page 4-16 for more details on this option. ■ MakeDeviceGrayScale This can effectively be done by selecting a "PseudoColor" visual and then setting the RGB values of each color entry identical, in order to create a gray scale colormap. Graphics Administration Guide 4-37

  • 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–37
configuring an X Server on HP-UX
Depth
The default depth of the visual can be set in the Screen section of the XF86Config file using the
DefaultDepth option. The following example sets the default depth to 24.
X*screens File Example:
Screen /dev/crt
DefaultVisual
Depth 24
XF86Config File Example:
Section “Screen”
. . .
DefaultDepth 24
. . .
EndSection
The depth may be selected as the default depth: 24.
minimum monitor power save level option
See
display power management signaling (DPMS)
on page 4-16 for more details on this option.
HPCursorScaleFactor <n>
See
cursor scaling
on page 4-19 for more details regarding this option.
No Server Logging
See
logging and verbosity
on page 4-19 for more details.
DisableGlxVisuals
This can be accomplished by not loading the GLX driver in the Modules section. See the
example below.
Section “Modules”
Noload
“glx”
EndSection
DPMSStandbyTime <Time (Seconds)>
DPMSSuspendTime <Time (Seconds)>
DPMSOffTime <Time (Seconds)>
See section on
display power management signaling (DPMS)
on page 4-16 for more details
on these options.
HideDuplicateGlxVisuals
See
display power management signaling (DPMS)
on page 4-16 for more details on this
option.
MakeDeviceGrayScale
This can effectively be done by selecting a “PseudoColor” visual and then setting the RGB
values of each color entry identical, in order to create a gray scale colormap.