Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux alternative to xrandr, to get all EDID #43

Open
bp0 opened this issue Aug 24, 2019 · 2 comments
Open

Linux alternative to xrandr, to get all EDID #43

bp0 opened this issue Aug 24, 2019 · 2 comments

Comments

@bp0
Copy link

bp0 commented Aug 24, 2019

xrandr requires X, so it can't be used to get EDID from an X-less machine. Also, the EDID may be from a remote machine if ssh -X.

find /sys/devices -name edid -print -exec hexdump -v -e '16/1 "%02x""\n"' {} \;
@linuxhw
Copy link

linuxhw commented Feb 19, 2020

edid-decode /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-LVDS-1/edid

or

edid-decode /sys/class/drm/card0-LVDS-1/edid ?

Which is most reliable way?

@bp0
Copy link
Author

bp0 commented Feb 19, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants