[<prev] [next>] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.64.0611301509300.11840@pentafluge.infradead.org>
Date: Thu, 30 Nov 2006 15:12:44 +0000 (GMT)
From: James Simmons <jsimmons@...radead.org>
To: Andrew Morton <akpm@...l.org>
cc: Linux Fbdev development list
<linux-fbdev-devel@...ts.sourceforge.net>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [PATCH] Video Select set for VESA FB
This patch automatically set VIDEO_SELECT when you select VESA FB.
Currently if you select VESA FB with fbcon but don't select VGA console
the box will not have its video mode set. Thus you get a blank screen.
Please apply.
Signed-off-by: James Simmons <jsimmons@...radead.org>
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 7a43020..c3fcf04 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -551,6 +551,7 @@ config FB_VESA
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT
+ select VIDEO_SELECT
help
This is the frame buffer device driver for generic VESA 2.0
compliant graphic cards. The older VESA 1.2 cards are not supported.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists