Loading
nixos/limine: add resolution option for Linux boot entries
Add boot.loader.limine.resolution option to control the framebuffer resolution that Limine sets via GOP before booting Linux. This affects early boot graphics drivers like simpledrm and efifb. This is distinct from style.interface.resolution which only controls the Limine bootloader's own menu interface - the new option sets the per-entry "resolution:" directive in limine.conf which calls gop->SetMode() to change the actual framebuffer resolution before handing off to the kernel. Example usage: boot.loader.limine.resolution = "3840x1600x32"; This enables users to get native resolution early boot graphics instead of being limited to whatever GOP mode the UEFI firmware provides by default (often 1024x768).