HDMI, EDID and several other questions - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: ROCK64 (https://forum.pine64.org/forumdisplay.php?fid=85) +--- Forum: Linux on Rock64 (https://forum.pine64.org/forumdisplay.php?fid=88) +--- Thread: HDMI, EDID and several other questions (/showthread.php?tid=6542) |
HDMI, EDID and several other questions - Aeronaut - 09-15-2018 Hello, since my Odroid-XU4 died, I think about switching to ROCK64. From my experience with the XU4 I have several questions related to the GPU hardware acceleration features of the ROCK64, since I want to run some kind of Debian distribution I think that this is the right Forum to ask. (Move / Correct me if this is more related to a General Discussion on ROCK64) Is ROCK64's able to:
My Beamer is not detected if in Standby-Mode, but I need to run Kodi with Beamers EDID data... On the XU4 I got it managed by copying EDID data from sysfs while Beamer was switched on and detected on HDMI the following way: (See https://forum.odroid.com/viewtopic.php?f=93&t=29488 ) Code: $ cat /sys/class/drm/card0/card0-HDMI-A-1/edid > /lib/firmware/edid/ax200e.bin and in the u-boot's ini (/media/boot/boot.ini): Code: videoconfig=drm_kms_helper.edid_firmware=edid/ax200e.bin |