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 Raspberry Pi 3 no HDMI output
  • 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
  • State Not Answered
  • Replies 2 replies
  • Subscribers 665 subscribers
  • Views 7016 views
  • Users 0 members are here
  • fault
  • rpi3
  • raspberry_pi
  • rpi 3b+
  • error
  • no hdmi
Related

Raspberry Pi 3 no HDMI output

thargie
thargie over 6 years ago

Hi

After a long time I tried to turn on my RPi 3, but there is no HDMI output. I could not try the S-Video output as I don't have any device to put on.

I changed only the RPi3 to an RPi2, and everything is perfect, so I think there is something wrong with the RPi3. Any idea how can I fix it?

Thanks!

  • Sign in to reply
  • Cancel
  • luislabmo
    0 luislabmo over 6 years ago

    Hello Robert,

     

    Have you tried booting your RPi3 with a clean Raspbian Install? I’d do that first for the following reason:

     

    Not sure how you are testing but if you are simply swaping your SD card from one Pi to the other, the configuration may not work between different versions of the Pi as the components hardware is slightly different and usually the video is the first one to fail.

     

    If a clean install doesn’t work, another thing you could try is a different HDMI device. If this doesn't work try finding the optimum resolution of your display and set that manually in the OS configuration.

     

    Luis

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • korn
    0 korn over 6 years ago

    are you're sure the pi is booting. green light flashing, network port active etc...?

     

    sometimes a hard power off corrupts the card.

     

    if its raspbian or similar there should be a dos partition on the card called "BOOT" which will mount on a pc or mac..

     

    edit the config.txt file and check your video settings.

     

    theres some good tips in there like enabling safe mode, hotplug and boost etc which all helped me at one time or another

     

    for one momnitor I had to force DMT mode because even though it had an HDMI connector the PI treaded it like DVI and wouldn't send audio.

     

    heres something close to what it should have it gives you an idea of what to expect

     

    # 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=720

     

     

    # uncomment if hdmi display is not detected and composite is being output

    hdmi_force_hotplug=1

     

     

    # uncomment to force a specific HDMI mode (here we are forcing 800x480!)

    hdmi_group=2

    hdmi_mode=1

    hdmi_mode=87

    hdmi_cvt=1024 600 60 3 0 0 0

     

     

     

    # 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

     

     

    # for more options see http://elinux.org/RPi_config.txt

     

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • 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