1DPMSEnable(3)                     X FUNCTIONS                    DPMSEnable(3)
2
3
4

NAME

6       DPMSEnable - enables DPMS on the specified display
7

SYNOPSIS

9       cc [ flag ... ] file ... -lXext [ library ... ]
10       #include <X11/extensions/dpms.h>
11
12       Status DPMSEnable ( Display *display );
13

ARGUMENTS

15       display
16              Specifies the connection to the X server
17

DESCRIPTION

19       The  DPMSEnable  function  enables  Display  Power Management Signaling
20       (DPMS) on the specified display.  When DPMS is enabled, DPMS  will  use
21       the  currently  saved  timeout  values. It will trigger the appropriate
22       DPMS power level based on the timeout values. Refer to DPMSSetTimeouts.
23       All physical screens are affected by DPMSEnable at the same time.
24
25       If  DPMSEnable  is invoked on a display which has DPMS already enabled,
26       or on a display which does not support DPMS, no change is made  and  no
27       error is returned.
28

RETURN VALUES

30       TRUE           The DPMSEnable function always returns TRUE.
31

SEE ALSO

33       DPMSCapable(3), DPMSDisable(3), DPMSGetTimeouts(3), DPMSSetTimeouts(3)
34
35
36
37X Version 11                     libXext 1.3.3                   DPMSEnable(3)
Impressum