mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
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.
This commit is contained in:
parent
e7e3247c27
commit
ee2503e625
@ -186,7 +186,7 @@ intel_amd() {
|
|||||||
if [ "$kernel" -lt "415000" ]; then
|
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"
|
sed -i "/ APPEND/s/$/ initrd=\/edid.cpio drm_kms_helper.edid_firmware=$hdmi:edid\/edid.bin video=$hdmi:D/" "$file"
|
||||||
else
|
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
|
fi
|
||||||
|
|
||||||
# reboot
|
# reboot
|
||||||
|
Loading…
x
Reference in New Issue
Block a user