Man Page: x11::protocol::ext::dpms
Operating Environment: debian
Section: 3pm
Protocol::Ext::DPMS(3pm) User Contributed Perl Documentation Protocol::Ext::DPMS(3pm)NAMEX11::Protocol::Ext::DPMS - Perl module for the X11 Protocol DPMS ExtensionSYNOPSISuse X11::Protocol; $x = X11::Protocol->new(); $x->init_extension('DPMS');DESCRIPTIONThis module is used to control the DPMS features of compliant monitors.SYMBOLIC CONSTANTSThis extension adds the constant type DPMSPowerLevels, with values as defined in the standard.REQUESTSThis 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)AUTHORJay Kominek <jay.kominek@colorado.edu>SEE ALSOperl(1), X11::Protocol, X Display Power Management Signaling (DPMS) Extension (X Consortium Standard) perl v5.14.2 2003-05-11 Protocol::Ext::DPMS(3pm)
| Related Man Pages |
|---|
| dpmsenable(3) - debian |
| dpmsgetversion(3) - suse |
| dpmsforcelevel(3) - suse |
| x11::protocol::connection(3pm) - debian |
| x11::protocol::ext::shape(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| awk or sed - Convert 2 lines to 1 line |
| Is UNIX an open source OS ? |
| Detecting unused variables... |
| New UNIX and Linux History Sections |