summaryrefslogtreecommitdiffstats
path: root/core/modules/pvs2
diff options
context:
space:
mode:
authorSimon Rettberg2019-11-18 13:31:35 +0100
committerSimon Rettberg2019-11-18 13:31:35 +0100
commit9f79f2fcfad2e2d48160d7cce93e4342af47510a (patch)
treef7c1debf75109aa24b899d1334db215e78451b18 /core/modules/pvs2
parent[system-check] added description (diff)
downloadmltk-9f79f2fcfad2e2d48160d7cce93e4342af47510a.tar.gz
mltk-9f79f2fcfad2e2d48160d7cce93e4342af47510a.tar.xz
mltk-9f79f2fcfad2e2d48160d7cce93e4342af47510a.zip
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.
Diffstat (limited to 'core/modules/pvs2')
-rwxr-xr-xcore/modules/pvs2/data/opt/openslx/scripts/setup-pvsmgr7
1 files changed, 0 insertions, 7 deletions
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