From owner-freebsd-stable@FreeBSD.ORG Sat Apr 8 22:38:19 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A67E16A401 for ; Sat, 8 Apr 2006 22:38:19 +0000 (UTC) (envelope-from craig@feniz.gank.org) Received: from ion.gank.org (ion.gank.org [69.55.238.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CE6143D45 for ; Sat, 8 Apr 2006 22:38:19 +0000 (GMT) (envelope-from craig@feniz.gank.org) Received: by ion.gank.org (Postfix, from userid 1001) id 6DD6511729; Sat, 8 Apr 2006 17:38:18 -0500 (CDT) Date: Sat, 8 Apr 2006 17:38:16 -0500 From: Craig Boston To: Chris Message-ID: <20060408223816.GA17376@nowhere> Mail-Followup-To: Craig Boston , Chris , "[LoN]Kamikaze" , freebsd-stable@freebsd.org References: <4434CA1F.5030506@rackspace.com> <4434E43D.7010908@gmx.de> <20060406033849.r454nl98kks8sk0s@webmail.1command.com> <4434F4D2.2080708@gmx.de> <20060406040953.zmzszeyh0ggcccg8@webmail.1command.com> <4434FC48.8080102@gmx.de> <20060406045346.8ebxvar40w4cw4g8@webmail.1command.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060406045346.8ebxvar40w4cw4g8@webmail.1command.com> User-Agent: Mutt/1.4.2.1i Cc: "\[LoN\]Kamikaze" , freebsd-stable@freebsd.org Subject: Re: splash X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Apr 2006 22:38:19 -0000 On Thu, Apr 06, 2006 at 04:53:46AM -0700, Chris wrote: > No kidding? These are the same brands I'm using. The ATI's are PCI > (onboard ATI - TYAN SMP motherboards) and the nVidia's are AGP. They're > "higher end" models as well. Must be the way I build the kernel > regarding boot/ console. Oh well, no complaints. Just interesting to > hear. If you don't have VESA support in your kernel (it's not by default), try adding vesa_load="YES" to your loader.conf and see if that helps with higher-resolution splash images. Craig