mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
Merge pull request #3064 from pizzaboy75/patch-2
getedid: added the active HDMI/DP port to new kernel parameters
This commit is contained in:
commit
2c0288b0c2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user