

NOOBS can be a "little tricky" when working with composite video - assuming you held/toggled key '3' or (more likely, given your location) '4' on "first-boot" did you manage to see anything like I show here:BlindSquirrel wrote:Still nothing. Out of curiosity, I booted another SD Card with NOOBS and only plugged the pi into composite.
...
rpdom wrote:The easiest way to switch to Composite video out is to disconnect the HDMI cable and reboot.
If you installed using NOOBS, then there may be (as lafalken said) a line in config.txt that is forcing HDMI and that would need to be changed or commented out.
There is a way to change outputs while running, using the tvservice command plus a couple of other commands (fbset twice and xrefresh if you are running a desktop at the time).
I can't find the options required, but tvservice -o will turn off the current video output, then one of the tvservice options is to turn on the selected video output and type, I think it is tvservice -e PAL or something, then you will need to reset the screen dimensions by updating the frame buffer with fbset --depth 8 and then setting it to the correct size with fbset --depth 16 --geometry "XxY" with the correct X and Y for your composite mode (PAL or NTSC), and finally just xrefresh if using a desktop to force the desktop to redraw.
Note that you probably won't be able to see anything on the screen after typing the first tvservice command, until the last fbset or xrfresh.



Thanks for that - I thought that another command or two might be needed, but couldn't recall the details ('tis not something I've ever needed to do).rpdom wrote:It certainly used to be possible with a couple of tvservice commands, some fbset commands and an xrefresh.
There is also a program that can change the overscan values dynamically.