Last active
May 29, 2021 14:11
-
-
Save mariotpc/034036f0015186d18467c19b253461e0 to your computer and use it in GitHub Desktop.
Kodi doesn't activate HDMI sink
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The next work's to me | |
hdmi_ignore_edid=0xa5000080 | |
framebuffer_width=1920 | |
framebuffer_height=1080 | |
hdmi_force_hotplug=1 | |
hdmi_group=1 | |
hdmi_mode=16 | |
I have to remount the filesystem /flash | |
mount -o,remount rw /flash | |
Once the filesystem is on write state add the lines to config.txt file | |
vi config.txt | |
Save it using | |
:wq! | |
Reboot and see the results !!! | |
original thread comes from https://forum.kodi.tv/showthread.php?tid=353443 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment