





No, the options are under Device Drivers -> Graphics supportLegionOfHell wrote:do you mean these:
Device Drivers --->
Generic Driver Options --->
-*- Userspace firmware loading support
[*] Include in-kernel firmware blobs in kernel binary
(i915/skl_dmc_ver1_26.bin) External firmware blobs to build into the kernel binary
(/lib/firmware) Firmware blobs root directory


Well that qualifies as a new topic really... but the level of 'worry' attached to logs is really only relevant to your threat profile.LegionOfHell wrote:Also, should I worry about kernel messages ? should I read the log at /etc/log/messages and read through it searching for errors ?
Code: Select all
man dmesgCode: Select all
dmesg --level=err,warn
The Doctor already told you: reconfigure your kernel so the video driver is builtin rather than a module.How about the flash that i get at boot ?


Yes, it usually flashes when it switches display drivers. it usually switches between fb drivers the most during the boot.LegionOfHell wrote:if you mean :
Device Drivers --->
Graphics support --->
Frame Buffer Devices --->
I have all options under *** Frame buffer hardware drivers *** unset except "EFI-based Framebuffer Support"
because according to the xorg guide, I have to set it if I am using UEFI...here is a photo : https://ibb.co/p2n1bfL
I also have this black lines appearing as I scroll down in menuconfig...note that I have not installed xorg yet...
Code: Select all
dmesg | grep -i switching
I think you could. I doubt you will see the initial kernel messages "printk" like you would with EFI framebuffer. It will probably just show you the last few lines before the init system starts. almost like you passed quiet as a kernel parameter. intelfb or inteldrmfb should then kick in and start displaying. but there will be a delay before it does.LegionOfHell wrote: what is the solution ? should I turn off the EFI framebuffer support ? will that cause any problems ?
Code: Select all
video=efifb

Google these terms. The internet is full of documentation on the things they refer to. Then, if you have questions after making an attempt to educate yourself, ask someone. This is the best approach to linux.LegionOfHell wrote:"What's calling the switch to intelfb? Maybe try turning off the boot logo in config? "
how do i figure that out ?
skellr, I will try that solution last...
How about nomodeset ?

