Skip Menu |

This queue is for tickets about the App-SetScreensaverTimeout CPAN distribution.

Report information
The Basics
Id: 105048
Status: resolved
Priority: 0/
Queue: App-SetScreensaverTimeout

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: Support for plain X11 (e.g. using xset)
Probably the interesting things are: $ xset q ... Screen Saver: prefer blanking: yes allow exposures: yes timeout: 0 cycle: 0 ... DPMS (Energy Star): Standby: 180 Suspend: 240 Off: 600 DPMS is Enabled Monitor is On ... (Probably both Screen Saver and DPMS settings need to be taken into account) Set DPMS timeouts: $ xset dpms ... Set Screen Saver timeouts: $ xset s ...
On 2015-06-07 12:42:48, SREZIC wrote: Show quoted text
> Probably the interesting things are: > > $ xset q > ... > Screen Saver: > prefer blanking: yes allow exposures: yes > timeout: 0 cycle: 0 > ... > DPMS (Energy Star): > Standby: 180 Suspend: 240 Off: 600 > DPMS is Enabled > Monitor is On > ... > > (Probably both Screen Saver and DPMS settings need to be taken into account) > > Set DPMS timeouts: > $ xset dpms ... > > Set Screen Saver timeouts: > $ xset s ...
Another possibility to get to this information is through the use of X11::Protocol extensions, e.g. * https://metacpan.org/pod/X11::Protocol::Ext::MIT_SCREEN_SAVER * https://metacpan.org/pod/X11::Protocol::Ext::DPMS
Thanks, implemented in 0.11. Please check it out.