Hi guys, i have a Nexbox A95x 2gb/16gb box with kszaq build 8.1.7-temp_sensor_disabled installed on internal, everithing works like a charm (thanks kszaq for the great work!), the thing is, next week i'm gonna stay with a cousing who's only tv is an analog one, so i've tested the AV out of my box and find out it's stuck in PAL mode (black and white and fast rolling image), so I wanted to ask, is there a way to change to NTSC 480 CVBS mode?, maybe some code to insert in autostart.sh?
Thanks in advance
Update, never mind guys, I've fix it by adding this codes to autostart.sh:
#!/bin/sh
echo 1 > /sys/class/amhdmitx/amhdmitx0/output_rgb
echo 'rgb,8bit' > /sys/class/amhdmitx/amhdmitx0/attr
echo "480cvbs" > /sys/class/display/mode
I've leave it here so anyone with the same problem can test them.
Best regards everyone!