101021
Posts: 1
Joined: Fri Nov 15, 2013 11:06 pm

Confused...

Fri Nov 15, 2013 11:18 pm

okay, new to the pi. Have since become acquainted with the Pi. (about 2 weeks). I am trying to set it up via HDMI to HDTV Monitor (an actual TV set with an HDMI input) I am having issues with trying to set up the resolution so that everything is larger and all icons on the task bar are a lot more visible. Currently, I have tried the deleting the "#'s" in the ' sudo nano /boot/config.txt ' file/set up way. It is not working. The file is however saving. I am wondering however if this has anything to do with having not created an image with Win32diskimager? It is booting up fine with NOOBS on it (mind you, this is a reformatted 32GB SD card that I formatted and ran Raspian to bootup). I have had no problems except with trying to figure out how to adjust the resolution. From what I can tell, the HDMI out isn't really communicating with the TV. I've seen just about all youtube fix it's and they're pretty much all the same and don't help in my case. What can I do?

Phill Rymer
Posts: 207
Joined: Sun Nov 04, 2012 3:01 am

Re: Confused...

Sun Nov 17, 2013 6:12 am

Have you set tv source to hdmi and changed tv display options may well help i often forget change from tv to hdmi its not automatic on some tvs

User avatar
DeeJay
Posts: 2027
Joined: Tue Jan 01, 2013 9:33 pm
Location: East Midlands, UK

Re: Confused...

Sun Nov 17, 2013 9:14 am

Currently, I have tried the deleting the "#'s" in the ' sudo nano /boot/config.txt ' file/set up way. It is not working.
If you have activated ALL the lines in the sample configuration you probably have mutually conflicting settings enabled. Try thoughtful experimentation with the options, inspired by reading the documentation.

And as a factual note: /boot/config.txt is the name of the file; nano is an editor; sudo is a command needed to give yourself enough privilege ('power') to change a critical file within the Operating system.
I am wondering however if this has anything to do with having not created an image with Win32diskimager?
That is something you do to make a backup of your working Operating System once it is working the way you want. It is not relevant to setting the screen resolution.
the HDMI out isn't really communicating with the TV.
If you can see a picture on the screen well enough to know that it is too small and that you want to change the icons then the HDMI out must be communicating with the TV.

Documentation for the video mode setting is on the wiki here. You probably need to be looking at hdmi_mode and the overscan_ settings. The changes are made in /boot/config.txt. This is a plain text file that you can change with any simple text editor running on the RPi itself. Or, if you have used NOOBS as the installer, the NOOBS Recovery console (hold Shift when prompted at boot-time) has its own Editor for this file.
How To Ask Questions The Smart Way: http://www.catb.org/~esr/faqs/smart-questions.html
How to Report Bugs Effectively: http://www.chiark.greenend.org.uk/~sgtatham/bugs.html

Return to “Beginners”