console screen saver broken? -current

2014-12-11 Thread Alfred Perlstein
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?

It doesn't seem obvious from the docs or anything else.

Are the current green_saver.ko and other screen saver modules still 
able to blank the screen?


Do splash screen work?

-Alfred


___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: console screen saver broken? -current

2014-12-11 Thread Andrey Fesenko
On Thu, Dec 11, 2014 at 8:42 PM, Alfred Perlstein alf...@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?

 It doesn't seem obvious from the docs or anything else.

 Are the current green_saver.ko and other screen saver modules still able
 to blank the screen?

 Do splash screen work?

 -Alfred


See https://wiki.freebsd.org/Newcons?highlight=%28syscons%29

screensaver No
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: console screen saver broken? -current

2014-12-11 Thread Craig Rodrigues
On Thu, Dec 11, 2014 at 9:42 AM, Alfred Perlstein alf...@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
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org