110 lines
2.3 KiB
HTML
110 lines
2.3 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of Protocol::Ext::DPMS</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>Protocol::Ext::DPMS</H1>
|
|
Section: User Contributed Perl Documentation (3pm)<BR>Updated: 2003-05-11<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
X11::Protocol::Ext::DPMS - Perl module for the X11 Protocol DPMS Extension
|
|
<A NAME="lbAC"> </A>
|
|
<H2>SYNOPSIS</H2>
|
|
|
|
|
|
|
|
|
|
|
|
<PRE>
|
|
use X11::Protocol;
|
|
$x = X11::Protocol->new();
|
|
$x->init_extension('DPMS');
|
|
|
|
</PRE>
|
|
|
|
|
|
<A NAME="lbAD"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
|
|
|
|
This module is used to control the <FONT SIZE="-1">DPMS</FONT> features of compliant monitors.
|
|
<A NAME="lbAE"> </A>
|
|
<H2>SYMBOLIC CONSTANTS</H2>
|
|
|
|
|
|
|
|
This extension adds the constant type DPMSPowerLevels, with values as
|
|
defined in the standard.
|
|
<A NAME="lbAF"> </A>
|
|
<H2>REQUESTS</H2>
|
|
|
|
|
|
|
|
This extension adds several requests, called as shown below:
|
|
<P>
|
|
|
|
|
|
|
|
<PRE>
|
|
$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)
|
|
|
|
</PRE>
|
|
|
|
|
|
<A NAME="lbAG"> </A>
|
|
<H2>AUTHOR</H2>
|
|
|
|
|
|
|
|
Jay Kominek <<A HREF="mailto:jay.kominek@colorado.edu">jay.kominek@colorado.edu</A>>
|
|
<A NAME="lbAH"> </A>
|
|
<H2>SEE ALSO</H2>
|
|
|
|
|
|
|
|
<I><A HREF="/cgi-bin/man/man2html?1+perl">perl</A></I>(1),
|
|
X11::Protocol,
|
|
<I>X Display Power Management Signaling (</I><FONT SIZE="-1"><I>DPMS</I></FONT><I>) Extension (X Consortium Standard)</I>
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="1"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="2"><A HREF="#lbAC">SYNOPSIS</A><DD>
|
|
<DT id="3"><A HREF="#lbAD">DESCRIPTION</A><DD>
|
|
<DT id="4"><A HREF="#lbAE">SYMBOLIC CONSTANTS</A><DD>
|
|
<DT id="5"><A HREF="#lbAF">REQUESTS</A><DD>
|
|
<DT id="6"><A HREF="#lbAG">AUTHOR</A><DD>
|
|
<DT id="7"><A HREF="#lbAH">SEE ALSO</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:06:00 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|