edid-decode, get-edid: add page (#23518)

This commit is contained in:
Managor
2026-08-12 08:00:34 +03:00
committed by GitHub
parent 4891db9974
commit 1ac82ed9ba
2 changed files with 22 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# edid-decode
> Parse EDID information of a display.
> See also: `get-edid`.
> More information: <https://manned.org/edid-decode>.
- View EDID information of a display:
`edid-decode /sys/class/drm/{{card1-DP-1}}/edid`
+13
View File
@@ -0,0 +1,13 @@
# get-edid
> Retrieve monitor specifications using the VESA VBE DDC protocol.
> See also: `edid-decode`.
> More information: <https://manned.org/get-edid>.
- Retrieve monitor specifications:
`sudo get-edid`
- Parse the information:
`sudo get-edid | parse-edid`