View previous topic :: View next topic |
Author |
Message |
gian Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/18227514414142f7a732176.gif)
Joined: 26 Jul 2004 Posts: 212 Location: Europe
|
Posted: Tue Oct 04, 2005 8:05 pm Post subject: No vesafb or vesafb-tng in kernel config (Solved) |
|
|
No vesafb or vesafb-tng in kernel config
from make menuconfig...
gentoo-sources 2.6.12-r10
Quote: |
...
< > Permedia2 support │ │
│ │ < > CyberPro 2000/2010/5000 support │ │
│ │ < > VGA 16-color graphics support │ │
│ │ < > Hercules mono graphics support │ │
│ │ <M> nVidia Framebuffer Support │ │
│ │ [*] Enable DDC Support │ │
│ │ < > nVidia Riva support │ │
│ │ < > Intel 810/815 support (EXPERIMENTAL) │ │
│ │ < > Intel 830M/845G/852GM/855GM/865G support (EXPERIMENTAL) │ │
│ │ < > Matrox acceleration │ │
│ │ < > ATI Radeon display support (Old driver) │ │
│ │ < > ATI Radeon display support
....
|
and options to use vesafb or vesafb-tng are not there!!! (should be just after the VGA16... or at least that is so on my other amd64 pc with linux 2.6.12-r10 as well)
am I forgetting something essential ?
Last edited by gian on Wed Oct 05, 2005 9:04 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
sargek Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/666594299476b0ce5d3041.jpg)
Joined: 13 Mar 2005 Posts: 170 Location: Texas
|
Posted: Wed Oct 05, 2005 2:26 am Post subject: Re: No vesafb or vesafb-tng in kernel config |
|
|
gian wrote: | No vesafb or vesafb-tng in kernel config
from make menuconfig...
gentoo-sources 2.6.12-r10
Quote: |
...
< > Permedia2 support │ │
│ │ < > CyberPro 2000/2010/5000 support │ │
│ │ < > VGA 16-color graphics support │ │
│ │ < > Hercules mono graphics support │ │
│ │ <M> nVidia Framebuffer Support │ │
│ │ [*] Enable DDC Support │ │
│ │ < > nVidia Riva support │ │
│ │ < > Intel 810/815 support (EXPERIMENTAL) │ │
│ │ < > Intel 830M/845G/852GM/855GM/865G support (EXPERIMENTAL) │ │
│ │ < > Matrox acceleration │ │
│ │ < > ATI Radeon display support (Old driver) │ │
│ │ < > ATI Radeon display support
....
|
and options to use vesafb or vesafb-tng are not there!!! (should be just after the VGA16... or at least that is so on my other amd64 pc with linux 2.6.12-r10 as well)
am I forgetting something essential ? |
Here is my kernel config from the same version:
Code: |
# Graphics support
#
CONFIG_FB=y
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
CONFIG_FB_SOFT_CURSOR=y
# CONFIG_FB_MACMODES is not set
CONFIG_FB_MODE_HELPERS=y
# CONFIG_FB_TILEBLITTING is not set
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_ASILIANT is not set
# CONFIG_FB_IMSTT is not set
# CONFIG_FB_VGA16 is not set
CONFIG_FB_VESA=y
# CONFIG_FB_VESA_STD is not set
CONFIG_FB_VESA_TNG=y
CONFIG_FB_VESA_DEFAULT_MODE="1024x768@85"
CONFIG_VIDEO_SELECT=y
# CONFIG_FB_HGA is not set
# CONFIG_FB_NVIDIA is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_I810 is not set
# CONFIG_FB_INTEL is not set
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON_OLD is not set
# CONFIG_FB_RADEON is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_SAVAGE is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_GEODE is not set
# CONFIG_FB_S1D13XXX is not set
# CONFIG_FB_VIRTUAL is
|
It should be under the drivers --> graphics support section. _________________ "Amongst all things, knowledge is truly the best thing: from it's not being liable ever to be stolen, from it's not being purchasable, and from it's being imperishable." |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
gian Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/18227514414142f7a732176.gif)
Joined: 26 Jul 2004 Posts: 212 Location: Europe
|
Posted: Wed Oct 05, 2005 9:03 pm Post subject: solved |
|
|
solved... and rather stupid of me...
if you put framebuffer support as module <M> it does not show, must be put as "in kernel" <*>
.... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
sargek Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/666594299476b0ce5d3041.jpg)
Joined: 13 Mar 2005 Posts: 170 Location: Texas
|
Posted: Wed Oct 05, 2005 10:37 pm Post subject: Fb |
|
|
Glad you got it working.. _________________ "Amongst all things, knowledge is truly the best thing: from it's not being liable ever to be stolen, from it's not being purchasable, and from it's being imperishable." |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|