It works finally. I don't know if with vesafb or with radeon, but it works. In my old .config file I have: cat /usr/src/linux-2.6.1/linux18-pre6 | grep ^CONFIG | egrep -i "fb|radeon| console" CONFIG_VT_CONSOLE=y CONFIG_HW_CONSOLE=y CONFIG_DRM_RADEON=m CONFIG_FB=y CONFIG_FB_VESA=y CONFIG_FB_RADEON=m CONFIG_FB_SIS=m CONFIG_FB_SIS_300=y CONFIG_FB_SIS_315=y CONFIG_VGA_CONSOLE=y CONFIG_DUMMY_CONSOLE=y CONFIG_FRAMEBUFFER_CONSOLE=m CONFIG_PCI_CONSOLE=y now, I have the following: cat /usr/src/linux-2.6.1/linux18-pre7 | grep ^CONFIG | egrep -i "fb|radeon| console" CONFIG_VT_CONSOLE=y CONFIG_HW_CONSOLE=y CONFIG_DRM_RADEON=m CONFIG_FB=y CONFIG_FB_VESA=y CONFIG_FB_RADEON=m CONFIG_FB_SIS=y CONFIG_FB_SIS_300=y CONFIG_FB_SIS_315=y CONFIG_VGA_CONSOLE=y CONFIG_DUMMY_CONSOLE=y CONFIG_FRAMEBUFFER_CONSOLE=y CONFIG_PCI_CONSOLE=y I suspect that it's because Frame buffer console is y and not m. But perhaps it's Sis too. Regards to all, Xan. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo _at_ vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Follow-Ups:
- Re: [2.6.1] fbdev console: can't load vga=791 and yes vga=ask!Geert Uytterhoeven
- [2.6.1] fbdev console: can't load vga=791 and yes vga=ask!Xan
- Re: [2.6.1] fbdev console: can't load vga=791 and yes vga=ask!Xan
- Re: [2.6.1] fbdev console: can't load vga=791 and yes vga=ask!Kiko Piris
- Prev by Date: Re: RFC: Trailing blanks in source files
- Next by Date: Re: NGROUPS 2.6.2rc2
- Previous by thread: Re: [2.6.1] fbdev console: can't load vga=791 and yes vga=ask!
- Next by thread: Re: [2.6.1] fbdev console: can't load vga=791 and yes vga=ask!
- Indexes:[Main][Thread]