From owner-freebsd-questions@FreeBSD.ORG Mon Dec 15 22:35:28 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9A407729 for ; Mon, 15 Dec 2014 22:35:28 +0000 (UTC) Received: from host203.r-bonomi.com (host203.r-bonomi.com [204.87.227.203]) by mx1.freebsd.org (Postfix) with ESMTP id 70FBE683 for ; Mon, 15 Dec 2014 22:35:28 +0000 (UTC) Received: (from bonomi@localhost) by host203.r-bonomi.com (8.14.9/8.14.7) id sBFMRbVt016889 for freebsd-questions@freebsd.org; Mon, 15 Dec 2014 16:27:37 -0600 (CST) (envelope-from bonomi) Date: Mon, 15 Dec 2014 16:27:37 -0600 (CST) From: Robert Bonomi Message-Id: <201412152227.sBFMRbVt016889@host203.r-bonomi.com> To: freebsd-questions@freebsd.org Subject: Re: HP DX5150 and screen-savers In-Reply-To: <201412092220.sB9MKZAS099110@host203.r-bonomi.com> X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2014 22:35:28 -0000 > From owner-freebsd-questions@freebsd.org Tue Dec 9 16:20:40 2014 > Date: Tue, 9 Dec 2014 16:20:35 -0600 (CST) > From: Robert Bonomi > To: freebsd-questions@freebsd.org > Subject: HP DX5150 and screen-savers > > > I'm pretty sure I've done something 'wrong', but can't figure out what. :(( > I'm running a stripped-down monolithic kernel, with evrything built-in (no > modules being run-time loaded), and cant get a screen-saver to work with the > built-in ATI Radeon x300 graphics. I've got the 'sc' console driver, and > 'vesa' support compiled-in, and fire_saver bitches at boot time, failing to > install. (-that- machine is at another location, so I don't have the exact > boot-time error message handy) Update: I *didn't* do anything wrong! The d*mn video card doesn't support low-end (CGA or EGA) graphics modes. The 'fire_saver' screen-saver (the one I'm trying to use) only tries GCA 320x200 graphics and two other modes specific to the 'PC98' implementation. So, of course the saver failed to initialize. I've hacked the code to try all the 'reasonable' graphics modes, and it now loads and runs. So far, so good. :)