From owner-freebsd-ppc@FreeBSD.ORG Fri Dec 21 02:32:41 2007 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1852C16A468 for ; Fri, 21 Dec 2007 02:32:41 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by mx1.freebsd.org (Postfix) with ESMTP id A7EB013C4CC for ; Fri, 21 Dec 2007 02:32:40 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from excfreebsd.hq.netapp.com (nat-198-95-226-228.netapp.com [198.95.226.228]) by dommail.onthenet.com.au (MOS 3.7.5a-GA) with ESMTP id DKC78690 (AUTH peterg@ptree32.com.au); Fri, 21 Dec 2007 12:32:27 +1000 (EST) Message-ID: <476B25B2.70800@freebsd.org> Date: Thu, 20 Dec 2007 18:32:18 -0800 From: Peter Grehan User-Agent: Thunderbird 2.0.0.0 (X11/20070525) MIME-Version: 1.0 To: David Frascone References: <9cf5ced20712201020l54616c33sebef49df7d53852a@mail.gmail.com> In-Reply-To: <9cf5ced20712201020l54616c33sebef49df7d53852a@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ppc@freebsd.org Subject: Re: Screensaver? X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: grehan@freebsd.org List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Dec 2007 02:32:41 -0000 Hi David, > I don't want to burn in the LCD of my iBook g4, so I'm trying to figure out > how to enable the screen saver. > > I've tried using vidcontrol -t 1, but it never engages the console screen > saver. There aren't any screensavers built. When I first did the syscons code, I looked at a few and they wanted to do PC-style video mode changing. The ones that didn't (blank) were then dependent on splash, and I think my patience ran out around there. I'm sure something could be tweaked to work. later, Peter.