Screen savers – and how to load stuff after changing rc.conf`

Screen savers – and how to load stuff after changing rc.conf`

In case you didn’t know, your FreeBSD box comes with a screen saver.  Several in
fact.  And you don’t have to be using X-windows to get them to work.

rc.conf

Open your /etc/rc.conf file and search for "System console options".
  In that section, you’ll find the following lines:

blanktime="300" # blank time (in seconds) or "NO" to turn it off.;
saver="NO"      # screen saver:  blank/daemon/green/snake/star/NO.

Change the values to those shown and have something better than a static screen.

Yes, but it doesn’t run!

Well, you’ve made the changes above, and you’ve waited.  And waited.  But
still no screen saver.  OK.  It’s time to share.  I was told by narvi in
#freebsd on undernet that modload
would do what I want.  So here’s the command I issued:

modload /lkm/deamon_saver.o

Do that, and your screen save of choice should be working for you!

2 thoughts on “Screen savers – and how to load stuff after changing rc.conf`”

    1. hehe wrote:

      > so, you dont have to wait:
      > press Shift+Pause

      I just tested that on 4.10-release. It didn’t work. In addition, this article is out of date, more or less.

      modload is now: kldload /modules/daemon_saver.ko

      Have you tried this?


      The Man Behind The Curtain

Leave a Comment

Scroll to Top