element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Raspberry Pi
  • Products
  • More
Raspberry Pi
Raspberry Pi Forum RaspberryPi3 powering up but no visual HDMI - VGA
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
Raspberry Pi Wishlist
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 20 replies
  • Subscribers 667 subscribers
  • Views 4977 views
  • Users 0 members are here
Related

RaspberryPi3 powering up but no visual HDMI - VGA

wolfmountaingames
wolfmountaingames over 8 years ago

I recently got a raspberry pi, but all my monitors are VGA so I went to the store got an HDMI to VGA adapter, and plugged in the screen, mouse, keyboard, and finally the pi. The red light came on so the power cord is working, but there was no visual at all it was as if the pi was not on. I read somewhere that in an older version if you changed a line in config.txt that it sometimes help with hdmi to vga, but I can not find config.txt anywhere on the preloaded card I bought. Can someone help me with this or link me to a confirmed working HDMI-VGA adapter that works with the pi?

 

Thanks,

 

Andrew

  • Sign in to reply
  • Cancel
Parents
  • royleith
    royleith over 8 years ago

    There have been a number of issues reported with failure to get an HDMI image. I have resolved several issues by appropriate lines in /boot/config.txt (edit by using a microSD card reader and text editor in another computer).

     

    This website has the full info.

     

    RPiconfig - eLinux.org

     

    My solutions to blank screens and the incorrect resolution have involved forcing HDMI and setting the required video mode. Here are the relevant lines in my config.txt.

     

    # uncomment this if your display has a black border of unused pixels visible

    # and your display can output without overscan

    disable_overscan=1

     

    # uncomment to increase signal to HDMI, if you have interference, blanking, or

    # no display

    config_hdmi_boost=4

     

    # For 1080p display

    sdtv_mode=2

    sdtv_aspect=3

    hdmi_group=1

    hdmi_mode=16

    If the VGA monitor you are using does not support 1080p then you should refer to the link, above, to find out how to get the supported video modes from the HDMI port.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • pkps1968
    pkps1968 over 8 years ago in reply to royleith

    Hi..

    But he is unable to see the config.txt file...

    I am also facing same issue... Not yet resolved...

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • wolfmountaingames
    wolfmountaingames over 8 years ago in reply to pkps1968

    I found the config.txt file it is inside the boot.tar.tz archive like @Dave_Ingles said(this is kinda like a zip file) you need to open it with something like 7-zip modify the config.txt file through this process.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • slashthedragon
    slashthedragon over 8 years ago in reply to pkps1968

    Here is how I installed Raspbian on the SD card with a linux Ubuntu Mate computer.

    https://www.youtube.com/watch?v=MQ2MV1h6Z0s&t=4s

    Yours OS should be very close to this.

    The slide at 2:13 shows the config.txt in the boot folder. This is before you even install it on the RPi. If the files look like what is in the slides then you should be good to go --- until you remove your SD card without unmounting it. The OS does housekeeping which include moving files around when you least expect it. This is to improve the the operation of the SD card.

    If you pop the card out at the wrong time the files could get corrupted.

    I hope this helps.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • beacon_dave
    beacon_dave over 8 years ago in reply to slashthedragon

    That video looks more like a Raspbian OS image restore than a NOOBS install.

     

    The first three slides shows the web links to the NOOBS download, but then after that the video appears to be demonstrating a image restore from the Raspbian OS image download.

     

    The difference between a 'Install Raspbian with NOOBS' installation and a 'Download and image Raspbian directly' installation is outlined here:

    https://www.raspberrypi.org/learning/software-guide/quickstart/

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • beacon_dave
    beacon_dave over 8 years ago in reply to slashthedragon

    That video looks more like a Raspbian OS image restore than a NOOBS install.

     

    The first three slides shows the web links to the NOOBS download, but then after that the video appears to be demonstrating a image restore from the Raspbian OS image download.

     

    The difference between a 'Install Raspbian with NOOBS' installation and a 'Download and image Raspbian directly' installation is outlined here:

    https://www.raspberrypi.org/learning/software-guide/quickstart/

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
Children
  • slashthedragon
    slashthedragon over 8 years ago in reply to beacon_dave

    I have replaced the video which was not a NOOBS installation but a Raspbian installation.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube