KODI 18.0 Alpha2 Git:593949a
In Settings-System-Display-Resolution 1920x1080i is listed.
If I try to activate this resolution then nothing happens or wrong Resolution is taken!
As a follow up no 1920x1080i options are listed in whitelist.
Only way to get Display Resolution to 1920x1080i is manually editing the guisettings.xml:
<setting id="videoscreen.resolution">21</setting>
<setting id="videoscreen.screen" default="true">0</setting>
<setting id="videoscreen.screenmode">00192001080050.00000istd</setting>
I think it is not a kernel Problem :
# cat /sys/class/amhdmitx/amhdmitx0/disp_cap
480p60hz
576p50hz
720p60hz
1080i60hz*
720p50hz
1080i50hz
1080i is shown - but not selectable
I have tested with CE 8.90.3, LE last nightly and 3 different Tvs (HDready/FullHD)
This bug wasn´t there until whitelist feature was introduced
Same behavior was reported from other users using generic builds. Kodi guys claimed this wouldn´t be a Kodi problem ..
I am not a developer, so I can not say who should fix this issue.
don´t know if it is correct but did this, also : #17910 (Kodi 18.0Alpha2 Git:87ca87c GUI can´t be set to 1920x1080i (50/60 Hz)) – Kodi - TRAC
please take a look at that issue