hardware.display.edid.linuxhw
NixOS option
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: AnalogDisplay.md DigitalDisplay.md 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: Name column production date (Made column) resolution Res screen diagonal (Inch column) as a last resort use ID from the last column
type: attribute set of list of stringDefault
{ }Example
declared in: nixos/modules/services/hardware/display.nixView source on NixOS/nixpkgs →{
PG278Q_2014 = [ "PG278Q" "2014" ];
}