Maybe take the .config you have, 'make menuconfig', unset every fb except for efifb and try that? Doesn't nomodeset limit your fb resolution rather horribly?LegionOfHell wrote:I tried :
GRUB_CMDLINE_LINUX_DEFAULT="video=inteldrmfb:off,efifb:off"
GRUB_CMDLINE_LINUX_DEFAULT="video=inteldrmfb:off,efifb"
GRUB_CMDLINE_LINUX_DEFAULT="video=inteldrmfb,efifb:off"
GRUB_CMDLINE_LINUX_DEFAULT="video=efifb"
and none of these resolve the issue..
with GRUB_CMDLINE_LINUX_DEFAULT="video=inteldrmfb,efifb:off"
I don't get the "switching to inteldrmfb" message..
GRUB_CMDLINE_LINUX_DEFAULT="nomodeset" works beautifully though ...

