public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Paul Misner <paul@misner.org>
To: linux-kernel@vger.kernel.org
Subject: Re: Graphics Mode Woes
Date: Thu, 22 Apr 2004 22:32:28 -0500	[thread overview]
Message-ID: <200404222232.29150.paul@misner.org> (raw)
In-Reply-To: <01b801c428cb$737005d0$0900a8c0@bobhitt>

On Thursday 22 April 2004 07:39 pm, Bobby Hitt wrote:
> Hello,
>
> Here's the related portion of my .config file:
>  #
> # Graphics support
> #
> CONFIG_FB=y
> # CONFIG_FB_PM2 is not set
> # CONFIG_FB_CYBER2000 is not set
> # CONFIG_FB_IMSTT is not set
> CONFIG_FB_VGA16=y
> CONFIG_FB_VESA=y
> CONFIG_VIDEO_SELECT=y
> # CONFIG_FB_HGA is not set
> CONFIG_FB_RIVA=y
> # CONFIG_FB_I810 is not set
>
> #
> # Console display driver support
> #
> CONFIG_VGA_CONSOLE=y
> # CONFIG_MDA_CONSOLE is not set
> CONFIG_DUMMY_CONSOLE=y
> CONFIG_FRAMEBUFFER_CONSOLE=y
> CONFIG_PCI_CONSOLE=y
> CONFIG_FONTS=y
> CONFIG_FONT_8x8=y
> CONFIG_FONT_8x16=y
> # CONFIG_FONT_6x11 is not set
> CONFIG_FONT_PEARL_8x8=y
> CONFIG_FONT_ACORN_8x8=y
> # CONFIG_FONT_MINI_4x6 is not set
> # CONFIG_FONT_SUN8x16 is not set
> # CONFIG_FONT_SUN12x22 is not set
>
> #
> # Logo configuration
> #
> CONFIG_LOGO=y
> CONFIG_LOGO_LINUX_MONO=y
> CONFIG_LOGO_LINUX_VGA16=y
> CONFIG_LOGO_LINUX_CLUT224=y
>
> Any help or suggestions are appreciated,
>
> Bobby

I believe that you only want a single one of the CONFIG_FB options set.  As I 
recall, having more then one built in to the kernel causes problems, 
especially with VGA16 and VESA.  Why not just turn on CONFIG_FB_VESA=y, and 
make the others modules (=m).

Why not turn off, or at least build as modules, all the things you aren't 
really going to be using.  Building everything into the kernel is a good way 
to cause yourself problems.

As an example, part of my config is:

CONFIG_FB=y
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_IMSTT is not set
# CONFIG_FB_VGA16 is not set
CONFIG_FB_VESA=y
CONFIG_VIDEO_SELECT=y

The only things turned on in the graphics section are displayed above.

Paul

  parent reply	other threads:[~2004-04-23  3:32 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-23  0:39 Graphics Mode Woes Bobby Hitt
2004-04-23  1:48 ` Dmitry Torokhov
2004-04-23  3:32 ` Paul Misner [this message]
2004-04-23 16:56 ` James Simmons
2004-04-23 20:13   ` Bobby Hitt
2004-04-23 23:06     ` James Simmons

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200404222232.29150.paul@misner.org \
    --to=paul@misner.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox