X11::Protocol::Ext::DPMS - Perl module for the X11 Protocol DPMS Extension
use X11::Protocol;
$x = X11::Protocol->new();
$x->init_extension('DPMS');
User Contributed Perl Documentation Protocol::Ext::DPMS(3)
NAME
X11::Protocol::Ext::DPMS - Perl module for the X11 Protocol DPMS
Extension
SYNOPSIS
use X11::Protocol;
$x = X11::Protocol->new();
$x->init_extension('DPMS');
DESCRIPTION
This module is used to control the DPMS features of compliant monitors.
SYMBOLIC CONSTANTS
This extension adds the constant type DPMSPowerLevels, with values as
defined in the standard.
REQUESTS
This extension adds several requests, called as shown below:
$x->DPMSGetVersion => ($major, $minor)
$x->DPMSCapable => ($capable)
$x->DPMSGetTimeouts => ($standby_timeout, $suspend_timeout, $off_timeout)
$x->DPMSSetTimeouts($standby_timeout, $suspend_timeout, $off_timeout) => ()
$x->DPMSEnable => ()
$x->DPMSDisable => ()
$x->DPMSForceLevel($power_level) => ()
$x->DPMSInfo => ($power_level,$state)
AUTHOR
Jay Kominek <jay.kominek@colorado.edu>
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
+---------------+--------------------------------------+
|ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+---------------+--------------------------------------+
|Availability | library/perl-5/perl-x11-protocol-532 |
+---------------+--------------------------------------+
|Stability | Uncommitted |
+---------------+--------------------------------------+
SEE ALSO
perl(1), X11::Protocol, X Display Power Management Signaling (DPMS)
Extension (X Consortium Standard)
NOTES
Source code for open source software components in Oracle Solaris can
be found at https://www.oracle.com/downloads/opensource/solaris-source-
code-downloads.html.
This software was built from source available at
https://github.com/oracle/solaris-userland. The original community
source was downloaded from
http://search.cpan.org/CPAN/authors/id/S/SM/SMCCAM/X11-Protocol-0.56.tar.gz.
Further information about this software can be found on the open source
community website at http://search.cpan.org/~smccam/X11-Protocol.
perl v5.32.0 2003-05-11 Protocol::Ext::DPMS(3)