I'm running an Epia M1000 with the CLE266.
Using kernel 2.4.23 I can't seem to get framebuffer worker.
Below is my kernel config file.  I've tried about every variation of boot time append I could find, including the vga=ask.  Nada.
Obviously fbset returns a /dev/fb0 no such device.  I can load the viafb (from via I think ) and have also compiled cle266vgaio. When I load viafb (and fb_gen) things are fine and that takes /dev/hd0.    So what happened to my vesa driver?  Some said to take out the splashscreen option so I did.  This is a non -devfs system.
 
Thanks
Stuart
 
 

#
# Frame-buffer support
#
CONFIG_FB=y
CONFIG_DUMMY_CONSOLE=y
# CONFIG_FB_LOGO_TUX is not set
CONFIG_FB_LOGO_VIA=y
# CONFIG_FB_RIVA is not set
# CONFIG_FB_CLGEN is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_PM3 is not set
# CONFIG_FB_CYBER2000 is not set
CONFIG_FB_VESA=y
# CONFIG_FB_VGA16 is not set
# CONFIG_FB_HGA is not set
CONFIG_VIDEO_SELECT=y
# CONFIG_FB_MATROX is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_RADEON is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_INTEL is not set
CONFIG_FB_CLE266=m
# CONFIG_FB_SIS is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
CONFIG_FB_TRIDENT=m
# CONFIG_FB_VIRTUAL is not set
# CONFIG_FBCON_SPLASHSCREEN is not set
# CONFIG_FBCON_ADVANCED is not set
CONFIG_FBCON_CFB8=y
CONFIG_FBCON_CFB16=y
CONFIG_FBCON_CFB24=y
CONFIG_FBCON_CFB32=y
# CONFIG_FBCON_FONTWIDTH8_ONLY is not set
# CONFIG_FBCON_FONTS is not set
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y

Reply via email to