Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-08-02 Thread Antonino A. Daplas
On Thu, 2007-08-02 at 22:33 -0400, Daniel Drake wrote: > Antonino A. Daplas wrote: > > How about this patch? > > > > Tony > > --- > > > > Subject: video setup: Fix VBE DDC reading > > > > Add memory operand constraint and write-only modifier to the inline > > assembly to effect the writing of

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-08-02 Thread Daniel Drake
Antonino A. Daplas wrote: How about this patch? Tony --- Subject: video setup: Fix VBE DDC reading Add memory operand constraint and write-only modifier to the inline assembly to effect the writing of the EDID block to boot_params.edid_info. Thanks, this patch works in that Linux now

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-08-02 Thread H. Peter Anvin
Antonino A. Daplas wrote: How about this patch? Tony --- Subject: video setup: Fix VBE DDC reading Add memory operand constraint and write-only modifier to the inline assembly to effect the writing of the EDID block to boot_params.edid_info. Signed-off-by: Antonino Daplas <[EMAIL

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-08-02 Thread Antonino A. Daplas
H. Peter Anvin wrote: > Antonino A. Daplas wrote: >> On Wed, 2007-08-01 at 09:54 +0800, Antonino A. Daplas wrote: >>> On Tue, 2007-07-31 at 21:17 -0400, Daniel Drake wrote: Zwane Mwaikambo wrote: > Sorry if this has been hashed out before, but could you point me > towards the gentoo

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-08-02 Thread Antonino A. Daplas
H. Peter Anvin wrote: Antonino A. Daplas wrote: On Wed, 2007-08-01 at 09:54 +0800, Antonino A. Daplas wrote: On Tue, 2007-07-31 at 21:17 -0400, Daniel Drake wrote: Zwane Mwaikambo wrote: Sorry if this has been hashed out before, but could you point me towards the gentoo bugzilla entry? I'm

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-08-02 Thread H. Peter Anvin
Antonino A. Daplas wrote: How about this patch? Tony --- Subject: video setup: Fix VBE DDC reading Add memory operand constraint and write-only modifier to the inline assembly to effect the writing of the EDID block to boot_params.edid_info. Signed-off-by: Antonino Daplas [EMAIL

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-08-02 Thread Daniel Drake
Antonino A. Daplas wrote: How about this patch? Tony --- Subject: video setup: Fix VBE DDC reading Add memory operand constraint and write-only modifier to the inline assembly to effect the writing of the EDID block to boot_params.edid_info. Thanks, this patch works in that Linux now

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-08-02 Thread Antonino A. Daplas
On Thu, 2007-08-02 at 22:33 -0400, Daniel Drake wrote: Antonino A. Daplas wrote: How about this patch? Tony --- Subject: video setup: Fix VBE DDC reading Add memory operand constraint and write-only modifier to the inline assembly to effect the writing of the EDID block to

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-08-01 Thread H. Peter Anvin
Antonino A. Daplas wrote: On Wed, 2007-08-01 at 09:54 +0800, Antonino A. Daplas wrote: On Tue, 2007-07-31 at 21:17 -0400, Daniel Drake wrote: Zwane Mwaikambo wrote: Sorry if this has been hashed out before, but could you point me towards the gentoo bugzilla entry? I'm trying to understand how

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-08-01 Thread Antonino A. Daplas
On Wed, 2007-08-01 at 09:54 +0800, Antonino A. Daplas wrote: > On Tue, 2007-07-31 at 21:17 -0400, Daniel Drake wrote: > > Zwane Mwaikambo wrote: > > > Sorry if this has been hashed out before, but could you point me towards > > > the gentoo bugzilla entry? I'm trying to understand how your setup

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-08-01 Thread Antonino A. Daplas
On Wed, 2007-08-01 at 09:54 +0800, Antonino A. Daplas wrote: On Tue, 2007-07-31 at 21:17 -0400, Daniel Drake wrote: Zwane Mwaikambo wrote: Sorry if this has been hashed out before, but could you point me towards the gentoo bugzilla entry? I'm trying to understand how your setup broke.

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-08-01 Thread H. Peter Anvin
Antonino A. Daplas wrote: On Wed, 2007-08-01 at 09:54 +0800, Antonino A. Daplas wrote: On Tue, 2007-07-31 at 21:17 -0400, Daniel Drake wrote: Zwane Mwaikambo wrote: Sorry if this has been hashed out before, but could you point me towards the gentoo bugzilla entry? I'm trying to understand how

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-07-31 Thread Gabriel C
Antonino A. Daplas wrote: > On Tue, 2007-07-31 at 21:17 -0400, Daniel Drake wrote: >> Zwane Mwaikambo wrote: >>> Sorry if this has been hashed out before, but could you point me towards >>> the gentoo bugzilla entry? I'm trying to understand how your setup broke. >>> Which version VBE does your

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-07-31 Thread H. Peter Anvin
Daniel Drake wrote: Zwane Mwaikambo wrote: Sorry if this has been hashed out before, but could you point me towards the gentoo bugzilla entry? I'm trying to understand how your setup broke. Which version VBE does your system have? Here's the bug: http://bugs.gentoo.org/show_bug.cgi?id=181067

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-07-31 Thread Antonino A. Daplas
On Tue, 2007-07-31 at 21:17 -0400, Daniel Drake wrote: > Zwane Mwaikambo wrote: > > Sorry if this has been hashed out before, but could you point me towards > > the gentoo bugzilla entry? I'm trying to understand how your setup broke. > > Which version VBE does your system have? > > Here's the

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-07-31 Thread Daniel Drake
Zwane Mwaikambo wrote: Sorry if this has been hashed out before, but could you point me towards the gentoo bugzilla entry? I'm trying to understand how your setup broke. Which version VBE does your system have? Here's the bug: http://bugs.gentoo.org/show_bug.cgi?id=181067 How can we identify

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-07-31 Thread Antonino A. Daplas
On Tue, 2007-07-31 at 19:58 -0400, Daniel Drake wrote: > Hi, > > H. Peter Anvin wrote: > >> So, 2.6.22-rc6-mm1 should work fine with CONFIG_FIRMWARE_EDID=y, or are > >> further patches needed? > >> > > > > It should, yes. > > It didn't work, and the bug still exists in 2.6.23-rc1: the

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-07-31 Thread Zwane Mwaikambo
Hi Daniel, On Tue, 31 Jul 2007, Daniel Drake wrote: > Hi, > > H. Peter Anvin wrote: > > > So, 2.6.22-rc6-mm1 should work fine with CONFIG_FIRMWARE_EDID=y, or are > > > further patches needed? > > > > > > > It should, yes. > > It didn't work, and the bug still exists in 2.6.23-rc1: the

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-07-31 Thread Daniel Drake
Hi, H. Peter Anvin wrote: So, 2.6.22-rc6-mm1 should work fine with CONFIG_FIRMWARE_EDID=y, or are further patches needed? It should, yes. It didn't work, and the bug still exists in 2.6.23-rc1: the resolution is wrong by 6 pixels. The user does have CONFIG_FIRMWARE_EDID enabled. So far

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-07-31 Thread Daniel Drake
Hi, H. Peter Anvin wrote: So, 2.6.22-rc6-mm1 should work fine with CONFIG_FIRMWARE_EDID=y, or are further patches needed? It should, yes. It didn't work, and the bug still exists in 2.6.23-rc1: the resolution is wrong by 6 pixels. The user does have CONFIG_FIRMWARE_EDID enabled. So far

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-07-31 Thread Zwane Mwaikambo
Hi Daniel, On Tue, 31 Jul 2007, Daniel Drake wrote: Hi, H. Peter Anvin wrote: So, 2.6.22-rc6-mm1 should work fine with CONFIG_FIRMWARE_EDID=y, or are further patches needed? It should, yes. It didn't work, and the bug still exists in 2.6.23-rc1: the resolution is wrong by

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-07-31 Thread Antonino A. Daplas
On Tue, 2007-07-31 at 19:58 -0400, Daniel Drake wrote: Hi, H. Peter Anvin wrote: So, 2.6.22-rc6-mm1 should work fine with CONFIG_FIRMWARE_EDID=y, or are further patches needed? It should, yes. It didn't work, and the bug still exists in 2.6.23-rc1: the resolution is wrong by 6

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-07-31 Thread Daniel Drake
Zwane Mwaikambo wrote: Sorry if this has been hashed out before, but could you point me towards the gentoo bugzilla entry? I'm trying to understand how your setup broke. Which version VBE does your system have? Here's the bug: http://bugs.gentoo.org/show_bug.cgi?id=181067 How can we identify

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-07-31 Thread Antonino A. Daplas
On Tue, 2007-07-31 at 21:17 -0400, Daniel Drake wrote: Zwane Mwaikambo wrote: Sorry if this has been hashed out before, but could you point me towards the gentoo bugzilla entry? I'm trying to understand how your setup broke. Which version VBE does your system have? Here's the bug:

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-07-31 Thread H. Peter Anvin
Daniel Drake wrote: Zwane Mwaikambo wrote: Sorry if this has been hashed out before, but could you point me towards the gentoo bugzilla entry? I'm trying to understand how your setup broke. Which version VBE does your system have? Here's the bug: http://bugs.gentoo.org/show_bug.cgi?id=181067

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-07-31 Thread Gabriel C
Antonino A. Daplas wrote: On Tue, 2007-07-31 at 21:17 -0400, Daniel Drake wrote: Zwane Mwaikambo wrote: Sorry if this has been hashed out before, but could you point me towards the gentoo bugzilla entry? I'm trying to understand how your setup broke. Which version VBE does your system have?

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-07-10 Thread H. Peter Anvin
Daniel Drake wrote: > H. Peter Anvin wrote: >> You're complaining that we didn't query EDID when you *explicitly* asked >> us not to. This is not a bug! > > I see -- I didn't realise CONFIG_FIRMWARE_EDID was one of options that > you shouldn't disable unless you have a good reason. Thanks for

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-07-10 Thread Daniel Drake
H. Peter Anvin wrote: You're complaining that we didn't query EDID when you *explicitly* asked us not to. This is not a bug! I see -- I didn't realise CONFIG_FIRMWARE_EDID was one of options that you shouldn't disable unless you have a good reason. Thanks for the explanation. So,

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-07-10 Thread H. Peter Anvin
Daniel Drake wrote: > H. Peter Anvin wrote: >> User error. >> Please replace user and press any key. >> >> # CONFIG_FIRMWARE_EDID is not set >> >> The user has *explicitly* disabled acquisition of EDID from the >> firmware, so of course it doesn't probe for it. > > I'm not versed with all this

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-07-10 Thread Daniel Drake
H. Peter Anvin wrote: User error. Please replace user and press any key. # CONFIG_FIRMWARE_EDID is not set The user has *explicitly* disabled acquisition of EDID from the firmware, so of course it doesn't probe for it. I'm not versed with all this EDID and resolution stuff, but shouldn't

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-07-10 Thread Daniel Drake
H. Peter Anvin wrote: User error. Please replace user and press any key. # CONFIG_FIRMWARE_EDID is not set The user has *explicitly* disabled acquisition of EDID from the firmware, so of course it doesn't probe for it. I'm not versed with all this EDID and resolution stuff, but shouldn't

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-07-10 Thread H. Peter Anvin
Daniel Drake wrote: H. Peter Anvin wrote: User error. Please replace user and press any key. # CONFIG_FIRMWARE_EDID is not set The user has *explicitly* disabled acquisition of EDID from the firmware, so of course it doesn't probe for it. I'm not versed with all this EDID and resolution

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-07-10 Thread Daniel Drake
H. Peter Anvin wrote: You're complaining that we didn't query EDID when you *explicitly* asked us not to. This is not a bug! I see -- I didn't realise CONFIG_FIRMWARE_EDID was one of options that you shouldn't disable unless you have a good reason. Thanks for the explanation. So,

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-07-10 Thread H. Peter Anvin
Daniel Drake wrote: H. Peter Anvin wrote: You're complaining that we didn't query EDID when you *explicitly* asked us not to. This is not a bug! I see -- I didn't realise CONFIG_FIRMWARE_EDID was one of options that you shouldn't disable unless you have a good reason. Thanks for the

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-07-09 Thread H. Peter Anvin
Daniel Drake wrote: > H. Peter Anvin wrote: >> The patch should be fine for 2.6.22, but for -mm, the code this patches >> doesn't even exist with git-newsetup; nor is there a CONFIG_VIDEO_SELECT >> which could impede the production of the VESA version. >> >> What does your .config look like? > >

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-07-09 Thread Daniel Drake
H. Peter Anvin wrote: The patch should be fine for 2.6.22, but for -mm, the code this patches doesn't even exist with git-newsetup; nor is there a CONFIG_VIDEO_SELECT which could impede the production of the VESA version. What does your .config look like?

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-07-09 Thread Daniel Drake
H. Peter Anvin wrote: The patch should be fine for 2.6.22, but for -mm, the code this patches doesn't even exist with git-newsetup; nor is there a CONFIG_VIDEO_SELECT which could impede the production of the VESA version. What does your .config look like?

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-07-09 Thread H. Peter Anvin
Daniel Drake wrote: H. Peter Anvin wrote: The patch should be fine for 2.6.22, but for -mm, the code this patches doesn't even exist with git-newsetup; nor is there a CONFIG_VIDEO_SELECT which could impede the production of the VESA version. What does your .config look like?

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-07-08 Thread Daniel Drake
Andrew Morton wrote: Well drat. I didn't merge the patch because it conflicts with git-newsetup, and Peter believes that git-newsetup already contains an equivalent fix. Testing 2.6.22-rc6-mm1 would confirm that. Please. 2.6.22-rc6-mm1 has the same problem (it is not fixed there). Well

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-07-08 Thread H. Peter Anvin
Daniel Drake wrote: > > 2.6.22-rc6-mm1 has the same problem (it is not fixed there). > I believe this patch should fix it for 2.6.22-rc6-mm1. I will check this into the newsetup tree. -hpa diff --git a/arch/i386/boot/video-vesa.c b/arch/i386/boot/video-vesa.c index 3c21bd7..e6aa9eb

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-07-08 Thread Andi Kleen
On Sunday 08 July 2007 20:14:04 Andrew Morton wrote: > On Sun, 08 Jul 2007 09:27:55 -0400 Daniel Drake <[EMAIL PROTECTED]> wrote: > > > Andrew Morton wrote: > > > On Sat, 30 Jun 2007 18:25:31 -0400 Daniel Drake <[EMAIL PROTECTED]> wrote: > > >> This patch solves a 2.6.20.11 (and 2.6.21)

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-07-08 Thread H. Peter Anvin
Andrew Morton wrote: > > Well damn, we've let this slide for too long. > > Guys, 2.6.22 is days away. Do we think that the below is safe to merge > now? > > Add Daniel, this does fix things for you, doesn't it? > The patch should be fine for 2.6.22, but for -mm, the code this patches doesn't

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-07-08 Thread Andrew Morton
On Sun, 08 Jul 2007 09:27:55 -0400 Daniel Drake <[EMAIL PROTECTED]> wrote: > Andrew Morton wrote: > > On Sat, 30 Jun 2007 18:25:31 -0400 Daniel Drake <[EMAIL PROTECTED]> wrote: > >> This patch solves a 2.6.20.11 (and 2.6.21) regression added by the patch > >> titled "x86: Don't probe for DDC on

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-07-08 Thread Daniel Drake
Andrew Morton wrote: On Sat, 30 Jun 2007 18:25:31 -0400 Daniel Drake <[EMAIL PROTECTED]> wrote: This patch solves a 2.6.20.11 (and 2.6.21) regression added by the patch titled "x86: Don't probe for DDC on VBE1.2" The regression caused the screen resolution to be incorrectly adjusted by 6

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-07-08 Thread Daniel Drake
Andrew Morton wrote: On Sat, 30 Jun 2007 18:25:31 -0400 Daniel Drake [EMAIL PROTECTED] wrote: This patch solves a 2.6.20.11 (and 2.6.21) regression added by the patch titled x86: Don't probe for DDC on VBE1.2 The regression caused the screen resolution to be incorrectly adjusted by 6 pixels.

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-07-08 Thread Andrew Morton
On Sun, 08 Jul 2007 09:27:55 -0400 Daniel Drake [EMAIL PROTECTED] wrote: Andrew Morton wrote: On Sat, 30 Jun 2007 18:25:31 -0400 Daniel Drake [EMAIL PROTECTED] wrote: This patch solves a 2.6.20.11 (and 2.6.21) regression added by the patch titled x86: Don't probe for DDC on VBE1.2 The

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-07-08 Thread H. Peter Anvin
Andrew Morton wrote: Well damn, we've let this slide for too long. Guys, 2.6.22 is days away. Do we think that the below is safe to merge now? Add Daniel, this does fix things for you, doesn't it? The patch should be fine for 2.6.22, but for -mm, the code this patches doesn't even

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-07-08 Thread Andi Kleen
On Sunday 08 July 2007 20:14:04 Andrew Morton wrote: On Sun, 08 Jul 2007 09:27:55 -0400 Daniel Drake [EMAIL PROTECTED] wrote: Andrew Morton wrote: On Sat, 30 Jun 2007 18:25:31 -0400 Daniel Drake [EMAIL PROTECTED] wrote: This patch solves a 2.6.20.11 (and 2.6.21) regression added by the

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-07-08 Thread H. Peter Anvin
Daniel Drake wrote: 2.6.22-rc6-mm1 has the same problem (it is not fixed there). I believe this patch should fix it for 2.6.22-rc6-mm1. I will check this into the newsetup tree. -hpa diff --git a/arch/i386/boot/video-vesa.c b/arch/i386/boot/video-vesa.c index 3c21bd7..e6aa9eb

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-07-08 Thread Daniel Drake
Andrew Morton wrote: Well drat. I didn't merge the patch because it conflicts with git-newsetup, and Peter believes that git-newsetup already contains an equivalent fix. Testing 2.6.22-rc6-mm1 would confirm that. Please. 2.6.22-rc6-mm1 has the same problem (it is not fixed there). Well

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-07-02 Thread Chuck Ebbert
On 06/30/2007 06:25 PM, Daniel Drake wrote: > Jan Beulich wrote: >> The code to retrieve this information was (a) inside a >> CONFIG_VIDEO_SELECT >> section and (b) protected by a check of a variable (vbe_version) that >> would get initialized only when a VESA mode was selected on the command >>

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-07-02 Thread Chuck Ebbert
On 06/30/2007 06:25 PM, Daniel Drake wrote: Jan Beulich wrote: The code to retrieve this information was (a) inside a CONFIG_VIDEO_SELECT section and (b) protected by a check of a variable (vbe_version) that would get initialized only when a VESA mode was selected on the command line.

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-06-30 Thread Andrew Morton
On Sat, 30 Jun 2007 18:25:31 -0400 Daniel Drake <[EMAIL PROTECTED]> wrote: > Jan Beulich wrote: > > The code to retrieve this information was (a) inside a CONFIG_VIDEO_SELECT > > section and (b) protected by a check of a variable (vbe_version) that > > would get initialized only when a VESA mode

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-06-30 Thread Daniel Drake
Jan Beulich wrote: The code to retrieve this information was (a) inside a CONFIG_VIDEO_SELECT section and (b) protected by a check of a variable (vbe_version) that would get initialized only when a VESA mode was selected on the command line. This patch solves a 2.6.20.11 (and 2.6.21)

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-06-30 Thread Daniel Drake
Jan Beulich wrote: The code to retrieve this information was (a) inside a CONFIG_VIDEO_SELECT section and (b) protected by a check of a variable (vbe_version) that would get initialized only when a VESA mode was selected on the command line. This patch solves a 2.6.20.11 (and 2.6.21)

Re: [PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-06-30 Thread Andrew Morton
On Sat, 30 Jun 2007 18:25:31 -0400 Daniel Drake [EMAIL PROTECTED] wrote: Jan Beulich wrote: The code to retrieve this information was (a) inside a CONFIG_VIDEO_SELECT section and (b) protected by a check of a variable (vbe_version) that would get initialized only when a VESA mode was

[PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-06-19 Thread Jan Beulich
The code to retrieve this information was (a) inside a CONFIG_VIDEO_SELECT section and (b) protected by a check of a variable (vbe_version) that would get initialized only when a VESA mode was selected on the command line. Signed-off-by: Jan Beulich <[EMAIL PROTECTED]> arch/i386/boot/video.S |

[PATCH] retrieve VBE EDID/DDC info independent of used video mode

2007-06-19 Thread Jan Beulich
The code to retrieve this information was (a) inside a CONFIG_VIDEO_SELECT section and (b) protected by a check of a variable (vbe_version) that would get initialized only when a VESA mode was selected on the command line. Signed-off-by: Jan Beulich [EMAIL PROTECTED] arch/i386/boot/video.S |