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:
- locate your device:
- find your model number (second column)
- locate manufacturer (first column) and go through the list manually
- narrow down results using other columns until there is only one left:
Namecolumn- production date (
Madecolumn) - resolution
Res - screen diagonal (
Inchcolumn) - as a last resort use
IDfrom the last column
- Type
attribute set of list of string- Default
{ }- Example
{ PG278Q_2014 = [ "PG278Q" "2014" ]; }- Declared
- <nixpkgs/nixos/modules/services/hardware/display.nix>