View previous topic :: View next topic |
Author |
Message |
Black Imp Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/8892340784595c216739a8.jpg)
Joined: 09 Oct 2004 Posts: 168
|
Posted: Mon Jan 03, 2005 6:10 pm Post subject: Framebuffer not working |
|
|
I compiled kernel 2.6.9 in order to have framebuffer and configured kernel this way
Device Drivers > Graphics support:
[*] Support for frame buffer devices
<*> VESA VGA graphics support
VESA driver type (vesafb-tng) --->
Device Drivers > Graphics support > Console display driver support:
<*> Framebuffer Console support
Device Drivers > Graphics support:
[*] Support for the framebuffer splash (NEW)
<*> RAM disk support
(4096) Default RAM disk size (kbytes) (NEW)
[*] Initial RAM disk (initrd) support
then I modified lilo.conf adding, in gentoo section, append="video=vesafb:ywrap,mtrr,1024x768-16@85"
when I boot i gives no error but it does not change resolution
same thing if in console i type
video=vesafb:ywrap... and so on like before
what's missing? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
gentoo_dude l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/gallery/Simpsons/Simpsons_-_Homer.jpg)
Joined: 08 May 2004 Posts: 645 Location: Washington, DC
|
Posted: Tue Jan 04, 2005 1:45 am Post subject: |
|
|
You need to select one more option under
Quote: | Device Drivers > Graphics support > Console display driver support:
<*> Framebuffer Console support |
Code: | [*] Video mode selection display |
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
ShallowCorporateRaider Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/gallery/Simpsons/simpsons_groundskeeper_will.gif)
Joined: 11 Dec 2003 Posts: 83 Location: Knoxville, TN
|
Posted: Wed Jan 19, 2005 12:38 pm Post subject: |
|
|
I have tried with both ck-sources 2.6.9 and 2.6.10, and I have the same problem. I have all the things mentioned compiled into my kernel, and I am using LILO.
When I put at the top of the lilo.conf file, then I get the error 'undefined mode number.'
When I put Code: | append="video=vesafb:ywrap,mtrr,1024x768-16@85" | into the kernel entry, then there is no error, but the resolution never changes.
When I put into the kernel section, I get an error when I run /sbin/lilo that says that APPEND cannot contain VGA.
Any ideas? _________________ The thing I hate about an argument is that it always interrupts a discussion. -- G. K. Chesterton |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
PECIURA n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/164400988841ee627a2e603.jpg)
Joined: 09 Jan 2005 Posts: 31 Location: Lt
|
Posted: Wed Jan 19, 2005 12:50 pm Post subject: |
|
|
look at my conf perhaps it helps
Graphics support
#
CONFIG_FB=y
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="1280x1024@85"
CONFIG_VIDEO_SELECT=y
# CONFIG_FB_HGA 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_VIRTUAL is not set
#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_FONTS=y
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
# CONFIG_FONT_6x11 is not set
# CONFIG_FONT_PEARL_8x8 is not set
# CONFIG_FONT_ACORN_8x8 is not set
CONFIG_FONT_MINI_4x6=y
# CONFIG_FONT_SUN8x16 is not set
# CONFIG_FONT_SUN12x22 is not set
#
# Logo configuration
#
CONFIG_LOGO=y
# CONFIG_LOGO_LINUX_MONO is not set
CONFIG_LOGO_LINUX_VGA16=y
CONFIG_LOGO_LINUX_CLUT224=y
# CONFIG_FB_SPLASH is not set
[/b] |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
gentoo_dude l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/gallery/Simpsons/Simpsons_-_Homer.jpg)
Joined: 08 May 2004 Posts: 645 Location: Washington, DC
|
Posted: Sat Jan 22, 2005 5:50 am Post subject: |
|
|
I just noticed that you have vesafb-tng compiled not the vesafb standard. I usually select vesafb, and then compile the framebuffer for my video card. I have two computer on which I run gentoo, one has a Voodoo5 5500, and the other one an Intel card.
For the first one I run the framebuffer with tdfxfb and the other one with the i810fb.
Thus my lilo.conf append line looks something like:
Code: | append="video=tdfxfb:ywrap,mtrr splash=silent, theme=emergence" |
For the other one I use i810fb. In both cases I don't use the VESA drivers.
Try to compile in the kernel frambuffer support for your video card and try it that way. I compiled both as modules. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|