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

NAME

6       DPMSDisable - disables DPMS on the specified display
7

SYNOPSIS

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

ARGUMENTS

15       display
16              Specifies the connection to the X server
17

DESCRIPTION

19       The  DPMSDisable  function  disables Display Power Management Signaling
20       (DPMS) on the specified display.  When disabled, DPMS sets the  display
21       to  DPMSModeOn.   If  DPMSDisable is invoked on a display with DPMS al‐
22       ready disabled or on a display which does not support DPMS,  no  change
23       is made and no error is returned.
24

RETURN VALUES

26       TRUE           The DPMSDisable function always returns TRUE.
27

SEE ALSO

29       DPMSCapable(3), DPMSEnable(3)
30
31
32
33X Version 11                     libXext 1.3.5                  DPMSDisable(3)
Impressum