[arch-general] screensaver
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 How to disable screensaver and DPMS while mplayer or skype work? - -- Have a nice day! ~~~ This PGP signature only certifies the sender and date of the message. It implies no approval from the administrators of nym.mixmin.net. Date: Mon Oct 19 22:33:38 2015 GMT From: flow@nym.mixmin.net -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlYlb8MACgkQViYZwngkfDvdrACeKv1ABt84szcNWHQmNBrDhE7Y 4L8AoIaUs1YOpJWr/W1clCmcuAViJdVc =tEfk -----END PGP SIGNATURE-----
El oct 19, 2015 4:33 PM, "flow" <flow@nym.mixmin.net> escribió:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
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.
On Tue, 20 Oct 2015 00:15:46 -0600, Jonathan Villatoro wrote:
El oct 19, 2015 4:33 PM, "flow" <flow@nym.mixmin.net> 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
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
El oct 19, 2015 4:33 PM, "flow" <flow@nym.mixmin.net> escribi??:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
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.
archwiki contain advice about mplayer. There is nothing about skype. - -- Have a nice day! ~~~ This PGP signature only certifies the sender and date of the message. It implies no approval from the administrators of nym.mixmin.net. Date: Thu Oct 22 18:49:48 2015 GMT From: flow@nym.mixmin.net -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlYpL80ACgkQViYZwngkfDs0+gCeMV+xliRjzpAe/Mss9Bbks60t iZgAn1L+nuFxq5iPY8pHsn7Y3AlFBwyU =nTkp -----END PGP SIGNATURE-----
Hi, i use caffeine-ng. You'll find it in the AUR. Just click on the notification symbol and you are fine. Regards, Chris Am 20.10.2015 um 00:33 schrieb flow:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
How to disable screensaver and DPMS while mplayer or skype work? - -- Have a nice day!
~~~ This PGP signature only certifies the sender and date of the message. It implies no approval from the administrators of nym.mixmin.net. Date: Mon Oct 19 22:33:38 2015 GMT From: flow@nym.mixmin.net -----BEGIN PGP SIGNATURE----- Version: GnuPG v1
iEYEARECAAYFAlYlb8MACgkQViYZwngkfDvdrACeKv1ABt84szcNWHQmNBrDhE7Y 4L8AoIaUs1YOpJWr/W1clCmcuAViJdVc =tEfk -----END PGP SIGNATURE-----
How to disable screensaver and DPMS while mplayer or skype work? I don't have a screen saver, I just have assigned a key to slock. So I don't know how to disable your screen saver, that's likely configurable with screen saver settings.
However, depending on your screen saver, it may listen to xset (or not), in which case you can do: $ xset s off -dpms to disable both it and DPMS. You can even use this in a function in .bashrc called mplayer and then turn it back on again to have this toggled whenever you start/quit mplayer. I personally have it in a script for when I want HDMI output. BTW, next time, please remember to check the Arch Linux Wiki first, it has lots of useful info (even when it's for another distribution/ distribution-agnostic problems): https://wiki.archlinux.org/index.php/Display_Power_Management_Signaling
Have a nice day! To you too. João Miguel
participants (5)
-
Christoph Seitz
-
flow
-
Jonathan Villatoro
-
João Miguel
-
Ralf Mardorf