RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    Help me please no signal monitor VGA to hdmi

    Scheduled Pinned Locked Moved Help and Support
    help me pleaseno signalpi 3hdmi issuemonitor
    12 Posts 5 Posters 3.2k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Y
      youxia
      last edited by

      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/

      K 1 Reply Last reply Reply Quote 1
      • K
        kid.icarus
        last edited by

        @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=38

        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_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

        mituM 1 Reply Last reply Reply Quote 0
        • K
          kid.icarus @youxia
          last edited by

          @youxia I've done everthing the link suggested but still no luck

          1 Reply Last reply Reply Quote 0
          • mituM
            mitu Global Moderator @kid.icarus
            last edited by

            @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 say 1280 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.

            K 1 Reply Last reply Reply Quote 1
            • K
              kid.icarus @mitu
              last edited by

              @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?

              mituM 1 Reply Last reply Reply Quote 0
              • mituM
                mitu Global Moderator @kid.icarus
                last edited by mitu

                @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.

                K 1 Reply Last reply Reply Quote 0
                • K
                  kid.icarus @mitu
                  last edited by

                  @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.

                  Y 1 Reply Last reply Reply Quote 0
                  • Y
                    youxia @kid.icarus
                    last edited by

                    @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.

                    1 Reply Last reply Reply Quote 1
                    • C
                      ChuckyP
                      last edited by ChuckyP

                      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.

                      edmaul69E 1 Reply Last reply Reply Quote 0
                      • edmaul69E
                        edmaul69 @ChuckyP
                        last edited by

                        @chuckyp most adapters have a headphone jack on them for audio which is far better quality than the jack on the pi.

                        1 Reply Last reply Reply Quote 1
                        • First post
                          Last post

                        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.