From 9f79f2fcfad2e2d48160d7cce93e4342af47510a Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 18 Nov 2019 13:31:35 +0100 Subject: Revert "[pvs2] Disable idle-daemon saver/dpms for dedicated manager" This is wrong since it unconditinally keeps the screen on. Fix this in PVSmgr directly. This reverts commit 0955b965c745c798e0e3e903d52a7376cfa30577. --- core/modules/pvs2/data/opt/openslx/scripts/setup-pvsmgr | 7 ------- 1 file changed, 7 deletions(-) (limited to 'core/modules/pvs2') diff --git a/core/modules/pvs2/data/opt/openslx/scripts/setup-pvsmgr b/core/modules/pvs2/data/opt/openslx/scripts/setup-pvsmgr index 2a8b1a88..5531518a 100755 --- a/core/modules/pvs2/data/opt/openslx/scripts/setup-pvsmgr +++ b/core/modules/pvs2/data/opt/openslx/scripts/setup-pvsmgr @@ -10,13 +10,6 @@ if [ -n "$SLX_PVS_CONFIG_URL" ]; then [ -s "${DST}" ] && CONF="--config=${DST}" fi -# In case nobody else manages this -xset +dpms -xset dpms 120 120 120 -# In case idle-daemon manages saver/dpms -[ -z "$HOME" ] && HOME="$( getent passwd "$(id -u)" | awk -F: '{print $6}' )" -touch "$HOME/.no-saver" - openbox & timediff=5 -- cgit v1.2.3-55-g7522