Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 253069 - sys-kernel/gentoo-sources-2.6.27-r7 does not include fbcon_decor option
Summary: sys-kernel/gentoo-sources-2.6.27-r7 does not include fbcon_decor option
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-30 00:25 UTC by Markus A. Helminger
Modified: 2009-01-03 10:11 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Markus A. Helminger 2008-12-30 00:25:10 UTC
there is no option to activate the fbcondecorations in gentoo-sources-2.6.27-r7

Reproducible: Always

Steps to Reproduce:
1.open menuconfig
2.choose "device drivers" -> "graphics support" -> "console display driver support"
3.there is no option to activate the decorations
Comment 1 Mike Pagano gentoo-dev 2009-01-03 03:10:22 UTC
Do you mean this? This is from my menuconfig.  Can you post emerge --info.

 Symbol: FB_CON_DECOR [=n]                                                      
 Prompt: Support for the Framebuffer Console Decorations 
 Defined at drivers/video/console/Kconfig:147
 Depends on: HAS_IOMEM && VT && FRAMEBUFFER_CONSOLE=y && !FB_TILEBLITTING
 Location:
 -> Device Drivers
    -> Graphics support
	-> Console display driver support
	    -> Framebuffer Console support 
Comment 2 Markus A. Helminger 2009-01-03 10:11:08 UTC
(In reply to comment #1)
> Do you mean this? This is from my menuconfig.  Can you post emerge --info.
> 
>  Symbol: FB_CON_DECOR [=n]                                                      
>  Prompt: Support for the Framebuffer Console Decorations 
>  Defined at drivers/video/console/Kconfig:147
>  Depends on: HAS_IOMEM && VT && FRAMEBUFFER_CONSOLE=y && !FB_TILEBLITTING
>  Location:
>  -> Device Drivers
>     -> Graphics support
>         -> Console display driver support
>             -> Framebuffer Console support 
> 

thanks. theproblem was that i enabled FB_TILEBLITTING.