Hello, Gentoo. Here are the latest versions of my soft scrolling patch for the kernel lines 5.10.xx and 5.14.xx. They fix bugs where a PC would crash if it was initialised with a 25x80 console and later changed to a full resolution frame buffer screen. It also now works (so I am told) for kernels initialised with parameters like vga=791. To use one of these (the right one for your kernel version) do: (i) cd /usr/src/linux-5.10.61-gentoo, or similar. Extract the right patch file to that directory. (Don't worry about having > 61 for a kernel version. Just use it!) (ii) patch -p1 < 5.10.61-scroll.20211007.diff. (iii) Configure the kernel in your usual way. The extra items added by the patch are CONFIG_FRAMEBUFFER_CONSOLE_SOFT_SCROLLBACK and CONFIG_FRAMEBUFFER_CONSOLE_SOFT_SCROLLBACK_SIZE, to be found in make menuconfig under Device Drivers/Graphic Support/Console display driver support. The help items for these should explain them adequately. (iv) Build the kernel. (v) Put the new kernel into your usual boot manager. (vi) Reboot and enjoy! As far as I know this patch should be safe (apart from the mysterious alleged security problem which caused the soft scrolling to be removed from the kernel in the first place). There is certainly nothing malicous in it. But if it does break anything for you, you get to keep the pieces. But if anything does go wrong, please tell me about it (preferably here on the list, but by private email if you'd prefer), so that I can try and fix it. -- Alan Mackenzie (Nuremberg, Germany).