mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
edid-decode, get-edid: add page (#23518)
This commit is contained in:
@@ -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`
|
||||
@@ -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`
|
||||
Reference in New Issue
Block a user