Port-amd64 archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Intel builtin graphics, wsfb, gop - uses EDID?



On Fri, 18 Aug 2023, RVP wrote:

try: wsconsctl -dw edid > edid.bin on 10.x


That's just `wsconsctl -d edid': it's a RO variable and the value is plain
text. For 9.x, you can use:

drvctl -np intelfb0 |
    xmllint --xpath '/plist/dict/data[1]' - |
    sed -Ee 's/<[^>]+>//g' |
    base64 -d |
    edid-decode

xmllint is from libxml2 which almost always gets installed.
edid-decode is wip/edid-decode.

-RVP


Home | Main Index | Thread Index | Old Index