![](https://forum.libreelec.tv/core/images/avatars/4a/170-4a96bd1c56ae9ac995d0f4511bdbdf9a3a6f73c6.webp)
Color problem with S905X
-
zorrua -
June 9, 2017 at 3:12 PM -
Thread is Unresolved
-
-
the problem is with your TV set. See this thread for a solution:
s905 - hdmi handshake /color space problem with older TVs
Specifically s905 - hdmi handshake /color space problem with older TVs
-
the problem is with your TV set. See this thread for a solution:
s905 - hdmi handshake /color space problem with older TVs
Specifically s905 - hdmi handshake /color space problem with older TVs
Thanks! It works!
I add this lines in autostart.sh
Now there is pink or green colors.Best regards.
-
-
The latest libreelec versions use a new kernel, and the setting command changed - but as I and others have already reported, it currently does not work.
-
The latest libreelec versions use a new kernel, and the setting command changed - but as I and others have already reported, it currently does not work.
Thanks mmpp,
Where did you reported?
Kind regards.
-
You can click on any user icon and see all their posts and likes. We discussed it here: [8.1.2] LibreELEC 8.2 for S905/S905X
-
-
8.1.5 has unmodified Amlogic color space handling.
Please first try echo "rgb,8bit" > /sys/class/amhdmitx/amhdmitx0/attr
If this doesn't work try echo "rgb,10bit" > /sys/class/amhdmitx/amhdmitx0/attr
Remember that you have to switch screen resolution after issuing this command. One way to do this is to issue these commands (together): DM=$(cat /sys/class/display/mode) ; echo null > /sys/class/display/mode ; echo $DM > /sys/class/display/mode