Where is the config.txt on noobs v1_3_10? I need to change settings so as to use a vga monitor with a converter cable. But on the noobs sad card there is no such file that I can find to edit. Please help
Thank you for reading
https://github.com/raspberrypi/noobsAtomicwonder wrote:Where is the config.txt on noobs v1_3_10? I need to change settings so as to use a vga monitor with a converter cable. But on the noobs sad card there is no such file that I can find to edit. Please help
Thank you for reading
If you've installed Raspbian already then use PuTTY to ssh into your pi and sudo nano /boot/config.txt to edit the config.Atomicwonder wrote:Where is the config.txt on noobs v1_3_10? I need to change settings so as to use a vga monitor with a converter cable. But on the noobs sad card there is no such file that I can find to edit.
Please don't hijack a thread which has no relevance to yours.alfox wrote:Can someone post the config.txt suitable to CRT TV? please
I can't see nothing
What's your TV standard? NTSC or PAL?alfox wrote:Can someone post the config.txt suitable to CRT TV? please
I can't see nothing

when using noobs just press 3 or 4 to get PAL or NTSC modes, no further config is needed.alfox wrote:Can someone post the config.txt suitable to CRT TV? please
I can't see nothing
I'm in the first case: I use noobs.mahjongg wrote:when using noobs just press 3 or 4 to get PAL or NTSC modes, no further config is needed.alfox wrote:Can someone post the config.txt suitable to CRT TV? please
I can't see nothing
when not using noobs, simply don't connect a HDMI device, and raspbian will automatically switch to composite (you can use config.txt to switch to PAL). config.txt documentation is in the standard place, here: https://www.raspberrypi.org/documentation/
Yes. (Not sure where else you could meaningfully do this... but the answer is YES anyway.)alfox wrote:
Where Must I press 3 or 4? on the keyboard?
If you have already booted into NOOBS but need to retrospectively update config.txt for an installed Operating System, the answer is also given on the same page -The NOOBS interface provides the following functionality:
Install: Installs the selected OSes onto your SD card. Changing this selection erases all OSes currently installed.
Edit Config: Opens a text editor allowing the cmdline and config for the selected installed OS to be edited.
Online Help: [Networking Required] Open a browser that displays the Raspberry Pi Forum ( http://www.raspberrypi.org/phpBB3/ ), allowing people to quickly access help and troubleshooting.
Exit: Quits NOOBS and reboots the Pi into the OS boot menu.
Language Selection: Allows you to select the language to be displayed.
Keyboard Layout Selection: Allows you to select the keyboard layout to be used.
Display Mode Selection: By default, NOOBS will output over HDMI at your display's preferred resolution, even if no HDMI display is connected. If you do not see any output on your HDMI display or are using the composite output, press 1, 2, 3 or 4 on your keyboard to select HDMI preferred mode, HDMI safe mode, composite PAL mode or composite NTSC mode respectively.
Finally, be aware that the existing thread you have contributed to is in respect of NOOBS 1.3.10 - this predates the Raspberry Pi Model 2 B, and is not compatible with it no matter what configuration changes you attempt to make.The NOOBS interface provides the following functionality:
Install: Installs the selected OSes onto your SD card. Changing this selection erases all OSes currently installed.
Edit Config: Opens a text editor allowing the cmdline and config for the selected installed OS to be edited.
Code: Select all
gpu_mem=256
disable_flash=1
sdtv_mode=2
overscan_left=30
overscan_right=10
overscan_top=40
overscan_bottom=50
disable_flash=1
sdtv_mode=2
overscan_left=30
overscan_right=10
overscan_top=40
overscan_bottom=50
framebuffer_width=510
framebuffer_height=480
#framebuffer_width=720
disable_flash=1

Code: Select all
sdtv_mode=2