boot.loader.limine.resolution
The framebuffer resolution to set when booting Linux entries. This controls the GOP mode that Limine sets before handing off to the kernel, which affects early boot graphics (e.g., simpledrm, efifb).
Format: <width>x<height> or <width>x<height>x<bpp>.
If bpp is omitted, defaults to 32.
Note: Refresh rate is not supported because the UEFI GOP protocol only defines framebuffer dimensions and pixel format, not display timing. Refresh rate is determined later by the GPU driver based on EDID.
This is distinct from boot.loader.limine.style.interface.resolution
which only affects the Limine bootloader's own menu interface.
- Type
null or string- Default
null- Example
"1920x1080x32"- Declared
- <nixpkgs/nixos/modules/system/boot/loader/limine/limine.nix>