aboutsummaryrefslogtreecommitdiff
path: root/rc.sysinit
diff options
context:
space:
mode:
authorThomas Bächler <thomas@archlinux.org>2008-04-07 15:33:20 +0200
committerThomas Bächler <thomas@archlinux.org>2008-04-07 15:33:20 +0200
commit391cfa71285cfca49aed0d6d2a05c9a949cb9857 (patch)
tree8eaf44ba54255ee87a1172f2dcac93edae3c90ca /rc.sysinit
parenta58228bfe3764008ecf971d420fb7fa0bb704b54 (diff)
downloadinitscripts-391cfa71285cfca49aed0d6d2a05c9a949cb9857.tar.xz
Remove setterm screen blanking from rc.sysinit
Contrary to what one may think, screen blanking not only affects the console, but also the X server. This line may lead to unwanted blank screens although one has DPMS disabled in X. Furthermore, it adds a hardcoded, non-configurable default setting to Arch. This should either be made configurable (but IMO, we don't need more stuff in rc.conf) or added to rc.local by the user if needed. As this is a one-liner, the second solution sounds good to me.
Diffstat (limited to 'rc.sysinit')
-rwxr-xr-xrc.sysinit3
1 files changed, 0 insertions, 3 deletions
diff --git a/rc.sysinit b/rc.sysinit
index 1b51100..394ed45 100755
--- a/rc.sysinit
+++ b/rc.sysinit
@@ -419,9 +419,6 @@ if [ -f "/dev/.udev/tmp-rules--70-persistent-net.rules" ]; then
stat_done
fi
-# Screen blanks after 15 minutes idle time
-/usr/bin/setterm -blank 15
-
# Save our dmesg output from this boot
if [ -f /var/log/dmesg.log ]; then
/bin/rm /var/log/dmesg.log