I cannot disable the framebuffer in the 2.4.22-gentoo-r5 kernel. I want a simple and plain text console, but this seems to be impossible without recompiling the kernel? Kernel has been compiled with "genkernel all" and the framebuffer is entered as soon as I see "Scanning for USB and PCI devices" (hotplug) Reproducible: Always Steps to Reproduce: 1. 2. 3. Actual Results: Console has frame buffer support Expected Results: I want a simple, 80x25 text mode.
you really don't have much choice other than using --menuconfig to manually disable it. Using hotplug will auto-load the module for the framebuffer if they exist. Not much we can do about that there.
Hm, now way of adding a kernel parameter to disable it? Is the framebuffer in the vanilla kernel provided by Gentoo as well?