Re: screensaver

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



On Tue, 20 Oct 2015 00:15:46 -0600, Jonathan Villatoro wrote:
>El oct 19, 2015 4:33 PM, "flow" <flow@xxxxxxxxxxxxxx> escribió:
>> How to disable screensaver and DPMS while mplayer or skype work?  
>
>depends heavily on your desktop environment/Window manager... I would
>suggest that you check the archwiki page for your specific DE/WM.

The best approach is to disable it by default with
an /etc/X11/xorg.conf(.d) file, since sometimes the option to disable
it, provided by the DE doesn't work.

Section "ServerFlags"
    Option "BlankTime"   "0"
    Option "StandbyTime" "0"
    Option "SuspendTime" "0"
    Option "OffTime"     "0"
EndSection

Depending on what Screensaver/PowerManager you are using add launchers
to enable and disable the Screensaver/PowerManager. It might require a
script to change settings and sometimes just something needs to be
killed or launched.

Regards,
Ralf


[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux