3

Note: It may not be working because of which cable I am using.

So I have a Raspberry Pi 2 Model B and I want to connect it to a computer monitor that only takes composite video input.

This is what I'm using to output composite video:

I've edited the config.txt file to ignore HDMI output and use NTSC video. I've also commented force_hdmi so that it wouldn't force that output.

But this is all I get:

No input signal.

What should I do?

Ps I'm running on the Raspbian operating system.

Zachary Vincze
  • 334
  • 4
  • 15

3 Answers3

3

Try switching the red and the yellow.

aastefanov
  • 215
  • 1
  • 7
1

I think if you have to press key 2, 3 or 4 to change to compose video, also add this line on config.txt :

sdtv_mode=2

Also

hdmi_ignore_hotplug=1

However it may be the wrong cable as explained on raspberry.org

Raspberrypi.org

Jacob Sánchez
  • 243
  • 2
  • 11
0

The red plug contained my video (on my cable) also. Your mileage may vary. Do like I did & switch them around until it either works or doesn't.

Ruffturn
  • 9
  • 1