hardware.display.edid.modelines

NixOS option

Attribute set of XFree86 Modelines automatically converted and exposed as edid/<name>.bin files in initrd. See for more information: https://en.wikipedia.org/wiki/XFree86_Modeline

type: attribute set of string
Default
{ }
Example
{
  "PG278Q_60" = "    241.50   2560 2608 2640 2720   1440 1443 1448 1481   -hsync +vsync";
  "PG278Q_120" = "   497.75   2560 2608 2640 2720   1440 1443 1448 1525   +hsync -vsync";
  "U2711_60" = "     241.50   2560 2600 2632 2720   1440 1443 1448 1481   -hsync +vsync";
}
declared in: nixos/modules/services/hardware/display.nixView source on NixOS/nixpkgs →