From: "Antonino A. Daplas" <adaplas@gmail.com>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-fbdev-devel@lists.sourceforge.net
Subject: [PATCH] fbdev: Make config firmware EDID default to yes
Date: Fri, 24 Feb 2006 13:44:36 +0800 [thread overview]
Message-ID: <43FE9D44.6040907@gmail.com> (raw)
In-Reply-To: <43FE9898.3030801@gmail.com>
- Make CONFIG_FB_FIRMWARE_EDID default to yes
- Add more info to Kconfig help section on when to select N for this option
Signed-off-by: Antonino Daplas <adaplas@pol.net>
---
Antonino A. Daplas wrote:
> Andrew Morton wrote:
>> "Antonino A. Daplas" <adaplas@gmail.com> wrote:
>> Hmm. You're right, 'default y' looks better. Would you like me to send you
> a patch, or would you rather take care of it?
On second thought, I'll just send you an update.
Tony
drivers/video/Kconfig | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index e6a02d6..e9b5045 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -73,14 +73,18 @@ config FB_MACMODES
config FB_FIRMWARE_EDID
bool "Enable firmware EDID"
depends on FB
- default n
+ default y
---help---
This enables access to the EDID transferred from the firmware.
On the i386, this is from the Video BIOS. Enable this if DDC/I2C
transfers do not work for your driver and if you are using
nvidiafb, i810fb or savagefb.
- If unsure, say N.
+ In general, choosing Y for this option is safe. If you
+ experience extremely long delays while booting before you get
+ something on your display, try setting this to N. Matrox cards in
+ combination with certain motherboards and monitors are known to
+ suffer from this problem.
config FB_MODE_HELPERS
bool "Enable Video Mode Handling Helpers"
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
prev parent reply other threads:[~2006-02-24 5:45 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-23 12:00 [PATCH 4/5] fbdev: Make BIOS EDID reading configurable Antonino A. Daplas
2006-02-24 0:34 ` Andrew Morton
2006-02-24 3:56 ` Antonino A. Daplas
2006-02-24 4:10 ` Andrew Morton
2006-02-24 5:24 ` Antonino A. Daplas
2006-02-24 5:29 ` Andrew Morton
2006-02-24 5:44 ` Antonino A. Daplas [this message]
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=43FE9D44.6040907@gmail.com \
--to=adaplas@gmail.com \
--cc=akpm@osdl.org \
--cc=linux-fbdev-devel@lists.sourceforge.net \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.