MyNixOS website logo
option

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:
  • find your model number (second column)
  • locate manufacturer (first column) and go through the list manually
  1. narrow down results using other columns until there is only one left:
  • Name column
  • production date (Made column)
  • resolution Res
  • screen diagonal (Inch column)
  • as a last resort use ID from the last column.
Declarations
Type
attribute set of list of string
Default
{ }
Example
{
  PG278Q_2014 = [ "PG278Q" "2014" ];
}