GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Protocol::Ext::DPMS(3) User Contributed Perl Documentation Protocol::Ext::DPMS(3)

X11::Protocol::Ext::DPMS - Perl module for the X11 Protocol DPMS Extension

  use X11::Protocol;
  $x = X11::Protocol->new();
  $x->init_extension('DPMS');

This module is used to control the DPMS features of compliant monitors.

This extension adds the constant type DPMSPowerLevels, with values as defined in the standard.

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)

Jay Kominek <jay.kominek@colorado.edu>

perl(1), X11::Protocol, X Display Power Management Signaling (DPMS) Extension (X Consortium Standard)
2003-05-11 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.