diff options
author | Thomas Bächler <thomas@archlinux.org> | 2008-04-07 15:33:20 +0200 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2008-04-07 15:33:20 +0200 |
commit | 391cfa71285cfca49aed0d6d2a05c9a949cb9857 (patch) | |
tree | 8eaf44ba54255ee87a1172f2dcac93edae3c90ca /rc.sysinit | |
parent | a58228bfe3764008ecf971d420fb7fa0bb704b54 (diff) |
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-x | rc.sysinit | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |