Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756710AbYC1AKk (ORCPT ); Thu, 27 Mar 2008 20:10:40 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756051AbYC1AKZ (ORCPT ); Thu, 27 Mar 2008 20:10:25 -0400 Received: from mail.queued.net ([207.210.101.209]:1601 "EHLO mail.queued.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756038AbYC1AKY (ORCPT ); Thu, 27 Mar 2008 20:10:24 -0400 Date: Thu, 27 Mar 2008 20:11:05 -0400 From: Andres Salomon To: Andrew Morton Cc: adaplas@gmail.com, linux-kernel@vger.kernel.org, linux-fbdev-devel@lists.sourceforge.net, info-linux@geode.amd.com, jordan.crouse@amd.com Subject: [PATCH 6/7] lxfb: rename kernel arg fbsize to vram Message-ID: <20080327201105.34cae8b5@ephemeral> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.12.0; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3511 Lines: 119 Match other fb drivers (including gxfb). Also, document the current boot arguments in Documentation/fb/lxfb.txt. Signed-off-by: Andres Salomon --- Documentation/fb/lxfb.txt | 50 +++++++++++++++++++++++++++++++++++++++ drivers/video/geode/lxfb_core.c | 12 ++++----- 2 files changed, 55 insertions(+), 7 deletions(-) create mode 100644 Documentation/fb/lxfb.txt diff --git a/Documentation/fb/lxfb.txt b/Documentation/fb/lxfb.txt new file mode 100644 index 0000000..dc501da --- /dev/null +++ b/Documentation/fb/lxfb.txt @@ -0,0 +1,50 @@ +[This file is cloned from VesaFB/aty128fb] + +What is lxfb? +================= + +This is a graphics framebuffer driver for AMD Geode LX based processors. + +Advantages: + + * No need to use AMD's VSA code (or other VESA emulation layer) in the + BIOS. + * It provides a nice large console (128 cols + 48 lines with 1024x768) + without using tiny, unreadable fonts. + * You can run XF68_FBDev on top of /dev/fb0 + * Most important: boot logo :-) + +Disadvantages: + + * graphic mode is slower than text mode... + + +How to use it? +============== + +Switching modes is done using lxfb.mode_option=... boot +parameter or using `fbset' program. + +See Documentation/fb/modedb.txt for more information on modedb +resolutions. + + +X11 +=== + +XF68_FBDev should generally work fine, but it is non-accelerated. + + +Configuration +============= + +You can pass kernel command line options to lxfb with lxfb.