Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754326Ab0ASSKB (ORCPT ); Tue, 19 Jan 2010 13:10:01 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752492Ab0ASSKB (ORCPT ); Tue, 19 Jan 2010 13:10:01 -0500 Received: from iolanthe.rowland.org ([192.131.102.54]:59402 "HELO iolanthe.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1752187Ab0ASSKA (ORCPT ); Tue, 19 Jan 2010 13:10:00 -0500 Date: Tue, 19 Jan 2010 13:09:58 -0500 (EST) From: Alan Stern X-X-Sender: stern@iolanthe.rowland.org To: James Simmons cc: dri-devel@lists.sourceforge.net, Kernel development list Subject: Re: Font selection with i915 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1403 Lines: 32 On Tue, 19 Jan 2010, James Simmons wrote: > > > When Fedora 12 loads i915 during initramfs probing on my system, the > > driver automatically installs a tiny 160x64 font. How can I prevent it > > from doing this, or tell it to use a larger 80x25 font instead? > > > > Is this documented anywhere? > > Not really. Here is how you enable larger fonts. Configure your kernel. Go > into the Graphics support menu. This the the menu that has the > DRI/Framebuffer and backlight options. You will see a "Console display > driver support" option. Select it and you will have a new menu. You will > see the option "Select compiled-in fonts". Enable that and select the font > you want. Most likely it will be the Sun 12x22 font. Build your kernel. > > Their might be one more setup to do. Some distros like to load a console > font at boot up. Depending on the distro if that is the case you will have > to disable it. It turns out that preventing the mode switch is easier. Finding it took a certain amount of digging, but the "nomodeset" kernel parameter prevents the console from leaving normal VGA mode. If only it were documented... Alan Stern -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/