On 12/05/14 15:02, Nikos Chantziaras wrote:
[...]
Could you maybe add how you "use the EFI console framebuffer driver"
here, just as a reference for others? You know, we all google around
like hell ... especially with this "intuitive" UEFI-stuff ;-)
It's an in-kernel driver, like VESAFB and so on. It's the CONFIG_FB_EFI
option. [...]
Forgot to mention that with this driver, you then use following options
in /etc/default/grub:
GRUB_GFXMODE=1920x1080
GRUB_GFXPAYLOAD_LINUX=keep
So GRUB_GFXMODE determines the resolution you want, and the kernel then
keeps that resolution for its consoles.