HP j6700 hp workstations - hp-ux 11.x graphics administration guide - Page 59

ServerLayout, DPMSQueryExtension, DPMSGetVersion, DPMSCapable, DPMSSetTimeouts, DPMSForceLevel

Page 59 highlights

Chapter 3 configuring X Windows on HP-UX (other graphics cards) display power management signaling (DPMS) More information (including sample code) on the DPMS Extension entry points can be found online, via the man pages. The extension entry points are: DPMS DPMSQueryExtension DPMSGetVersion DPMSCapable DPMSSetTimeouts DPMSGetTimeouts DPMSEnable DPMSDisable DPMSForceLevel DPMSInfo XFree86 provides four options that may be set in the ServerLayout section that may be used to support this functionality. The options are: blank time, standby time, suspend time, and off time. The following example sets these to 10, 20, 30, and 60 minutes respectively. Section ìServerLayoutî . . . Option ìblank timeî Option ìstandby timeî Option ìsuspend timeî Option . . . ìoff timeî ì10î ì20î ì30î ì60î EndSection Option BlankTime Value time StandbyTime time Default Description 10 Blank Time sets the inactivity timeout for the blanking phase of the screensaver. Time is in minutes. This is equivalent to the Xserver's `-s' flag, and the value can be changed at run-time with xset(1). 20 Standby Time sets the inactivity timeout for the "standby" phase of DPMS mode. Time is in minutes, and the value can be changed at run-time with xset(1). 57

  • 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)
display power management signaling (DPMS)
Chapter 3
57
More information (including sample code) on the DPMS Extension entry
points can be found online, via the man pages.
The extension entry
points are:
DPMS
DPMSQueryExtension
DPMSGetVersion
DPMSCapable
DPMSSetTimeouts
DPMSGetTimeouts
DPMSEnable
DPMSDisable
DPMSForceLevel
DPMSInfo
XFree86 provides four options that may be set in the
ServerLayout
section that may be used to support this functionality. The options are:
blank time, standby time, suspend time, and off time. The following
example sets these to 10, 20, 30, and 60 minutes respectively.
Section ìServerLayoutî
. . .
Option
ìblank timeî
ì10î
Option
ìstandby timeî
ì20î
Option
ìsuspend timeî
ì30î
Option
ìoff timeî
ì60î
. . .
EndSection
Option
Value
Default
Description
BlankTime
time
10
Blank Time sets the inactivity
timeout for the blanking phase of
the screensaver.
Time
is in minutes.
This is equivalent to the Xserver's
`-s' flag, and the value can be
changed at run-time with
xset(1)
.
StandbyTime
time
20
Standby Time sets the inactivity
timeout for the “standby” phase of
DPMS mode.
Time
is in minutes,
and the value can be changed at
run-time with
xset(1)
.