hardware.display.edid.linuxhw

Exposes EDID files from users-sourced database at https://github.com/linuxhw/EDID

Attribute names will be mapped to EDID filenames <NAME>.bin.

Attribute values are lists of awk regexp patterns that (together) must match exactly one line in either of:

There is no universal way of locating your device config, but here are some practical tips:

  1. locate your device:
  1. narrow down results using other columns until there is only one left:
Type
attribute set of list of string
Default
{ }
Example
{
  PG278Q_2014 = [ "PG278Q" "2014" ];
}
Declared
<nixpkgs/nixos/modules/services/hardware/display.nix>