Help me please no signal monitor VGA to hdmi
-
Hi, I've been making arcade table from an IKEA table. I finish the build yesterday and added retropie to the SD but I cannot get the monitor to acknowledge it is connected to the pi, all I get is a no signal message 😫
I have a pi 3, the monitor has a VGA to HDMI cable connected. I am powering the monitor through mains and the pi has the correct per supply too. The monitor is an old Acer al1716. I have tried changing a few things in the config txt but I really feel out of my depths and so clueless because I've never done anything like this before.
I know the pi works because I connected it to my TV and retropie worked. Please please please help me.
-
@kid-icarus What exactly do you have in your
config.txt
file ? Did you look up to see what resolutions are supported by your monitor ? -
Connecting to an old monitor is not that straightforward. You should've done a bit of reading before jumping in.
E.g: http://thegeekyway.com/connect-raspberry-pi-vga-monitortv/
-
@mitu # For more options and information see
http://rpf.io/configtxt
Some settings may impact device functionality. See link above for details
uncomment if you get no picture on HDMI for a default "safe" mode
#hdmi_safe=1
uncomment this if your display has a black border of unused pixels visible
and your display can output without overscan
#disable_overscan=1
uncomment the following to adjust overscan. Use positive numbers if console
goes off screen, and negative if there is too much border
#overscan_left=16
#overscan_right=16
#overscan_top=16
#overscan_bottom=16
uncomment to force a console size. By default it will be display's size minus
overscan.
#framebuffer_width=1280
#framebuffer_height=1024
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=2
hdmi_mode=38uncomment 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_mode=2
#uncomment to overclock the arm. 700 MHz is the default.
#arm_freq=800
Uncomment some or all of these to enable the optional hardware interfaces
#dtparam=i2c_arm=on
#dtparam=i2s=on
#dtparam=spi=on
Uncomment this to enable the lirc-rpi module
#dtoverlay=lirc-rpi
Additional overlays and parameters are documented /boot/overlays/README
Enable audio (loads snd_bcm2835)
dtparam=audio=on
gpu_mem_256=128
gpu_mem_512=256
gpu_mem_1024=256
overscan_scale=1
The monitor resolution is 1280 1024. I really think I've keyed everything as I should but still no luck
-
@youxia I've done everthing the link suggested but still no luck
-
@kid-icarus You should surround your config text with code marks (
```
), so it's easily readable. Some things to try:hdmi_mode=38
means 1280x1024 @ 120Hz, but the specs of your monitor say1280 x 1024 at 75 Hz
, so try lowering the refresh rate and use something like 35 or 36.hdmi_drive=2
makes no sense, since you're not going to be able to send sound over VGA.
Look in the reference documentation (https://www.raspberrypi.org/documentation/configuration/config-txt/video.md) and choose the best options for your display.
-
@mitu Thanks for your response. I have tried changing the HDMI mode but no joy. I have kept the HDMI drive set to two as I have external speakers mounted to the table and I read that 2 is for monitors and 1 is for tv's (I did also try setting the drive to one but no joy anyway) Thinking this is doomed to fail! From reading through that link you posted I cannot see what I am doing wrong. Would an older Pi be more suited to this style monitor?
-
@kid-icarus said in Help me please no signal monitor VGA to hdmi:
Would an older Pi be more suited to this style monitor?
I doubt it, the video 'card' is the same in all PI models. I'd try mode video modes or a different HDMI/VGA (or maybe DVI) adapter if you can get one.
-
@mitu Think I am going to try a VGA cable and a HDMI adapter rather than a straight VGA to HDMI... see if I have any luck with that. Its really strange that this monitor is not working with the Pi. I chose the monitor as Element 14 has a guide to make this "Pik3a" table and the same monitor was used and worked.
-
@kid-icarus Well, every guide I read on the subject says you need the adapter, not just the cable. So you should start with buying it if you don't have it already. Otherwise there's no point messing with config.txt and all that.
-
Yes, I have seen a lot of problems with those cables. They are meant for projectors that have the correct logic to send a signal. They will not work with a passive VGA signal and convert to hdmi.
They make cheap converters (and nicer ones 😬) that will get the job done fine. But it will have to be an active process with some sort of dongle or box housing the electronics.
Also, VGA does not pass audio along either. So you may not have embedded audio on your HDMI feed.
-
@chuckyp most adapters have a headphone jack on them for audio which is far better quality than the jack on the pi.
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.