Change back to 8bit in CoreELEC 8.90.3 (Odroid C2, Pioneer PDP507-XA)

So… I tried the 10bit setting in the Settings/System/CoreELEC menu.
Hence, no kodi, system boots though and is accessible through ssh.

Any helpful advice? :slight_smile:

Remove string in guisettings.xml (in Userdata folder)and reboot

<setting id="coreelec.amlogic.cscd">444,10bit</setting>

or change to 8bit

1 Like

Thanks!
What values should I write in the file for 8bit? (N.B; No kodi at all, just black screen.)

Though… for some reason I cant edit the file, nor copy a file to the same dir.

Cant chmod 754 .kodi/userdata/guisettings.xml it neither and have stopped kodi.

via ssh you need to edit this file
/storage/.kodi/userdata/guisettings.xml
correct one for 8 bit

<setting id="coreelec.amlogic.cscd">444,8bit</setting>

or just remove this string in file for default settings

systemctl stop kodi
remove this string
systemctl start kodi
if doesn’t help
reboot

Yerp. Thanks.

I can:
CoreELEC:~ # systemctl stop kodi
CoreELEC:~ # nano /storage/.kodi/userdata/guisettings.xml ctrl+w change to 8bit and ctrl+x
CoreELEC:~ # systemctl start kodi

And it works.