Gentoo Archives: gentoo-user

From: reader@×××××××.com
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Kernel setting for frame buffer (2.6.23-r5)
Date: Wed, 09 Jan 2008 20:41:35
Message-Id: 87odbun3i0.fsf@newsguy.com
In Reply to: Re: [gentoo-user] Kernel setting for frame buffer (2.6.23-r5) by Etaoin Shrdlu
1 Etaoin Shrdlu <shrdlu@×××××××××××××.org> writes:
2
3 > During make menuconfig, hit / and enter the text you want to search
4 > for (in this case, obviously, it's FB_VESA), and hit enter. It
5 > should show you where that particular option is found in the
6 > configration. In my case (vanilla 2.6.23.9), it shows
7 >
8 > Symbol: FB_VESA [=y]
9 > Prompt: VESA VGA graphics support
10 > Defined at drivers/video/Kconfig:595
11 > Depends on: HAS_IOMEM && FB=y && X86
12 > Location:
13 > -> Device Drivers
14 > -> Graphics support
15 > -> Support for frame buffer devices (FB [=y])
16 > Selects: FB_CFB_FILLRECT && FB_CFB_COPYAREA && FB_CFB_IMAGEBLIT &&
17 > VIDEO_SELECT
18 >
19 > Notice the "Location:" bit.
20
21 That was a very nice tip. I must have known it sometime or at least
22 seen it but had totally forgotten how to search in make menuconfig
23 dialog.
24
25 I've found the settings and now recompiling... so I'll know soon if it
26 is done or still needs work.
27
28 By the way about the vga= setting. I grabbed a chart from some where
29 long ago showing the notation I was using:
30
31 ## 640x480 800x600 1024x768 1280x1024
32 ## 256 0x301 0x303 0x305 0x307
33 ## 32k 0x310 0x313 0x316 0x319
34 ## 64k 0x311 0x314 0x317 0x31A
35 ## 16M 0x312 0x315 0x318 0x31B
36
37 do you know of a chart that shows the decimal notation like you
38 posted? (Its not in `man vga')
39
40 And I don't recall where I got that from... where ever it was, it
41 probably also has the decimal equivalents.
42
43 --
44 gentoo-user@l.g.o mailing list

Replies

Subject Author
[gentoo-user] Re: Kernel setting for frame buffer (2.6.23-r5) reader@×××××××.com
Re: [gentoo-user] Re: Kernel setting for frame buffer (2.6.23-r5) Tony Stohne <tstohne@××××××××.net>
Re: [gentoo-user] Re: Kernel setting for frame buffer (2.6.23-r5) Etaoin Shrdlu <shrdlu@×××××××××××××.org>