
If you've used NOOBS to install Raspbian (or another O.S. that has the tvservice command) these notes of mine may help, FWIW:HAC wrote:Hi there, I have just got my first Pi, a B+, and I have it working well on a small wide screen TV. However, I ideally want to use an old PC monitor that I have as a display, but when I plug the Pi into the monitor, I get a black screen with the message "Over Range H: 67.5KHz V: 60.2KHz Max: 1024 x 768". I understand that it is possible to change the video output by using the NOOBS Config editor and have accessed this but I am unsure what to change and how to change it in order to change the display output of my Pi to 1024 x 768. I would be grateful for some useful directions. Many thanks.
http://elinux.org/RPiconfigHAC wrote:Thanks for your post Trev and for your notes I see that the hdmi mode should = 17 for my 1024x768 VGA monitor. To change that do I simply change the number from what it is now "hdmi_mode=1" to "hdmi_mode=17" and click OK at the bottom of the Config editor. And reboot with the OS? Do I have to change the hash symbol first for this to work? New to this, as you can see!
Many thanks
Andy

I usually (when necessary) set both the "group" and "mode" to activate what tvservice reports as a "preferred" or, may be, a "native" option, eg.**:HAC wrote:Thanks for your post Trev and for your notes I see that the hdmi mode should = 17 for my 1024x768 VGA monitor. To change that do I simply change the number from what it is now "hdmi_mode=1" to "hdmi_mode=17" and click OK at the bottom of the Config editor. And reboot with the OS? Do I have to change the hash symbol first for this to work? New to this, as you can see!
Many thanks
Andy
Code: Select all
# uncomment to force a specific HDMI mode (this will force VGA)
hdmi_group=1
#hdmi_mode=1
hdmi_mode=19

By "an HDMI to VGA conversion cable" do you really mean an "HDMI-to-VGA Adapter** (box)" (better externally powered if your Pi is not a "B+")?HAC wrote:Hi Trev
I am using an HDMI to VGA conversion cable recommended for use with the Pi. I am also using this to connect to the TV , which works OK so I don't think that is the problem. The config.txt reads:Although I have played with HTML, this is all new to me - thanks for your help.Code: Select all
display's size minus # overscan. #framebuffer_width=1280 #framebuffer_height=720 # uncomment if hdmi display is not detected and composite is being output #hdmi_force_hotplug=1 #uncomment to force a specific HDMI mode (this will force VGA) #hdmi_group=1 #hdmi_mode=1 # uncomment to force a HDMI mode rather than DVI. This can make audio work in # DMT (computer monitor) modes #hdmi_drive=2 #uncomment to increase signal to HDMI, if you have interference, blanking, or # no display #config_hdmi_boost=4 # uncomment for composite PAL #sdtv=2
Andy

Just to clarify things - AIUI you're NOOBS-based and using it's editing tool (in recovery mode)?HAC wrote:Hi Trev
Tried changing both the hdmi group and hdmi mode settings to 17 but when I reboot, the return to 1 and still no joy with my PC monitor. Any ideas?
Cheers
Andy

Yes, but you need a computer that's running an O.S. or other software that understands Linux partition formats** - eg. another Linux box (or Pi), a "normal" P.C. booted up from a "Live Linux distro." on a DVD or USB stick, a MAC (I think) ... IIRC there are also "third party" Windows tools that allow copying to and from Linux and Windows-style partitions.HAC wrote: ...
Is there a way of editing rasp ism directly rather than using the NOOBS config editor?
I thought it was in a VFAT partition? Even with NOOBS. Just with NOOBS it isn't the first partition so Windows computers won't see it.FTrevorGowen wrote:Rasbian's "/boot" directory resides in a Linux partition

Ooops ... you're correct (I re-checked after I posted - not fully "awake" yetrpdom wrote:I thought it was in a VFAT partition? Even with NOOBS. Just with NOOBS it isn't the first partition so Windows computers won't see it.FTrevorGowen wrote:Rasbian's "/boot" directory resides in a Linux partition