Being a newbie, I am not sure what is even going since the display is scrambled. I am using a television as a monitor that accepts composite video. I boot the pi and hold shift then press 1 2 3 4. 3 and 4 change the display but it is distorted and I have no idea what is shown on the screen. I have tried 2 monitors with the same results. I am using the 4 pin plug and 3 rca plugs. Please help, I am lost. Reply was to edit a file on the first partition. Where exactly is that? What is see does not have a config file there. I haven't figured out how to access the larger partition. (US and NTSC)
Asked
Active
Viewed 2,234 times
1 Answers
2
There's a file called /boot/config.txt on the first partition of your SD card. Edit the file as below to force the RPi to use the 4 pin plug.
Uncomment the line that starts with
sdtv_mode=2.Add the line
hdmi_ignore_hotplug=1Comment out the line that starts with
hdmi_force_hotplug=1Save the file and reboot the device.
If you're having problems with this, you may need to set the sdtv_aspect ratio.
sdtv_aspect=1 # 4:3
sdtv_aspect=2 # 14:9
sdtv_aspect=3 # 16:9
Note: commented lines start with a # character. Uncomment means to remove this character, and to comment the line means to add it.
A more in-depth tutorial can be found here, and you get can get more information about the config.txt file in general here.
Jacobm001
- 11,898
- 7
- 46
- 56
-
This answer is misleading. Most users who buy preinstalled cards will have NOOBS. NOOBS does not have a
config.txt(and even on Raspbian it is not /boot/config.txt). – Milliways Jan 29 '16 at 05:45 -
That is where config.txt is stored, at least on my instance of Jesse. NOOBS will install Raspbian, and gives you an editor to change the config file if you select it. – Jacobm001 Jan 29 '16 at 05:54
-
You state "on the first partition of your SD card" which will be mounted in
\bootif you can get as far as installing Raspbian. The OP is still trying to fiddle with it on Windows, and can't install. – Milliways Jan 29 '16 at 07:21
4to selectNTSCas listed inINSTRUCTIONS-README.txt. If that does not work you have limited options. NOTE there are many different TRRS connection options and not all work with the Pi. It is possible you have a cable which is unsuitable. – Milliways Jan 29 '16 at 07:11