console screen saver broken? -current

Craig Rodrigues rodrigc at FreeBSD.org
Fri Dec 12 02:13:24 UTC 2014


On Thu, Dec 11, 2014 at 9:42 AM, Alfred Perlstein <alfred at freebsd.org>
wrote:

> Up until a few months ago the following added to /etc/rc.conf would blank
> the screen:
>
> # /etc/rc.conf
> saver="green"
> allscreens_flags="-t 60"
>
> Now that no longer works.
>
> Can someone explain how to restore the power saving screen saver please?
>


 -> Put this in /boot/loader.conf to use the older syscons(4) console
driver by default and reboot:
       kern.vty="sc"


This lists the missing functionality in the new vt(4) driver such as
screensaver:

https://wiki.freebsd.org/Newcons#Feature_Comparison_with_syscons.284.29

--
Craig


More information about the freebsd-current mailing list