From owner-freebsd-current@FreeBSD.ORG Sun May 31 22:24:50 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2F151065674 for ; Sun, 31 May 2009 22:24:50 +0000 (UTC) (envelope-from freebsd-current@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 7DA258FC27 for ; Sun, 31 May 2009 22:24:50 +0000 (UTC) (envelope-from freebsd-current@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MAtSS-0003G2-9T for freebsd-current@freebsd.org; Sun, 31 May 2009 22:24:49 +0000 Received: from 200.41.broadband11.iol.cz ([90.178.41.200]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 31 May 2009 22:24:48 +0000 Received: from gamato by 200.41.broadband11.iol.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 31 May 2009 22:24:48 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-current@freebsd.org From: martinko Date: Mon, 01 Jun 2009 00:24:36 +0200 Lines: 18 Message-ID: References: <200902100908.n1A989IJ034744@lurza.secnetix.de> <49923B2F.2080804@mawer.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 200.41.broadband11.iol.cz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.18) Gecko/20081125 SeaMonkey/1.1.13 In-Reply-To: <49923B2F.2080804@mawer.org> Sender: news Subject: Re: CFT: Graphics support for /boot/loader X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 May 2009 22:24:51 -0000 Antony Mawer wrote: > Do you know if it would be hard to modify splash(4) to supports 640x480 > 4-bit images? At the moment, according to the man page: > > "If the standard VGA video mode is used, the size of the bitmap must > be 320x200 or less." > > I would find a 640x480 image with a custom 16 colour palette and > appropriate dithering much more attractive than the current 320x200 but > with 256 colours offering (ignoring VESA, which seems to have varied > levels of support). > > At the moment, a 640x480 4-bit image is just gives me a blank screen > unless I load the VESA module (and on a VESA capable machine) also VESA is unsupported on amd64 :-/ and even with VESA splash(4) limits images to 1024x768 :-(