From ee2503e625bf2f6a82a199744d286876bc27b649 Mon Sep 17 00:00:00 2001 From: Mario Krupa <34249331+pizzaboy75@users.noreply.github.com> Date: Fri, 26 Oct 2018 14:27:13 +0200 Subject: [PATCH] getedid: added the active HDMI/DP port to new kernel parameters Added the active HDMI/DP port to kernel parameters. Without it, fixed EDID does not work on Intel Haswell and possibly others. --- packages/sysutils/busybox/scripts/getedid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sysutils/busybox/scripts/getedid b/packages/sysutils/busybox/scripts/getedid index b9b9740179..c9afcbc608 100755 --- a/packages/sysutils/busybox/scripts/getedid +++ b/packages/sysutils/busybox/scripts/getedid @@ -186,7 +186,7 @@ intel_amd() { if [ "$kernel" -lt "415000" ]; then sed -i "/ APPEND/s/$/ initrd=\/edid.cpio drm_kms_helper.edid_firmware=$hdmi:edid\/edid.bin video=$hdmi:D/" "$file" else - sed -i "/ APPEND/s/$/ initrd=\/edid.cpio drm.edid_firmware=edid\/edid.bin/" "$file" + sed -i "/ APPEND/s/$/ initrd=\/edid.cpio drm.edid_firmware=edid\/edid.bin video=$hdmi:D/" "$file" fi # reboot