HDMI connected shows black screen on TV

Post Reply
User avatar
starmagoo
Posts: 70
Joined: Mon Mar 27, 2017 1:56 pm
Location: Germany
Has thanked: 69 times
Been thanked: 8 times
Contact:

HDMI connected shows black screen on TV

Post by starmagoo » Tue Jul 31, 2018 9:22 am

Hey Guys,

I got a Kite CSO with rev. 1.2A. After I connect to a TV via HDMI I get a black screen. What could that be? Is there a switch I need to activate or something else?

Thanks

User avatar
kite
Posts: 972
Joined: Thu May 12, 2016 4:30 am
Location: UK
Has thanked: 246 times
Been thanked: 361 times
Contact:

Re: HDMI connected shows black screen on TV

Post by kite » Wed Aug 01, 2018 3:58 am

Have you tried another screen? It takes about 30 seconds after power on for the HDMI screen to show something.. from the start the screen should "show black" rather than "no signal" .. do you know which it is?
Stock clearance - CLOSED: viewtopic.php?f=38&t=12064
Kite's Mailing List: https://goo.gl/forms/e97uUvPOfUxPWdz82
Kite's FAQ: https://kiteretro.com/faq/


ImageImageImageImageImage

User avatar
starmagoo
Posts: 70
Joined: Mon Mar 27, 2017 1:56 pm
Location: Germany
Has thanked: 69 times
Been thanked: 8 times
Contact:

Re: HDMI connected shows black screen on TV

Post by starmagoo » Wed Aug 01, 2018 4:24 am

Yes, it shows a black screen on two different screens (TV/Monitor). It even shows the correct resolution (640x480) on the TV. Only the screen remains black. I can leaf it connected for longer. It should have been over 30 minutes.

User avatar
kite
Posts: 972
Joined: Thu May 12, 2016 4:30 am
Location: UK
Has thanked: 246 times
Been thanked: 361 times
Contact:

Re: HDMI connected shows black screen on TV

Post by kite » Wed Aug 01, 2018 7:41 am

If you put SD into PC and look in file "config-cs.txt", does this line read:

Code: Select all

# Cloner settings
CLONER=ON
? If not, change it to that..

If you have SSH or press F4 to get to console, what happens when you run:

Code: Select all

sudo systemctl start dpi-cloner.service
Also, if you run the following command what is shown:

Code: Select all

cat /opt/r*/configs/all/autostart.sh | grep "CLONER"
EDIT: Are you using the 640x480 LCD or the 320x240 one?
Stock clearance - CLOSED: viewtopic.php?f=38&t=12064
Kite's Mailing List: https://goo.gl/forms/e97uUvPOfUxPWdz82
Kite's FAQ: https://kiteretro.com/faq/


ImageImageImageImageImage

User avatar
starmagoo
Posts: 70
Joined: Mon Mar 27, 2017 1:56 pm
Location: Germany
Has thanked: 69 times
Been thanked: 8 times
Contact:

Re: HDMI connected shows black screen on TV

Post by starmagoo » Wed Aug 01, 2018 1:21 pm

kite wrote:
Wed Aug 01, 2018 7:41 am
If you put SD into PC and look in file "config-cs.txt", does this line read:

Code: Select all

# Cloner settings
CLONER=ON
? If not, change it to that..
It's "ON".
kite wrote:
Wed Aug 01, 2018 7:41 am
If you have SSH or press F4 to get to console, what happens when you run:

Code: Select all

sudo systemctl start dpi-cloner.service
Nothing happens.
But PS says dpi-cloner is running

Code: Select all

pi@retropie:/boot $ ps aux | grep cloner
root      1149  0.6  0.0  36284   600 ?        Ssl  19:13   0:00 /home/pi/Circuit-Sword/dpi-cloner/dpi-cloner
kite wrote:
Wed Aug 01, 2018 7:41 am
Also, if you run the following command what is shown:

Code: Select all

cat /opt/retropie/configs/all/autostart.sh | grep "CLONER"

Code: Select all

pi@retropie:/boot $ cat /opt/retropie/configs/all/autostart.sh | grep "CLONER"
  if [[ "$CLONER" == "ON" ]] ; then
    echo "Starting CLONER.."
kite wrote:
Wed Aug 01, 2018 7:41 am
EDIT: Are you using the 640x480 LCD or the 320x240 one?
I'm using the 640x480 LCD. The resolution seems to bo recognized correctly.

User avatar
kite
Posts: 972
Joined: Thu May 12, 2016 4:30 am
Location: UK
Has thanked: 246 times
Been thanked: 361 times
Contact:

Re: HDMI connected shows black screen on TV

Post by kite » Thu Aug 02, 2018 4:53 am

hmm .. i may need to check something as the 640x480 LCD timing may be messing up the HDMI output! If you change your config in config.txt to enable the 320x240 LCD (this is safe to do, the internal 640x480 LCD won't display correctly but you can test HDMI, you don't need to actually plug the 320x240 one in you can just make the text file change)
Stock clearance - CLOSED: viewtopic.php?f=38&t=12064
Kite's Mailing List: https://goo.gl/forms/e97uUvPOfUxPWdz82
Kite's FAQ: https://kiteretro.com/faq/


ImageImageImageImageImage

User avatar
starmagoo
Posts: 70
Joined: Mon Mar 27, 2017 1:56 pm
Location: Germany
Has thanked: 69 times
Been thanked: 8 times
Contact:

Re: HDMI connected shows black screen on TV

Post by starmagoo » Fri Aug 03, 2018 2:47 am

You are right. If I change the resolution to 320x240 the HDMI output works and I got a picture. :(

What can I do to get 640x480 or better 720p/1080p on HDMI working? Do I need to reconfigure the dpi-cloner?

User avatar
kite
Posts: 972
Joined: Thu May 12, 2016 4:30 am
Location: UK
Has thanked: 246 times
Been thanked: 361 times
Contact:

Re: HDMI connected shows black screen on TV

Post by kite » Fri Aug 03, 2018 3:22 am

Could you open an issue on github about that, my solution that I'm working on is basically in the menu a "One time reboot to HDMI" .. there are example out there but I'll of course make it easy and simple.. this will set hdmi to 720/1080p or something and then clone BACK to the internal screen .. or even disable the internal screen we'll see how it works out.. but that will solve it for the 640x480 lcd.. it just happened that the 320x240 didn't mess with the hdmi timings enough to disable output :|
Stock clearance - CLOSED: viewtopic.php?f=38&t=12064
Kite's Mailing List: https://goo.gl/forms/e97uUvPOfUxPWdz82
Kite's FAQ: https://kiteretro.com/faq/


ImageImageImageImageImage

User avatar
starmagoo
Posts: 70
Joined: Mon Mar 27, 2017 1:56 pm
Location: Germany
Has thanked: 69 times
Been thanked: 8 times
Contact:

Re: HDMI connected shows black screen on TV

Post by starmagoo » Sat Aug 04, 2018 3:47 am

I have tried my best to open a ticket about the problem. :D

https://github.com/kiteretro/Circuit-Sword/issues/59

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest