From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 17 23:20:21 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 670EE16A41F for ; Sun, 17 Jul 2005 23:20:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DECA43D48 for ; Sun, 17 Jul 2005 23:20:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j6HNKLkv098033 for ; Sun, 17 Jul 2005 23:20:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j6HNKLZE098032; Sun, 17 Jul 2005 23:20:21 GMT (envelope-from gnats) Date: Sun, 17 Jul 2005 23:20:21 GMT Message-Id: <200507172320.j6HNKLZE098032@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Giorgos Keramidas Cc: Subject: Re: kern/82036: loading green_saver makes screen go blank immediately. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Giorgos Keramidas List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 23:20:21 -0000 The following reply was made to PR kern/82036; it has been noted by GNATS. From: Giorgos Keramidas To: bug-followup@freebsd.org Cc: User Trasz Subject: Re: kern/82036: loading green_saver makes screen go blank immediately. Date: Mon, 18 Jul 2005 02:18:00 +0300 On 2005-07-17 23:00, Giorgos Keramidas wrote: >% Date: Sun, 17 Jul 2005 16:32:18 +0200 >% From: User Trasz >% >% > I haven't had the time to test this, but I suspect this is because you >% > don't have blanktime="" set in your rc.conf and the timeout defaults to >% > a short time. >% >% timeout defaults to zero, but in that case screen saver should be disabled. >% >% > Can you verify that when blanktime is set to a non-zero >% > value in rc.conf kldloading the green_saver works as expected? >% >% yes. the problem, however, is that screen savers blank the screen >% right after being kldloaded. i load it from /boot/loader.conf, so it >% blanks the screen somewhere during kernel initialization, before boot >% scripts can set blanktime. AHA! Bingo! This is why it blanks out when /etc/rc.d/syscons runs. Loading the saver module from /boot/loader.conf is what makes this trigger. If you load the screen saver module from rc.conf using: saver="snake" it all works as expected. I'm not sure if this is a bug though. - Giorgos