From owner-freebsd-ppc@FreeBSD.ORG Fri Dec 21 05:02:48 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 1EE7416A418 for ; Fri, 21 Dec 2007 05:02:48 +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 ACB0013C447 for ; Fri, 21 Dec 2007 05:02:47 +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 DKC93978 (AUTH peterg@ptree32.com.au); Fri, 21 Dec 2007 15:02:41 +1000 (EST) Message-ID: <476B48E7.1090703@freebsd.org> Date: Thu, 20 Dec 2007 21:02:31 -0800 From: Peter Grehan User-Agent: Thunderbird 2.0.0.0 (X11/20070525) MIME-Version: 1.0 To: Marcel Moolenaar References: <9cf5ced20712201020l54616c33sebef49df7d53852a@mail.gmail.com> <476B25B2.70800@freebsd.org> <1D0E3C1C-F8C1-4FBC-96DF-DCA56DBC3FA7@mac.com> In-Reply-To: <1D0E3C1C-F8C1-4FBC-96DF-DCA56DBC3FA7@mac.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 05:02:48 -0000 > It already works with: > device splash > device blank_saver An unexpected syscons success story :) I got a bit excited and tried to build daemon saver, only to hit a few compile errors and unresolved symbols. Easy to fix though. With all this syscons excitement, the other obvious piece missing is the s/w mouse cursor. It's possible to select regions, though useless since the cursor can't be seen. Another piece that would be easy to fix for those sufficiently motivated. later, Peter.