![]() |
Kernel tweaking graphic tool - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5) +--- Forum: Other (https://www.linuxliteos.com/forums/forumdisplay.php?fid=20) +--- Thread: Kernel tweaking graphic tool (/showthread.php?tid=7223) |
Kernel tweaking graphic tool - Şerban S. - 07-22-2020 Hi! ![]() Does anyone know if there is a graphic tool that allows to rebuild a kernel without certain modules, such as useless drivers and the like? My skills in compling/recompiling are close to none. This might help me remove useless drivers (Radeon, for one, even NVidia, on the other machines). Best regards! ![]() Re: Kernel tweaking graphic tool - Moltke - 07-22-2020 (07-22-2020, 07:07 AM)Şerban S. link Wrote: Hi! You might want to check Code: make menuconfig http://www.yolinux.com/TUTORIALS/LinuxTutorialOptimization.html#KERNELENHANCEMENT https://www.maketecheasier.com/build-custom-kernel-ubuntu/ https://wiki.gentoo.org/wiki/Kernel/Configuration/en https://www.kernel.org/doc/Documentation/ Hope this helps! ![]() |