From: Chuck Ebbert <76306.1226@compuserve.com>
To: Antonino Daplas <adaplas@pol.net>
Cc: linux-kernel <linux-kernel@vger.kernel.org>,
Andrew Morton <akpm@osdl.org>, Adrian Bunk <bunk@stusta.de>,
Linus Torvalds <torvalds@osdl.org>
Subject: [patch] Require VM86 with VESA framebuffer
Date: Mon, 13 Mar 2006 09:13:31 -0500 [thread overview]
Message-ID: <200603130917_MC3-1-BA83-2167@compuserve.com> (raw)
Force VM86 when VESA framebuffer is enabled and fix a typo
in the VM86 config entry. If VM86 is disabled there will
be problems when starting X using the VESA driver.
Signed-off-by: Chuck Ebbert <76306.1226@compuserve.com>
--- 2.6.16-rc6-d2.orig/drivers/video/Kconfig
+++ 2.6.16-rc6-d2/drivers/video/Kconfig
@@ -456,6 +456,7 @@ config FB_TGA
config FB_VESA
bool "VESA VGA graphics support"
depends on (FB = y) && X86
+ select VM86
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT
--- 2.6.16-rc6-d2.orig/init/Kconfig
+++ 2.6.16-rc6-d2/init/Kconfig
@@ -224,7 +224,7 @@ config UID16
This enables the legacy 16-bit UID syscall wrappers.
config VM86
- depends X86
+ depends on X86
default y
bool "Enable VM86 support" if EMBEDDED
help
--
Chuck
"Penguins don't come from next door, they come from the Antarctic!"
next reply other threads:[~2006-03-13 14:18 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-03-13 14:13 Chuck Ebbert [this message]
2006-03-13 14:30 ` Arjan van de Ven
2006-03-14 21:56 ` Pavel Machek
2006-03-14 22:13 ` Arjan van de Ven
2006-03-13 14:44 ` Alan Cox
2006-03-13 16:55 Chuck Ebbert
2006-03-13 17:01 ` Arjan van de Ven
2006-03-13 21:58 ` Jesse Barnes
2006-03-13 22:16 ` Adrian Bunk
2006-03-14 1:26 ` Alan Cox
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=200603130917_MC3-1-BA83-2167@compuserve.com \
--to=76306.1226@compuserve.com \
--cc=adaplas@pol.net \
--cc=akpm@osdl.org \
--cc=bunk@stusta.de \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@osdl.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
Powered by JetHome