From owner-freebsd-stable@FreeBSD.ORG Sun Apr 9 19:40:03 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 4BC6716A405 for ; Sun, 9 Apr 2006 19:40:03 +0000 (UTC) (envelope-from freebsd-stable@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id D293943D46 for ; Sun, 9 Apr 2006 19:39:55 +0000 (GMT) (envelope-from freebsd-stable@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FSflI-0004gN-8f for freebsd-stable@freebsd.org; Sun, 09 Apr 2006 21:39:52 +0200 Received: from r5h85.chello.upc.cz ([86.49.7.85]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 09 Apr 2006 21:39:52 +0200 Received: from martinkov by r5h85.chello.upc.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 09 Apr 2006 21:39:52 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-stable@freebsd.org From: martinko Date: Sun, 09 Apr 2006 21:39:44 +0200 Lines: 28 Message-ID: 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> <20060408223816.GA17376@nowhere> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: r5h85.chello.upc.cz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20051205 X-Accept-Language: sk, cs, en-gb, en-us, en In-Reply-To: <20060408223816.GA17376@nowhere> Sender: news 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: Sun, 09 Apr 2006 19:40:03 -0000 Craig Boston wrote: > 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 yes, with vesa you can use boot splashes up to 1024x768, but still in 256 colours only. btw, some time ago i created a new port that supports multiple bootsplash images and changes them randomly on each boot. it's still not been taken care of, though. m.