HP c3700 hp workstations - hp-ux 11.x graphics administration guide - Page 65

minimum monitor power save level option, Depth, Screen, DefaultDepth, Modules

Page 65 highlights

Chapter 3 configuring X Windows on HP-UX (other graphics cards) features 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 following depth may be selected as the default depth: 24. minimum monitor power save level option See the section on "Extensions: Display Power Management Signaling" for more details on this option. HPCursorScaleFactor See the section "Features: Cursor Scaling" for more details regarding this option. NoServerLogging See the section "Features: Logging and Verbosity" for more details. DisableGlxVisuals This can be accomplished by not loading the GLX driver in the Modules section. See the example below. Section ìModuleî #Noload ìglxî EndSection 63

  • 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
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89

configuring X Windows on HP-UX (other graphics cards)
features
Chapter 3
63
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 following depth may be selected as the default depth: 24.
minimum monitor power save level option
See the section on “Extensions: Display Power Management Signaling”
for more details on this option.
HPCursorScaleFactor <n>
See the section “Features: Cursor Scaling” for more details regarding this
option.
NoServerLogging
See the section “Features: Logging and Verbosity” for more details.
DisableGlxVisuals
This can be accomplished by not loading the GLX driver in the
Modules
section. See the example below.
Section ìModuleî
#Noload
ìglxî
EndSection