From 391cfa71285cfca49aed0d6d2a05c9a949cb9857 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20B=C3=A4chler?= Date: Mon, 7 Apr 2008 15:33:20 +0200 Subject: 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. --- rc.sysinit | 3 --- 1 file changed, 3 deletions(-) (limited to 'rc.sysinit') 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 -- cgit v1.2.3